Searched refs:strip_leading (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/patch_cmds-17/patch/
H A Dutil.c326 fetchname(const char *at, bool *exists, int strip_leading) argument
338 say("fetchname %s %d\n", at, strip_leading);
346 /* Strip off up to `strip_leading' path components and NUL terminate. */
347 for (sleading = strip_leading; *t != '\0' && ((tab && *t != '\t') ||
360 if (strip_leading == 957 && name != fullname && *fullname != '/') {
/macosx-10.10/gpatch-3/patch/
H A Dutil.c926 fetchname (char *at, int strip_leading, time_t *pstamp) argument
930 int sleading = strip_leading;
936 say ("fetchname %s %d\n", at, strip_leading);
939 /* Strip up to `strip_leading' leading slashes and null terminate.
940 If `strip_leading' is negative, strip all leading slashes. */
947 if (strip_leading < 0 || --sleading >= 0)
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dexterns.h137 extern void strip_leading __P((char *));
H A Dstringlib.c240 strip_leading (string) function

Completed in 151 milliseconds