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

/illumos-gate/usr/src/cmd/bnu/
H A Dstrpbrk.c26 #ident "%Z%%M% %I% %E% SMI" /* from SVR4 bnu:strpbrk.c 2.2 */
36 strpbrk(string, brkset) function
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrpbrk.c36 strpbrk(string, brkset) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrpbrk.c42 strpbrk(const char *string, const char *brkset) function
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrpbrk.c31 static char sccsid[] = "@(#)strpbrk.c 8.1 (Berkeley) 6/4/93";
42 strpbrk(const char *s1, const char *s2) function
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrpbrk.c2 static const char sccsid[] = "@(#)strpbrk.c 8.1 (Berkeley) 6/4/93";
3 static const char rcsid[] = "$Id: strpbrk.c,v 1.2 2005/04/27 04:56:12 sra Exp $";
56 strpbrk(const char *s1, const char *s2) { function
/illumos-gate/usr/src/head/iso/
H A Dstring_iso.h111 extern const char *strpbrk(const char *, const char *);
115 inline char *strpbrk(char *__s1, const char *__s2) { function
116 return (char *)strpbrk((const char *)__s1, __s2);
141 extern char *strpbrk(const char *, const char *);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c832 /* @(#)strpbrk.c 1.2 */
840 strpbrk(string, brkset) function
859 * uses strpbrk and strspn to break string into tokens on
867 extern char *strpbrk();
887 if((r = strpbrk(q, sepset)) == (char*)0) /* move past token */
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h485 extern const char *strpbrk(const char *, const char *);
489 inline char *strpbrk(char *__s1, const char *__s2) { function
490 return (char *)strpbrk((const char *)__s1, __s2);
495 char *strpbrk(const char *, const char *);
/illumos-gate/usr/src/common/util/
H A Dstring.c535 strpbrk(const char *string, const char *brkset) function
714 if ((r = strpbrk(q, sepset)) == NULL)
/illumos-gate/usr/src/man/man3c/
H A DMakefile1233 strpbrk.3c \
2294 strpbrk.3c := LINKSRC = string.3c

Completed in 85 milliseconds