Searched refs:cwdfd (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/bin/pax/
H A Dpax.c75 int cwdfd; /* starting cwd */ variable
238 cwdfd = open(".", O_RDONLY);
239 if (cwdfd < 0) {
H A Dextern.h208 extern int cwdfd;
H A Dftree.c308 if (fchdir(cwdfd) < 0) {
H A Dar_subs.c332 if (fchdir(cwdfd) != 0)

Completed in 160 milliseconds