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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrtok.c44 strtok(char *string, const char *sepset) function
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrtok.c41 strtok(string, sepset) function
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrtok.c4 * strtok_r, from Berkeley strtok
36 static char sccsid[] = "@(#)strtok.c 8.1 (Berkeley) 6/4/93";
98 strtok(char *s, const char *delim) function
120 for (word = strtok(test, sep); word; word = strtok(NULL, sep))
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c855 /* @(#)strtok.c 1.2 */
870 strtok(string, sepset) function
/illumos-gate/usr/src/lib/libwrap/
H A Dtcpd.h306 #ifdef USE_STRSEP /* libc calls strtok() */
307 #define strtok fix_strtok macro
311 #ifdef LIBC_CALLS_STRTOK /* libc calls strtok() */
312 #define strtok my_strtok macro
/illumos-gate/usr/src/common/util/
H A Dstring.c692 strtok(char *string, const char *sepset) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile1240 strtok.3c \
2299 strtok.3c := LINKSRC = string.3c

Completed in 85 milliseconds