Searched defs:strpbrk (Results 1 - 10 of 10) 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 | 2 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 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/uts/common/sys/ |
H A D | systm.h | 485 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 D | string.c | 535 strpbrk(const char *string, const char *brkset) function 714 if ((r = strpbrk(q, sepset)) == NULL)
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1233 strpbrk.3c \ 2294 strpbrk.3c := LINKSRC = string.3c
|
Completed in 89 milliseconds