Searched refs:workname (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/contrib/jemalloc/
H A DFREEBSD-upgrade55 workname="jemalloc.git"
56 work="${src}/../${workname}" # merge-changes expects ${workname} in "..".
96 diff -ru -X ${src}/FREEBSD-Xlist ${workname} jemalloc > ${changes} || true
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c321 if (!(workptr = Iopen(workname, FOPEN_R_WORK, &workstat))) {
322 eerror(workname); variable
399 diffp[1] = workname;
400 if (*workname == '-') {
401 char *dp = ftnalloc(char, strlen(workname)+3);
405 VOID strcpy(dp, workname);
419 diagnose("diff%s -r%s %s\n", diffvstr, xrev1, workname);
469 strlen(workname)
475 VOID sprintf(p, "-L%s\t%s\t%s", workname, datestr, num);
477 VOID sprintf(p, "-L%s\t%s", workname, datest
[all...]
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c219 if (!(workptr = Iopen(workname, FOPEN_R_WORK, (struct stat*)0)))
220 efaterror(workname); variable
262 xrev[1], xrev[2], workname,
265 arg[0] = xrev[0] = workname;
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c147 (workptr = Iopen(workname, FOPEN_R_WORK, &workstat))
153 workname
226 aprintf(stdout, "rm -f %s\n", workname);
228 if (perform && un_link(workname) != 0)
229 eerror(workname); variable
/freebsd-10.0-release/gnu/usr.bin/rcs/co/
H A Dco.c341 * points at it. workname contains the name of the working file.
344 diagnose("%s --> %s\n", RCSname, tostdout?"standard output":workname);
359 workstatstat = stat(workname, &workstat);
362 workname
495 r = chnamemod(&neworkptr, neworkname, workname, 1, m, t);
499 eerror(workname); variable
546 * Prepare to remove workname, if it exists, and if
557 workname,
562 : "writable %s exists; checkout aborted", workname);
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c191 char *workname; variable
398 Suffix = bindex(workname, '.');
399 if (Suffix==workname) Suffix= ""; /* empty suffix; will get default*/
670 * and a pointer to the pathname of the working file into workname.
712 !rcssuffix(workname = p = argv[1]) &&
714 ((p+=arglen-baselen) == workname || isSLASH(p[-1])) &&
721 workname = p = tempbuf.string;
726 workname = arg;
741 /* Now we have a (tentative) RCS pathname in RCS1 and workname. */
1099 RCSname = workname
[all...]
H A Drcskeep.c119 * If fp is null, workname is opened and closed instead of using fp.
139 if (!(fp = Iopen(workname, FOPEN_R_WORK, (struct stat*)0))) {
140 eerror(workname);
445 workname = *argv;
H A Drcslex.c1283 errsay(workname);
1391 warnsay(workname);
H A Drcsbase.h496 extern char *workname;
H A Drcsedit.c1509 register char const *name = isworkfile ? workname : RCSname;
/freebsd-10.0-release/gnu/usr.bin/rcs/ci/
H A Dci.c476 * workname contains the name of the working file.
481 diagnose("%s <-- %s\n", RCSname, workname);
483 if (!(workptr = Iopen(workname, FOPEN_R_WORK, &workstat))) {
484 eerror(workname); variable
491 workname
769 r = un_link(workname); /* Get rid of old file */
808 workname, 1, newworkmode, mtime
816 eerror(workname); variable
1180 || setmtime(workname, mtime) != 0
1189 : chmod(workname, newworkmod
[all...]
/freebsd-10.0-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c370 * workname contains the name of the working file.
383 aprintf(out, "%s%s %s\n", vstring, workname, tiprev());
406 aprintf(out, headFormat, RCSname, workname,
/freebsd-10.0-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c513 * workname contains the name of the working file.
620 if (stat(workname, &RCSstat) != 0) {

Completed in 202 milliseconds