Home
last modified time | relevance | path

Searched refs:strippath (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dpatch.c396 char *strippath; in patch_fileproc() local
708 strippath = Xasprintf ("%s/", current_parsed_root->directory); in patch_fileproc()
710 if (strncmp (rcs, strippath, strlen (strippath)) == 0) in patch_fileproc()
711 rcs += strlen (strippath); in patch_fileproc()
712 free (strippath); in patch_fileproc()
/netbsd/src/usr.bin/patch/
Dcommon.h104 extern int strippath;
Dpch.c305 &names[OLD_FILE].exists, strippath); in intuit_diff_type()
308 &names[NEW_FILE].exists, strippath); in intuit_diff_type()
312 &names[OLD_FILE].exists, strippath); in intuit_diff_type()
315 &names[INDEX_FILE].exists, strippath); in intuit_diff_type()
Dpatch.c87 int strippath = 957; variable
578 strippath = atoi(optarg); in get_some_switches()
/netbsd/src/external/gpl2/xcvs/dist/lib/
DChangeLog.fsf48 * strippath.c: use strchr, not index
DChangeLog2130 * build_lib.com: Remove strippath.obj from library/create command.
2213 * Makefile.in (OBJECTS): Remove strippath.o; we don't use
2215 (SOURCES): Remove strippath.c.
2216 * strippath.c: Removed.
2217 * build_lib.com: Remove strippath.c.
/netbsd/src/external/gpl2/xcvs/dist/
DChangeLog5396 * cvsnt.mak: Remove strippath.c.