Searched refs:fromfile (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/ypcmd/shared/ |
H A D | utils.c | 87 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, fro 155 char fromfile[MAXNAMLEN + 1]; local [all...] |
/illumos-gate/usr/src/cmd/streams/strcmd/ |
H A D | strchg.c | 118 short fromfile; /* TRUE if -f file */ local 135 error = fromfile = is_a_tty = pop = popall = popupto = push = FALSE; 173 if (fromfile || popupto || push) 183 fromfile = TRUE; 189 if (fromfile || pop) 198 if (fromfile || push) 205 if (fromfile || popall || push) 240 if (fromfile || pop) { 299 if (fromfile) { 391 } /* end if-fromfile */ [all...] |
/illumos-gate/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 223 char *fromfile = pair.ffile; local 332 fromhost, fromfile, frombitmap, 501 ctag_check(char *fromhost, char *fromfile, char *frombitmap, char *tohost, argument 531 fromhost, fromfile, tohost, tofile); 541 localfile = is_primary ? fromfile : tofile; 1711 char fromfile[NSC_MAXPATH]; local 2288 * fromhost fromfile frombitmap tohost tofile tobitmap ip sync 2364 (void) cfg_get_cstring(cfg, key, fromfile, 2365 sizeof (fromfile)); 2427 (void) strncpy(fromfile, arg 3794 rdc_operation(CFGFILE *cfg, char *fromhost, char *fromfile, char *frombitmap, char *tohost, char *tofile, char *tobitmap, int flag, int iflag, char *directfile, char *group, char *ctag, char *diskqueue, int *doasync, int reverse) argument 4861 char fromfile[NSC_MAXPATH]; local 5543 checkgfields(CFGFILE *cfg, int setnumber, char *fromhost, char *fromfile, char *frombitmap, char *tobitmap, char *type, char *mode, char *group, char *ctag, char *diskq) argument [all...] |
H A D | sndrboot.c | 126 char fromfile[NSC_MAXPATH]; local 216 (void) strncpy(fromfile, 239 if (rdc_operation(fromhost, fromfile, frombitmap, 255 rdc_operation(fromhost, fromfile, frombitmap, tohost, tofile, 258 char *fromhost, *fromfile, *frombitmap; 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, frombitma 660 char fromfile[NSC_MAXPATH]; local [all...] |
/illumos-gate/usr/src/lib/librdc/common/ |
H A D | rdcrules.c | 281 char *fromfile, *tofile; local 293 fromfile = rdc->pfile; 326 fromhost, fromfile, tohost, tofile); 338 localfile = fromfile;
|
Completed in 124 milliseconds