Home
last modified time | relevance | path

Searched defs:strsep (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/string/
H A Dstrsep.c48 strsep(char **stringp, const char *delim) in strsep() function
/dragonfly/sys/libkern/
H A Dstrsep.c34 strsep(char **stringp, const char *delim) in strsep() function
/dragonfly/contrib/bmake/
H A Dmeta.c103 # define strsep(s, d) stresep((s), (d), '\0') macro