Searched refs:strsep (Results 1 – 7 of 7) sorted by relevance
/system/core/libpackagelistparser/ |
D | packagelistparser.c | 65 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()
|
/system/extras/su/ |
D | su.cpp | 60 tok = strsep(&nexttok, ","); in extract_uidgids() 62 tok = strsep(&nexttok, ","); in extract_uidgids() 71 while ((gids_found < *gids_count) && (tok = strsep(&nexttok, ","))) { in extract_uidgids()
|
/system/core/libcutils/ |
D | sched_policy.cpp | 204 if (!strsep(&next, ":")) { in getCGroupSubsys() 208 if (!(found_subsys = strsep(&next, ":"))) { in getCGroupSubsys() 217 if (!(grp = strsep(&next, ":"))) { in getCGroupSubsys()
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | args.c | 366 tmp.name = strsep(&arg, ","); in f_conv()
|
/system/nvram/client/ |
D | nvram_client.c | 278 if (StringToControl(strsep(&tail, ","), &(controls_list[list_size - 1]))) { in HandleCreateSpace()
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | grep.c | 378 while ((str = strsep(&eopts, " ")) != NULL) in main()
|
/system/core/liblog/ |
D | logprint.c | 442 static char* strsep(char** stringp, const char* delim) { in strsep() function 479 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) { in android_log_addFilterString()
|