Go to the source code of this file.
Functions | |
| char * | str_printf (const char *fmt,...) |
| uint32_t | str_to_uint32 (const char *s, int n) |
| void | str_tolower (char *s) |
| char* str_printf | ( | const char * | fmt, | |
| ... | ||||
| ) |
Definition at line 27 of file strutl.c.
Referenced by _fill_clip(), _findMetaXMLfiles(), _index_open(), _libaacs_required(), _libbdplus_required(), _open_m2ts(), bd_get_playlist_info(), bd_select_playlist(), dir_open_posix(), dl_dlopen(), hdmv_vm_init(), meta_parse(), nav_find_main_title(), nav_get_title_list(), and nav_title_open().
| uint32_t str_to_uint32 | ( | const char * | s, | |
| int | n | |||
| ) |
Definition at line 62 of file strutl.c.
Referenced by _update_stream_psr_by_lang(), and bd_set_player_setting_str().
| void str_tolower | ( | char * | s | ) |
Definition at line 83 of file strutl.c.
Referenced by _findMetaXMLfiles().
1.6.3