Home
last modified time | relevance | path

Searched refs:tofile (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dutils.c86 char tofile[MAXNAMLEN + 1]; local
99 (void) strcpy(tofile, to);
100 (void) strcat(tofile, dbm_pag);
102 if (rename(fromfile, tofile)) {
104 tofile);
111 (void) strcpy(tofile, to);
112 (void) strcat(tofile, dbm_dir);
114 if (rename(fromfile, tofile)) {
116 tofile);
119 (void) strcpy(tofile, to);
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Duuxqt.c754 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);