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

/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c905 * These parsing functions make use of a local version of strtok, strtok_d,
913 strtok_d(char *string, const char *sepset, char *delim) function
1010 argp = strtok_d(optarg, "+-", &nextop);
1023 } while ((argp = strtok_d(NULL, "+-", &nextop)) != NULL);

Completed in 25 milliseconds