Searched defs:strpbrk (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | strpbrk.c | 26 #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 D | strpbrk.c | 36 strpbrk(string, brkset) function
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strpbrk.c | 42 strpbrk(const char *string, const char *brkset) function
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | strpbrk.c | 31 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 D | strpbrk.c | 51 strpbrk(const char *s1, const char *s2) { function
|
/illumos-gate/usr/src/head/iso/ |
H A D | string_iso.h | 111 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 D | ifdef.c | 832 /* @(#)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/common/acpica/utilities/ |
H A D | utclib.c | 397 * FUNCTION: strpbrk 410 strpbrk ( function 463 SavedPtr = strpbrk (Begin, Delimiters); 467 SavedPtr = strpbrk (Begin, Delimiters);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | systm.h | 492 extern const char *strpbrk(const char *, const char *); 496 inline char *strpbrk(char *__s1, const char *__s2) { function 497 return (char *)strpbrk((const char *)__s1, __s2); 502 char *strpbrk(const char *, const char *);
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 557 strpbrk(const char *string, const char *brkset) function 736 if ((r = strpbrk(q, sepset)) == NULL)
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1277 strpbrk.3c \ 2378 strpbrk.3c := LINKSRC = string.3c
|
Completed in 181 milliseconds