Searched refs:tofile (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/ypcmd/shared/ |
H A D | utils.c | 86 char tofile[MAXNAMLEN + 1]; local 99 (void) strcpy(tofile, to); 100 (void) strcat(tofile, dbm_pag); 102 if (rename(fromfile, tofile)) { 104 tofile); 108 (void) strcpy(savefile, tofile); 111 (void) strcpy(tofile, to); 112 (void) strcat(tofile, dbm_dir); 114 if (rename(fromfile, tofile)) { 116 tofile); [all …]
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 754 uucpst(rmt, tofile, errfile, cmd, buf) in uucpst() argument 755 char *rmt, *tofile, *errfile, *cmd, *buf; in uucpst() 783 (void) snprintf(arg, sizeof (arg), "%s!%s", rmt, tofile);
|