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

/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dremove.c75 long_remove(const char **path_ptr, int missing_ok, int *did_chdir) function
124 * If the argument is longer than PATH_MAX, long_remove
129 if (long_remove(&sub_path, missing_ok, &did_chdir) == 0)
167 rv |= long_remove(&path, missing_ok, &did_chdir);
185 * If the path is too long, long_remove will use chdir to shorten it,
/netbsd-current/sys/coda/
H A Dcoda_namecache.h146 unsigned long_remove; member in struct:coda_nc_statistics
H A Dcoda_namecache.c482 coda_nc_stat.long_remove++; /* record stats */

Completed in 193 milliseconds