Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dcheckout.c433 char *hardpath; in safe_location() local
448 hardpath = xcanonicalize_file_name (current_parsed_root->directory); in safe_location()
509 hardpath_len = strlen (hardpath); in safe_location()
511 && strncmp (current, hardpath, hardpath_len) == 0) in safe_location()
527 free (hardpath); in safe_location()
H A Dsubr.c1938 char *hardpath = canonicalize_file_name (path); in xcanonicalize_file_name() local
1939 if (!hardpath) in xcanonicalize_file_name()
1941 return hardpath; in xcanonicalize_file_name()
H A DChangeLog-96905 because it textually starts with hardpath; insist that it be
906 hardpath or a subdirectory thereof.
3651 * checkout.c (safe_location): put assignment to hardpath[x] in an