Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dpatch.c386 char *strippath; local
652 strippath = xmalloc (strlen (current_parsed_root->directory) + 2);
653 (void) sprintf (strippath, "%s/", current_parsed_root->directory);
657 if (strncmp (rcs, strippath, strlen (strippath)) == 0)
658 rcs += strlen (strippath);
659 free (strippath);
/openbsd/usr.bin/patch/
H A Dcommon.h92 extern int strippath;
H A Dpch.c300 &names[OLD_FILE].exists, strippath); in intuit_diff_type()
303 if (piece_of_git && strippath == 957 && in intuit_diff_type()
307 &names[NEW_FILE].exists, strippath); in intuit_diff_type()
311 if (piece_of_git && strippath == 957 && in intuit_diff_type()
315 &names[OLD_FILE].exists, strippath); in intuit_diff_type()
318 &names[INDEX_FILE].exists, strippath); in intuit_diff_type()
H A Dpatch.c82 int strippath = 957; variable
625 strippath = strtonum(optarg, 0, INT_MAX, &errstr); in get_some_switches()
/openbsd/gnu/usr.bin/cvs/lib/
H A DChangeLog.fsf48 * strippath.c: use strchr, not index
H A DChangeLog242 * build_lib.com: Remove strippath.obj from library/create command.
325 * Makefile.in (OBJECTS): Remove strippath.o; we don't use
327 (SOURCES): Remove strippath.c.
328 * strippath.c: Removed.
329 * build_lib.com: Remove strippath.c.
/openbsd/gnu/usr.bin/cvs/os2/
H A DChangeLog131 * watcom.mak (OS2_OBJECTS): Remove strippath.
184 * Makefile.in (OS2_SOURCES): Remove strippath.c
185 (OS2_OBJECTS): Remove strippath.obj.
186 * strippath.c: Removed.
748 * Makefile.in: Include lib/regex, lib/getdate, strippath.
753 * strippath.c: new file.
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A DChangeLog373 * Makefile.in (SOURCES): Remove strippath.c.
374 * strippath.c: Removed.
384 * strippath.c (strip_path): Leave leading "\\" unmolested for UNC.
728 strippath.c, stripslash.c, waitpid.c, win32.c: Changed or added.
/openbsd/gnu/usr.bin/cvs/
H A DINSTALL153 QNX (1.9.1 + patches for strippath() and va_list)
H A DChangeLog1642 * cvsnt.mak: Remove strippath.c.