Searched refs:strpbrk (Results 1 - 25 of 112) sorted by relevance

12345

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strpbrk.c38 ATF_TC(strpbrk); variable
39 ATF_TC_HEAD(strpbrk, tc)
41 atf_tc_set_md_var(tc, "descr", "Test strpbrk(3)");
44 ATF_TC_BODY(strpbrk, tc)
48 ATF_CHECK_EQ(strpbrk(s, ""), NULL);
49 ATF_CHECK_EQ(strpbrk(s, "qrst"), NULL);
50 ATF_CHECK_EQ(strpbrk(s, "a"), s);
51 ATF_CHECK_EQ(strpbrk(s, "b"), s + 1);
52 ATF_CHECK_EQ(strpbrk(s, "ab"), s);
53 ATF_CHECK_EQ(strpbrk(
[all...]
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dstring.h34 char *strpbrk(const char *, const char *);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dstring.h34 char *strpbrk(const char *, const char *);
/freebsd-13-stable/lib/libc/string/
H A Dstrpbrk.c33 static char sccsid[] = "@(#)strpbrk.c 8.1 (Berkeley) 6/4/93";
44 strpbrk(const char *s1, const char *s2) function
H A DMakefile.inc18 strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \
39 string.3 strlcpy.3 strlen.3 strmode.3 strpbrk.3 strsep.3 \
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dstring.h40 const char* strpbrk(const char* s1, const char* s2);
41 char* strpbrk( char* s1, const char* s2);
80 char* __libcpp_strpbrk(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);}
82 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} function
84 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} function
/freebsd-13-stable/lib/libbluetooth/
H A Dbluetooth.c120 if ((cp = strpbrk(p, "#\n")) == NULL)
123 if ((cp = strpbrk(p, " \t")) == NULL)
137 if ((cp = strpbrk(cp, " \t")) != NULL)
146 if ((cp = strpbrk(cp, " \t")) != NULL)
224 if ((cp = strpbrk(p, "#\n")) == NULL)
228 if ((cp = strpbrk(p, " \t")) == NULL)
233 if ((p = strpbrk(cp, " \t")) != NULL)
246 if ((cp = strpbrk(cp, " \t")) != NULL)
/freebsd-13-stable/libexec/mknetid/
H A Dmknetid.c250 if (!(hptr = strpbrk(ptr, "#\n")))
253 if (!(hptr = strpbrk(ptr, " \t")))
259 if (!(hptr = strpbrk(ptr, " \t")))
286 if ((ptr = strpbrk((char*)&readbuf, " \t")) == NULL) {
/freebsd-13-stable/usr.bin/tset/
H A Dwrterm.c68 if (*p != '\0' && strpbrk(p, " \t") == NULL) {
/freebsd-13-stable/lib/libc/net/
H A Dgetnetbyht.c102 cp = strpbrk(p, "#\n");
108 cp = strpbrk(p, " \t");
121 p = strpbrk(cp, " \t");
136 p = strpbrk(cp, " \t");
H A Dgethostbyht.c112 cp = strpbrk(p, "#\n");
115 if (!(cp = strpbrk(p, " \t")))
145 if ((p = strpbrk(cp, " \t")) != NULL)
162 if ((p = strpbrk(cp, " \t")) != NULL)
H A Dgethostbynis.c100 cp = strpbrk(result, " \t");
133 p = strpbrk(cp, " \t");
151 p = strpbrk(cp, " \t");
H A Dgetnetbynis.c89 cp = strpbrk(result, " \t");
109 cp = strpbrk(cp, " \t");
119 p = strpbrk(cp, " \t");
H A Dgetprotoent.c376 cp = strpbrk(p, "#\n");
380 cp = strpbrk(p, " \t");
386 p = strpbrk(cp, " \t");
403 cp = strpbrk(cp, " \t");
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_string.c40 strpbrk(const char *s, const char *b) function
/freebsd-13-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_string.c39 strpbrk(const char *s, const char *b) function
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_nodenamemap.c200 e = strpbrk(linebuf, "\n");
211 e = strpbrk(p, "\n");
/freebsd-13-stable/include/
H A Dstring.h111 char *strpbrk(const char *, const char *) __pure;
/freebsd-13-stable/libexec/revnetgroup/
H A Drevnetgroup.c133 if ((data = (char *)(strpbrk(readbuf, " \t") + 1)) < (char *)2)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp81 INTERCEPT_LIBRARY_FUNCTION(strpbrk); variable
/freebsd-13-stable/contrib/nvi/common/
H A Dmultibyte.h76 #define STRPBRK strpbrk
/freebsd-13-stable/tools/tools/bootparttest/
H A Dbootparttest.c118 p = strpbrk(argv[1], "0123456789");
/freebsd-13-stable/contrib/sendmail/smrsh/
H A Dsmrsh.c248 p = strpbrk(q, " \t");
371 r = strpbrk(p, specialbuf);
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlobject.c155 if (strpbrk(s, "nN")) /* reject 'inf' and 'nan' */
157 else if (strpbrk(s, "xX")) /* hexa? */
/freebsd-13-stable/usr.sbin/ppp/
H A Diplist.c68 if ((ptr = strpbrk(range, ",-")) == NULL) {
83 if ((ptr = strpbrk(to, ",-")) == NULL)

Completed in 232 milliseconds

12345