Home
last modified time | relevance | path

Searched refs:strspl (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Dsh.decls.h290 extern char *strspl (const char *, const char *);
H A Dsh.misc.c210 strspl(const char *cp, const char *dp) in strspl() function
H A Dsh.h1123 #define Strspl(a, b) strspl(a, b)
H A Dsh.c396 argv0 = strspl("-", *tempv); in main()
H A Dtc.func.c1986 cbuf = strspl(name, ptr + strlen(s));
H A Dtw.parse.c2064 p2 = strspl(ptr, "+"); /* Must append a '+' and re-stat(). */ in filetype()