Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c915 strtok_d(char *string, const char *sepset, char *delim) in strtok_d() function
1012 argp = strtok_d(optarg, "+-", &nextop); in parsedbgopts()
1025 } while ((argp = strtok_d(NULL, "+-", &nextop)) != NULL); in parsedbgopts()