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

/macosx-10.10/file_cmds-242/pax/
H A Dar_subs.c82 static size_t cwdpathlen; /* current working directory path len */ variable
91 cwdpathlen = strlen(cwdpath);
133 if (cwdpathlen == 1) { /* We're in the root */
137 if ((strncmp(buf, cwdpath, cwdpathlen) != 0) || (buf[cwdpathlen] != '\0' && buf[cwdpathlen] != '/')) {

Completed in 66 milliseconds