Searched refs:strsep (Results 1 – 3 of 3) sorted by relevance
/system/extras/su/ |
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()
|
/system/nvram/client/ |
D | nvram_client.c | 278 if (StringToControl(strsep(&tail, ","), &(controls_list[list_size - 1]))) { in HandleCreateSpace()
|
/system/logging/liblog/ |
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()
|