Searched refs:strtok_d (Results 1 – 1 of 1) sorted by relevance
915 strtok_d(char *string, const char *sepset, char *delim) in strtok_d() function1012 argp = strtok_d(optarg, "+-", &nextop); in parsedbgopts()1025 } while ((argp = strtok_d(NULL, "+-", &nextop)) != NULL); in parsedbgopts()