Home
last modified time | relevance | path

Searched refs:strpbrk (Results 1 – 25 of 153) sorted by relevance

1234567

/freebsd-9-stable/lib/libbluetooth/
Dbluetooth.c118 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/
Dstd_cstring.h69 #undef strpbrk
110 using ::strpbrk;
113 strpbrk(char* __s1, const char* __s2) in strpbrk() function
/freebsd-9-stable/contrib/libc++/include/
Dcstring44 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/
Dmknetid.c248 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/
Dgetnetbyht.c100 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()
Dgethostbyht.c110 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()
Dgetnetbynis.c86 cp = strpbrk(result, " \t"); in _getnetbynis()
106 cp = strpbrk(cp, " \t"); in _getnetbynis()
116 p = strpbrk(cp, " \t"); in _getnetbynis()
Dgethostbynis.c97 cp = strpbrk(result, " \t"); in _gethostbynis()
130 p = strpbrk(cp, " \t"); in _gethostbynis()
148 p = strpbrk(cp, " \t"); in _gethostbynis()
Dgetprotoent.c375 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/
Dpkgwrap.c56 cp = strpbrk(cp, SEPARATORS); in main()
71 cp = strpbrk(buffer, SEPARATORS); in main()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DBuiltins.cpp103 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/
Dstring.h34 char *strpbrk(const char *, const char *);
/freebsd-9-stable/lib/libc/string/
DMakefile.inc16 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 \
Dstrpbrk.c42 strpbrk(const char *s1, const char *s2) in strpbrk() function
DSymbol.map44 strpbrk;
/freebsd-9-stable/contrib/nvi/clib/
Dstrpbrk.c50 strpbrk(s1, s2) in strpbrk() function
/freebsd-9-stable/lib/libc/mips/string/
DMakefile.inc7 strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
/freebsd-9-stable/usr.sbin/ppp/
Diplist.c66 if ((ptr = strpbrk(range, ",-")) == NULL) { in iplist_setrange()
81 if ((ptr = strpbrk(to, ",-")) == NULL) in iplist_setrange()
/freebsd-9-stable/contrib/sendmail/smrsh/
Dsmrsh.c248 p = strpbrk(q, " \t");
371 r = strpbrk(p, specialbuf);
/freebsd-9-stable/usr.bin/tset/
Dwrterm.c66 if (*p != '\0' && strpbrk(p, " \t") == NULL) { in wrtermcap()
/freebsd-9-stable/contrib/libstdc++/include/c_compatibility/
Dstring.h49 using std::strpbrk;
/freebsd-9-stable/sys/cddl/compat/opensolaris/kern/
Dopensolaris_string.c39 strpbrk(const char *s, const char *b) in strpbrk() function
/freebsd-9-stable/sys/boot/userboot/libstand/
DMakefile66 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/
DMakefile60 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/
Dgetrpcent.c155 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()

1234567