Home
last modified time | relevance | path

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

/system/core/libpackagelistparser/
Dpackagelistparser.c65 while ((token = strsep(&gids, ",\r\n"))) { in parse_gids()
123 cur = strsep(&next, " \t\r\n"); in packagelist_parse()
134 cur = strsep(&next, " \t\r\n"); in packagelist_parse()
157 cur = strsep(&next, " \t\r\n"); in packagelist_parse()
177 cur = strsep(&next, " \t\r\n"); in packagelist_parse()
188 cur = strsep(&next, " \t\r\n"); in packagelist_parse()
199 cur = strsep(&next, " \t\r\n"); in packagelist_parse()
226 cur = strsep(&next, " \t\r\n"); in packagelist_parse()
242 cur = strsep(&next, " \t\r\n"); in packagelist_parse()
/system/extras/su/
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()
/system/nvram/client/
Dnvram_client.c278 if (StringToControl(strsep(&tail, ","), &(controls_list[list_size - 1]))) { in HandleCreateSpace()
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.c384 while ((str = strsep(&eopts, " ")) != NULL) in main()
/system/core/liblog/
Dlogprint.cpp435 static char* strsep(char** stringp, const char* delim) { in strsep() function
471 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) { in android_log_addFilterString()