Lines Matching defs:fromfile

223 	char *fromfile = pair.ffile;
332 fromhost, fromfile, frombitmap,
501 ctag_check(char *fromhost, char *fromfile, char *frombitmap, char *tohost,
531 fromhost, fromfile, tohost, tofile);
541 localfile = is_primary ? fromfile : tofile;
1711 char fromfile[NSC_MAXPATH];
2288 * fromhost fromfile frombitmap tohost tofile tobitmap ip sync
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') ||
2683 if (ctag_check(fromhost, fromfile, frombitmap,
2709 (void) strncpy(fromfile, pair_list[pairs].ffile,
2783 (void) strncpy(parms.rdc_set->primary.file, fromfile,
2816 if ((strcmp(fromfile, frombitmap) == 0) ||
2822 if (stat(fromfile, &stb) != 0) {
2825 fromfile, strerror(errno));
2830 fromfile);
2896 fromhost, fromfile, frombitmap, tohost, tofile,
2978 fromfile, frombitmap, tobitmap,
3039 rdc_force_disable(cfg, fromhost, fromfile,
3130 fromhost, fromfile, frombitmap,
3153 (strcmp(diskqueue, fromfile) == 0) ||
3163 different_devs(fromfile, diskqueue);
3167 different_devs(fromfile, frombitmap);
3168 validate_name(cfg, fromfile);
3191 enable_autosync(fromhost, fromfile,
3196 rdc_alloc_config(fromhost, fromfile,
3210 rdc_alloc_config(fromhost, fromfile,
3226 if (rdc_operation(cfg, fromhost, fromfile, frombitmap,
3252 (void) strncpy(tmpfile, fromfile,
3259 (void) strncpy(fromfile, tofile,
3278 fromhost, fromfile, frombitmap,
3794 rdc_operation(CFGFILE *cfg, char *fromhost, char *fromfile, char *frombitmap,
3835 (void) strncpy(parms.rdc_set->primary.file, fromfile,
3952 fromhost, fromfile, tohost, tofile);
3958 (void) strncpy(parms.rdc_set->primary.file, fromfile, NSC_MAXPATH);
4047 if (flag == RDC_CMD_COPY && reverse && mounted(fromfile))
4050 fromfile);
4085 fromhost, fromfile, frombitmap,
4170 fromhost, fromfile,
4177 fromhost, fromfile, frombitmap,
4188 fromhost, fromfile, frombitmap,
4387 fromhost, fromfile, frombitmap,
4400 fromhost, fromfile,
4414 fromhost, fromfile, frombitmap,
4426 fromhost, fromfile,
4434 fromhost, fromfile, frombitmap,
4444 vol1 = fromfile;
4499 fromhost, fromfile,
4508 fromfile, frombitmap,
4545 fromhost, fromfile,
4554 fromfile, frombitmap,
4603 fromhost, fromfile,
4612 fromfile, frombitmap,
4706 fromhost, fromfile,
4715 fromfile, frombitmap,
4754 fromhost, fromfile,
4763 fromfile, frombitmap,
4803 fromhost, fromfile,
4811 fromhost, fromfile, frombitmap,
4836 * fromhost fromfile frombitmap tohost tofile tobitmap
4838 * where fromfile is the primary device which is local to the
4861 char fromfile[NSC_MAXPATH];
4906 (void) strncpy(fromfile, tmp, (NSC_MAXPATH - 1));
4907 fromfile[(NSC_MAXPATH - 1)] = '\0';
5018 (void) strncpy(pair_list[i].ffile, fromfile, NSC_MAXPATH);
5042 if (ctag_check(fromhost, fromfile, frombitmap,
5543 checkgfields(CFGFILE *cfg, int setnumber, char *fromhost, char *fromfile,
5550 if (fromfile[0])
5552 gettext("primary volume"), fromfile);