HomeSort by: relevance | last modified time | path
    Searched refs:long_remove (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/pkg_install/dist/lib/
remove.c 75 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,
  /src/sys/coda/
coda_namecache.h 146 unsigned long_remove; member in struct:coda_nc_statistics
coda_namecache.c 482 coda_nc_stat.long_remove++; /* record stats */

Completed in 26 milliseconds