Home
last modified time | relevance | path

Searched refs:DIRSEP (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dconf_include_test.c18 # define DIRSEP "/\\" macro
24 # define DIRSEP "/" macro
27 # define DIRSEP "/]:" macro
33 # define DIRSEP "/" macro
48 while ((p = strpbrk(p, DIRSEP)) != NULL) { in change_path()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dconf_include_test.c18 # define DIRSEP "/\\" macro
26 # define DIRSEP "/" macro
29 # define DIRSEP "/]:" macro
35 # define DIRSEP "/" macro
50 while ((p = strpbrk(p, DIRSEP)) != NULL) { in change_path()
/netbsd-src/bin/ksh/
H A Dpath.c91 Xput(*xsp, xp, DIRSEP);
99 Xput(*xsp, xp, DIRSEP);
164 *cur++ = DIRSEP;
177 *cur++ = DIRSEP;
221 Xput(xs, xp, DIRSEP);
257 Xput(*xsp, xp, DIRSEP);
H A Dsh.h145 # define DIRSEP '/' macro
154 # define ksh_strchr_dirsep(p) strchr(p, DIRSEP)
155 # define ksh_strrchr_dirsep(p) strrchr(p, DIRSEP)
H A Dexec.c1076 *xp++ = DIRSEP;