Searched refs:origprae (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/patch_cmds-17/patch/
H A Dcommon.h79 extern char *origprae;
H A Dutil.c107 if (origprae) {
108 if (strlcpy(bakname, origprae, sizeof(bakname)) >= sizeof(bakname) ||
110 fatal("filename %s too long for buffer\n", origprae);
H A Dpatch.c59 char *origprae = NULL; variable
503 origprae = savestr(optarg);
/macosx-10.9.5/gpatch-3/patch/
H A Dutil.c72 if (origprae || origbase)
74 char const *p = origprae ? origprae : "";
H A Dcommon.h171 XTERN char const *origprae; variable
H A Dpatch.c656 origprae = savestr (optarg);

Completed in 79 milliseconds