Searched refs:stresep (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/bmake/
H A Dstresep.c1 /* $NetBSD: stresep.c,v 1.4 2017/08/23 10:27:41 christos Exp $ */
42 char * stresep(char **stringp, const char *delim, int esc);
54 * If *stringp is NULL, stresep returns NULL.
57 stresep(char **stringp, const char *delim, int esc) function
H A Dmeta.c99 # define strsep(s, d) stresep((s), (d), '\0')
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_stresep.c39 if ((p = stresep(&q, " ", '\\')) == NULL || strcmp(p, a)) { \
49 atf_tc_set_md_var(tc, "descr", "Test stresep results");
/freebsd-13-stable/usr.bin/bmake/
H A DMakefile.config20 LIBOBJS+= ${LIBOBJDIR}stresep$U.o

Completed in 66 milliseconds