HomeSort by: relevance | last modified time | path
    Searched refs:stresep (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/string/
stresep.c 1 /* $NetBSD: stresep.c,v 1.4 2017/08/23 10:27:41 christos Exp $ */
37 __RCSID("$NetBSD: stresep.c,v 1.4 2017/08/23 10:27:41 christos Exp $");
47 __weak_alias(stresep,_stresep)
61 * If *stringp is NULL, stresep returns NULL.
64 stresep(char **stringp, const char *delim, int esc)
Makefile.inc 16 stresep.c memrchr.c
82 MLINKS+=strsep.3 stresep.3
  /src/tests/lib/libc/string/
t_stresep.c 39 if ((p = stresep(&q, " ", '\\')) == NULL || strcmp(p, a)) { \
49 atf_tc_set_md_var(tc, "descr", "Test stresep results");
  /src/include/
string.h 144 char *stresep(char **, const char *, int);
  /src/lib/libc/gen/
fstab.c 78 while ((ret = stresep(str, sep, '\\')) != NULL && *ret == '\0')
  /src/lib/libutil/
login_cap.c 527 for (i = 0; (res[i] = stresep(&ptr, stop, '\\')) != NULL; )
  /src/usr.sbin/arp/
arp.c 212 (*ap = stresep(&inputstring, " \t", '\\')) != NULL;) {
  /src/lib/libc/include/
namespace.h 682 #define stresep _stresep macro
  /src/usr.bin/make/
meta.c 98 # define strsep(s, d) stresep((s), (d), '\0')

Completed in 19 milliseconds