Home
last modified time | relevance | path

Searched refs:fromfile (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dutils.c85 char fromfile[MAXNAMLEN + 1]; local
97 (void) strcpy(fromfile, from);
98 (void) strcat(fromfile, dbm_pag);
102 if (rename(fromfile, tofile)) {
103 logprintf2("Can't mv %s to %s.\n", fromfile,
109 (void) strcpy(fromfile, from);
110 (void) strcat(fromfile, dbm_dir);
114 if (rename(fromfile, tofile)) {
115 logprintf2("Can't mv %s to %s.\n", fromfile,
117 (void) strcpy(fromfile, from);
[all …]
/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrchg.c116 short fromfile; /* TRUE if -f file */ in main() local
133 error = fromfile = is_a_tty = pop = popall = popupto = push = FALSE; in main()
171 if (fromfile || popupto || push) in main()
181 fromfile = TRUE; in main()
187 if (fromfile || pop) in main()
196 if (fromfile || push) in main()
203 if (fromfile || popall || push) in main()
238 if (fromfile || pop) { in main()
297 if (fromfile) { in main()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmanpath.c223 manconf_output(struct manoutput *conf, const char *cp, int fromfile) in manconf_output() argument
354 if (fromfile) { in manconf_output()