| /freebsd-9-stable/lib/libbluetooth/ |
| D | bluetooth.c | 118 if ((cp = strpbrk(p, "#\n")) == NULL) in bt_gethostent() 121 if ((cp = strpbrk(p, " \t")) == NULL) in bt_gethostent() 135 if ((cp = strpbrk(cp, " \t")) != NULL) in bt_gethostent() 144 if ((cp = strpbrk(cp, " \t")) != NULL) in bt_gethostent() 222 if ((cp = strpbrk(p, "#\n")) == NULL) in bt_getprotoent() 226 if ((cp = strpbrk(p, " \t")) == NULL) in bt_getprotoent() 231 if ((p = strpbrk(cp, " \t")) != NULL) in bt_getprotoent() 244 if ((cp = strpbrk(cp, " \t")) != NULL) in bt_getprotoent()
|
| /freebsd-9-stable/contrib/libstdc++/include/c_std/ |
| D | std_cstring.h | 69 #undef strpbrk 110 using ::strpbrk; 113 strpbrk(char* __s1, const char* __s2) in strpbrk() function
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cstring | 44 const char* strpbrk(const char* s1, const char* s2); 45 char* strpbrk( char* s1, const char* s2); 88 using ::strpbrk; 99 inline _LIBCPP_INLINE_VISIBILITY char* strpbrk( char* __s1, const char* __s2) {return ::…
|
| /freebsd-9-stable/libexec/mknetid/ |
| D | mknetid.c | 248 if (!(hptr = strpbrk(ptr, "#\n"))) in main() 251 if (!(hptr = strpbrk(ptr, " \t"))) in main() 257 if (!(hptr = strpbrk(ptr, " \t"))) in main() 284 if ((ptr = strpbrk((char*)&readbuf, " \t")) == NULL) { in main()
|
| /freebsd-9-stable/lib/libc/net/ |
| D | getnetbyht.c | 100 cp = strpbrk(p, "#\n"); in getnetent_p() 106 cp = strpbrk(p, " \t"); in getnetent_p() 119 p = strpbrk(cp, " \t"); in getnetent_p() 134 p = strpbrk(cp, " \t"); in getnetent_p()
|
| D | gethostbyht.c | 110 cp = strpbrk(p, "#\n"); in gethostent_p() 113 if (!(cp = strpbrk(p, " \t"))) in gethostent_p() 143 if ((p = strpbrk(cp, " \t")) != NULL) in gethostent_p() 160 if ((p = strpbrk(cp, " \t")) != NULL) in gethostent_p()
|
| D | getnetbynis.c | 86 cp = strpbrk(result, " \t"); in _getnetbynis() 106 cp = strpbrk(cp, " \t"); in _getnetbynis() 116 p = strpbrk(cp, " \t"); in _getnetbynis()
|
| D | gethostbynis.c | 97 cp = strpbrk(result, " \t"); in _gethostbynis() 130 p = strpbrk(cp, " \t"); in _gethostbynis() 148 p = strpbrk(cp, " \t"); in _gethostbynis()
|
| D | getprotoent.c | 375 cp = strpbrk(p, "#\n"); in __getprotoent_p() 379 cp = strpbrk(p, " \t"); in __getprotoent_p() 385 p = strpbrk(cp, " \t"); in __getprotoent_p() 402 cp = strpbrk(cp, " \t"); in __getprotoent_p()
|
| /freebsd-9-stable/usr.sbin/pkg_install/lib/ |
| D | pkgwrap.c | 56 cp = strpbrk(cp, SEPARATORS); in main() 71 cp = strpbrk(buffer, SEPARATORS); in main()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/ |
| D | Builtins.cpp | 103 const char *Printf = strpbrk(GetRecord(ID).Attributes, "pP"); in isPrintfLike() 122 const char *Scanf = strpbrk(GetRecord(ID).Attributes, "sS"); in isScanfLike()
|
| /freebsd-9-stable/sys/cddl/compat/opensolaris/sys/ |
| D | string.h | 34 char *strpbrk(const char *, const char *);
|
| /freebsd-9-stable/lib/libc/string/ |
| D | Makefile.inc | 16 strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \ 34 string.3 strlcpy.3 strlen.3 strmode.3 strpbrk.3 strsep.3 \
|
| D | strpbrk.c | 42 strpbrk(const char *s1, const char *s2) in strpbrk() function
|
| D | Symbol.map | 44 strpbrk;
|
| /freebsd-9-stable/contrib/nvi/clib/ |
| D | strpbrk.c | 50 strpbrk(s1, s2) in strpbrk() function
|
| /freebsd-9-stable/lib/libc/mips/string/ |
| D | Makefile.inc | 7 strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
|
| /freebsd-9-stable/usr.sbin/ppp/ |
| D | iplist.c | 66 if ((ptr = strpbrk(range, ",-")) == NULL) { in iplist_setrange() 81 if ((ptr = strpbrk(to, ",-")) == NULL) in iplist_setrange()
|
| /freebsd-9-stable/contrib/sendmail/smrsh/ |
| D | smrsh.c | 248 p = strpbrk(q, " \t"); 371 r = strpbrk(p, specialbuf);
|
| /freebsd-9-stable/usr.bin/tset/ |
| D | wrterm.c | 66 if (*p != '\0' && strpbrk(p, " \t") == NULL) { in wrtermcap()
|
| /freebsd-9-stable/contrib/libstdc++/include/c_compatibility/ |
| D | string.h | 49 using std::strpbrk;
|
| /freebsd-9-stable/sys/cddl/compat/opensolaris/kern/ |
| D | opensolaris_string.c | 39 strpbrk(const char *s, const char *b) in strpbrk() function
|
| /freebsd-9-stable/sys/boot/userboot/libstand/ |
| D | Makefile | 66 strpbrk.c strrchr.c strsep.c strspn.c strstr.c strtok.c swab.c 77 strncat.c strncmp.c strncpy.c strpbrk.c strrchr.c strsep.c \
|
| /freebsd-9-stable/lib/libstand/ |
| D | Makefile | 60 strpbrk.c strrchr.c strsep.c strspn.c strstr.c strtok.c swab.c 71 strncat.c strncmp.c strncpy.c strpbrk.c strrchr.c strsep.c \
|
| /freebsd-9-stable/lib/libc/rpc/ |
| D | getrpcent.c | 155 cp = strpbrk(p, "#\n"); in rpcent_unpack() 159 cp = strpbrk(p, " \t"); in rpcent_unpack() 169 cp = strpbrk(cp, " \t"); in rpcent_unpack() 184 cp = strpbrk(cp, " \t"); in rpcent_unpack()
|