Searched refs:strsep (Results 1 – 11 of 11) sorted by relevance
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/ |
H A D | strsep.c | 46 strsep(char **stringp, const char *delim) in strsep() function 71 DEF_WEAK(strsep);
|
/aosp12/system/extras/su/ |
H A D | su.cpp | 59 tok = strsep(&nexttok, ","); in extract_uidgids() 61 tok = strsep(&nexttok, ","); in extract_uidgids() 70 while ((gids_found < *gids_count) && (tok = strsep(&nexttok, ","))) { in extract_uidgids()
|
/aosp12/hardware/ril/reference-ril/ |
H A D | at_tok.c | 80 ret = strsep(p_cur, "\""); in nextTok() 83 ret = strsep(p_cur, ","); in nextTok()
|
/aosp12/bionic/libc/bionic/ |
H A D | exec.cpp | 146 while ((dir = strsep(&strsep_buf, ":"))) { in execvpe()
|
/aosp12/bionic/libc/include/ |
H A D | string.h | 114 char* strsep(char** __s_ptr, const char* __delimiter);
|
/aosp12/system/nvram/client/ |
H A D | nvram_client.c | 278 if (StringToControl(strsep(&tail, ","), &(controls_list[list_size - 1]))) { in HandleCreateSpace()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | dhdu_linux.c | 326 if (!(name = strsep(&c, ":"))) in dhd_find()
|
/aosp12/system/logging/liblog/ |
H A D | logprint.cpp | 438 static char* strsep(char** stringp, const char* delim) { in strsep() function 474 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) { in android_log_addFilterString()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1026 strsep;
|
H A D | Android.bp | 562 "upstream-openbsd/lib/libc/string/strsep.c",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1026 strsep;
|