Home
last modified time | relevance | path

Searched refs:CDIR (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.sbin/config.new/
H A Dutil.c76 #define CDIR "../../compile/" macro
79 cp = emalloc(sizeof(CDIR) + strlen(confdirbase));
80 (void)sprintf(cp, "%s%s", CDIR, confdirbase);
82 cp = emalloc(sizeof(CDIR) + strlen(confdirbase) + 1 +
84 (void)sprintf(cp, "%s%s/%s", CDIR, confdirbase, file);
/original-bsd/usr.sbin/config/
H A Dmain.c232 #define CDIR "../../compile/" macro
233 cp = malloc((unsigned int)(sizeof(CDIR) + strlen(PREFIX) +
235 (void) strcpy(cp, CDIR);
/original-bsd/usr.bin/fstat/
H A Dfstat.c62 #define CDIR -2 macro
248 case CDIR: \
297 vtrans(filed.fd_cdir, CDIR, FREAD);