Searched defs:strtok_d (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c907 * These parsing functions make use of a local version of strtok, strtok_d,
915 strtok_d(char *string, const char *sepset, char *delim) function
1012 argp = strtok_d(optarg, "+-", &nextop);
1025 } while ((argp = strtok_d(NULL, "+-", &nextop)) != NULL);

Completed in 64 milliseconds