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

/haiku-fatelf/headers/compatibility/bsd/
H A Dstring.h16 char* strsep(char** string, const char* delimiters);
/haiku-fatelf/src/libs/bsd/
H A Dstring.cpp10 strsep(char** string, const char* delimiters) function
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompat.h47 extern char *strsep(char **stringp, const char *delim);
H A Dcompat.c158 * src/lib/libresolv2/common/bsd/strsep.c
166 static const char sccsid[] = "strsep.c 8.1 (Berkeley) 6/4/93";
219 * If *stringp is NULL, strsep returns NULL.
221 char *strsep(char **stringp, const char *delim) { function
247 * End: src/lib/libresolv2/common/bsd/strsep.c
/haiku-fatelf/src/bin/network/tcpdump/missing/
H A Dstrsep.c36 "@(#) $Header: /tcpdump/master/tcpdump/missing/strsep.c,v 1.3 2003/03/25 08:33:48 guy Exp $ (LBL)";
56 * If *stringp is NULL, strsep returns NULL.
59 strsep(char **stringp, const char *delim) function
/haiku-fatelf/src/kits/network/libbind/bsd/
H A Dstrsep.c2 static const char sccsid[] = "strsep.c 8.1 (Berkeley) 6/4/93";
3 static const char rcsid[] = "$Id: strsep.c,v 1.2 2005/04/27 04:56:12 sra Exp $";
58 * If *stringp is NULL, strsep returns NULL.
61 strsep(char **stringp, const char *delim) { function
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstring.h283 extern char *strsep (char **restrict __stringp, char const *restrict __delim);
286 # undef strsep
287 # define strsep(s,d) \
288 (GL_LINK_WARNING ("strsep cannot work correctly on character strings " \
291 strsep (s, d))
294 # undef strsep macro
295 # define strsep(s,d) \ macro
296 (GL_LINK_WARNING ("strsep is unportable - " \
297 "use gnulib module strsep for portability"), \
298 strsep (
[all...]
H A Dstring.in.h254 extern char *strsep (char **restrict __stringp, char const *restrict __delim);
257 # undef strsep macro
258 # define strsep(s,d) \ macro
259 (GL_LINK_WARNING ("strsep cannot work correctly on character strings " \
262 strsep (s, d))
265 # undef strsep macro
266 # define strsep(s,d) \ macro
267 (GL_LINK_WARNING ("strsep is unportable - " \
268 "use gnulib module strsep for portability"), \
269 strsep (
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstring.h368 extern char *strsep (char **restrict __stringp, char const *restrict __delim)
372 # undef strsep
373 # define strsep(s,d) \
374 (GL_LINK_WARNING ("strsep cannot work correctly on character strings " \
377 strsep (s, d))
380 # undef strsep macro
381 # define strsep(s,d) \ macro
382 (GL_LINK_WARNING ("strsep is unportable - " \
383 "use gnulib module strsep for portability"), \
384 strsep (
[all...]
H A Dstring.in.h329 extern char *strsep (char **restrict __stringp, char const *restrict __delim)
333 # undef strsep macro
334 # define strsep(s,d) \ macro
335 (GL_LINK_WARNING ("strsep cannot work correctly on character strings " \
338 strsep (s, d))
341 # undef strsep macro
342 # define strsep(s,d) \ macro
343 (GL_LINK_WARNING ("strsep is unportable - " \
344 "use gnulib module strsep for portability"), \
345 strsep (
[all...]
/haiku-fatelf/src/bin/network/wget/lib/
H A Dstring.in.h316 extern char *strsep (char **restrict __stringp, char const *restrict __delim);
319 # undef strsep macro
320 # define strsep(s,d) \ macro
321 (GL_LINK_WARNING ("strsep cannot work correctly on character strings " \
324 strsep (s, d))
327 # undef strsep macro
328 # define strsep(s,d) \ macro
329 (GL_LINK_WARNING ("strsep is unportable - " \
330 "use gnulib module strsep for portability"), \
331 strsep (
[all...]
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dlcl_gr.c292 pvt->group.gr_name = strsep(&bp, ":");
300 pvt->group.gr_passwd = strsep(&bp, ":");
305 if ((p = strsep(&bp, ":")) == NULL)
345 for (m = pvt->group.gr_mem; (p = strsep(&bp, ", ")) != NULL;)
H A Dlcl_ng.c309 gpos = strsep(&pos, ")");
311 if ((spos = strsep(&gpos, ","))) {
334 spos = strsep(&pos, ", \t");
/haiku-fatelf/src/bin/fwcontrol/
H A Deui64.c117 while ((cur = strsep(&line, " \t\r\n")) != NULL) {
127 while ((cur = strsep(&line, " \t\r\n")) != NULL) {
137 while ((cur = strsep(&line, " \t\r\n")) != NULL) {
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-esp.c140 spikey = strsep(&line, " \t");
189 spistr = strsep(&spikey, "@");
310 if ((line = strsep(&ndo->ndo_espsecret, "\n,")) == NULL) {
H A DMakefile94 LIBOBJS = strsep$U.o datalinks$U.o dlnames$U.o pcap_dump_ftell$U.o inet_ntop$U.o inet_pton$U.o inet_aton$U.o bpf_dump$U.o
149 strsep.o: $(srcdir)/missing/strsep.c
150 $(CC) $(CFLAGS) -o $@ -c $(srcdir)/missing/strsep.c
H A Dinterface.h65 extern char *strsep(char **, const char *);
H A Dnetdissect.h65 extern char *strsep(char **, const char *);
H A Dconfig.status503 s,@LIBOBJS@, strsep$U.o datalinks$U.o dlnames$U.o pcap_dump_ftell$U.o inet_ntop$U.o inet_pton$U.o inet_aton$U.o bpf_dump$U.o,;t t
513 s,@LTLIBOBJS@, strsep$U.lo datalinks$U.lo dlnames$U.lo pcap_dump_ftell$U.lo inet_ntop$U.lo inet_pton$U.lo inet_aton$U.lo bpf_dump$U.lo,;t t
H A Dconfigure7380 for ac_func in vfprintf strcasecmp strlcat strlcpy strdup strsep
/haiku-fatelf/src/bin/network/tcpdump/win32/prj/
H A DGNUmakefile39 ../../missing/strsep.o \
/haiku-fatelf/src/kits/network/libbind/
H A Dport_after.h293 char * strsep(char **stringp, const char *delim);
/haiku-fatelf/src/bin/network/ftp/
H A Dmain.c379 while ((cp = strsep(&oac, ",")) != NULL) {
H A Dfetch.c622 while ((cp = strsep(&np_copy, " ,")) != NULL) {
/haiku-fatelf/src/system/libroot/posix/glibc/string/bits/
H A Dstring2.h1200 # define strsep(s, reject) __strsep (s, reject) macro

Completed in 180 milliseconds