Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ypcmd/shared/
H A Dutils.c87 char fromfile[MAXNAMLEN + 1]; local
99 (void) strcpy(fromfile, from);
100 (void) strcat(fromfile, dbm_pag);
104 if (rename(fromfile, tofile)) {
105 logprintf2("Can't mv %s to %s.\n", fromfile,
111 (void) strcpy(fromfile, from);
112 (void) strcat(fromfile, dbm_dir);
116 if (rename(fromfile, tofile)) {
117 logprintf2("Can't mv %s to %s.\n", fromfile,
119 (void) strcpy(fromfile, from);
[all …]
/titanic_50/usr/src/cmd/streams/strcmd/
H A Dstrchg.c118 short fromfile; /* TRUE if -f file */ in main() local
135 error = fromfile = is_a_tty = pop = popall = popupto = push = FALSE; in main()
173 if (fromfile || popupto || push) in main()
183 fromfile = TRUE; in main()
189 if (fromfile || pop) in main()
198 if (fromfile || push) in main()
205 if (fromfile || popall || push) in main()
240 if (fromfile || pop) { in main()
299 if (fromfile) { in main()
/titanic_50/usr/src/cmd/avs/rdc/
H A Dsndrboot.c126 char fromfile[NSC_MAXPATH]; in sndrboot_lintmain() local
216 (void) strncpy(fromfile, in sndrboot_lintmain()
239 if (rdc_operation(fromhost, fromfile, frombitmap, in sndrboot_lintmain()
255 rdc_operation(fromhost, fromfile, frombitmap, tohost, tofile, in rdc_operation() argument
258 char *fromhost, *fromfile, *frombitmap; in rdc_operation()
414 (void) strncpy(parms.rdc_set->primary.file, fromfile, NSC_MAXPATH);
496 fromhost, fromfile,
503 fromhost, fromfile, frombitmap,
514 fromhost, fromfile, frombitmap,
523 fromhost, fromfile, frombitmap, tohost, tofile, tobitmap);
[all …]
H A Dsndradm.c223 char *fromfile = pair.ffile; in rdc_print() local
332 fromhost, fromfile, frombitmap, in rdc_print()
501 ctag_check(char *fromhost, char *fromfile, char *frombitmap, char *tohost, in ctag_check() argument
531 fromhost, fromfile, tohost, tofile); in ctag_check()
541 localfile = is_primary ? fromfile : tofile; in ctag_check()
1711 char fromfile[NSC_MAXPATH]; local
2364 (void) cfg_get_cstring(cfg, key, fromfile,
2365 sizeof (fromfile));
2427 (void) strncpy(fromfile, argv[optind+1], NSC_MAXPATH);
2450 if ((fromfile[NSC_MAXPATH - 1] != '\0') ||
[all …]
/titanic_50/usr/src/lib/librdc/common/
H A Drdcrules.c281 char *fromfile, *tofile; in ctag_check() local
293 fromfile = rdc->pfile; in ctag_check()
326 fromhost, fromfile, tohost, tofile); in ctag_check()
338 localfile = fromfile; in ctag_check()