Home
last modified time | relevance | path

Searched refs:strsep (Results 1 – 11 of 11) sorted by relevance

/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrsep.c46 strsep(char **stringp, const char *delim) in strsep() function
71 DEF_WEAK(strsep);
/aosp12/system/extras/su/
H A Dsu.cpp59 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 Dat_tok.c80 ret = strsep(p_cur, "\""); in nextTok()
83 ret = strsep(p_cur, ","); in nextTok()
/aosp12/bionic/libc/bionic/
H A Dexec.cpp146 while ((dir = strsep(&strsep_buf, ":"))) { in execvpe()
/aosp12/bionic/libc/include/
H A Dstring.h114 char* strsep(char** __s_ptr, const char* __delimiter);
/aosp12/system/nvram/client/
H A Dnvram_client.c278 if (StringToControl(strsep(&tail, ","), &(controls_list[list_size - 1]))) { in HandleCreateSpace()
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_linux.c326 if (!(name = strsep(&c, ":"))) in dhd_find()
/aosp12/system/logging/liblog/
H A Dlogprint.cpp438 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 Dlibc.map.txt1026 strsep;
H A DAndroid.bp562 "upstream-openbsd/lib/libc/string/strsep.c",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1026 strsep;