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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrspn.c33 strspn(string, charset) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrspn.c41 strspn(const char *string, const char *charset) function
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrspn.c38 strspn(const char *s, const char *charset) function
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c810 /* @(#)strspn.c 1.2 */
817 strspn(string, charset) function
859 * uses strpbrk and strspn to break string into tokens on
866 extern int strspn();
882 q = p + strspn(p, sepset); /* skip leading separators */
/illumos-gate/usr/src/common/util/
H A Dstring.c612 strspn(const char *string, const char *charset) function
707 q = p + strspn(p, sepset);
/illumos-gate/usr/src/man/man3c/
H A DMakefile1237 strspn.3c \
2297 strspn.3c := LINKSRC = string.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile1191 strspn.9f \
2041 strspn.9f := LINKSRC = string.9f

Completed in 95 milliseconds