/titanic_50/usr/src/cmd/ypcmd/shared/ |
H A D | utils.c | 88 char tofile[MAXNAMLEN + 1]; local 101 (void) strcpy(tofile, to); 102 (void) strcat(tofile, dbm_pag); 104 if (rename(fromfile, tofile)) { 106 tofile); 110 (void) strcpy(savefile, tofile); 113 (void) strcpy(tofile, to); 114 (void) strcat(tofile, dbm_dir); 116 if (rename(fromfile, tofile)) { 118 tofile); [all …]
|
/titanic_50/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 137 static int autosync_is_on(char *tohost, char *tofile); 218 char *tohost, *tofile; in rdc_print() local 289 tofile = urdc->secondary.file; in rdc_print() 304 if (strcmp(tmptofile, tofile) != 0) in rdc_print() 333 tohost, tofile, tobitmap, in rdc_print() 502 char *tofile, char *tobitmap, char *ctag, char *diskq) in ctag_check() argument 531 fromhost, fromfile, tohost, tofile); in ctag_check() 541 localfile = is_primary ? fromfile : tofile; in ctag_check() 1712 char tofile[NSC_MAXPATH]; local 2350 (void) cfg_get_cstring(cfg, key, tofile, [all …]
|
H A D | sndrboot.c | 127 char tofile[NSC_MAXPATH]; in sndrboot_lintmain() local 218 (void) strncpy(tofile, in sndrboot_lintmain() 240 tohost, tofile, tobitmap, flag, directfile, group, in sndrboot_lintmain() 255 rdc_operation(fromhost, fromfile, frombitmap, tohost, tofile, in rdc_operation() argument 259 char *tohost, *tofile, *tobitmap; 419 (void) strncpy(parms.rdc_set->secondary.file, tofile, NSC_MAXPATH); 497 frombitmap, tohost, tofile, tobitmap); 504 tohost, tofile, tobitmap, 515 tohost, tofile, tobitmap); 523 fromhost, fromfile, frombitmap, tohost, tofile, tobitmap); [all …]
|
H A D | sndrsubr.c | 273 find_setnumber_in_libcfg(CFGFILE *cfg, char *ctag, char *tohost, char *tofile) in find_setnumber_in_libcfg() argument 316 if (strcmp(secondary, tofile) != 0) { in find_setnumber_in_libcfg() 364 get_cfg_setid(CFGFILE *cfg, char *ctag, char *tohost, char *tofile) in get_cfg_setid() argument 381 setnum = find_setnumber_in_libcfg(cfg, ctag, tohost, tofile); in get_cfg_setid() 393 "for %s:%s"), program, tohost, tofile); in get_cfg_setid()
|
H A D | rdcadm.h | 53 extern int get_cfg_setid(CFGFILE *cfg, char *ctag, char *tohost, char *tofile);
|
/titanic_50/usr/src/lib/librdc/common/ |
H A D | rdcrules.c | 281 char *fromfile, *tofile; in ctag_check() local 296 tofile = rdc->sfile; in ctag_check() 326 fromhost, fromfile, tohost, tofile); in ctag_check() 340 localfile = tofile; in ctag_check()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 756 uucpst(rmt, tofile, errfile, cmd, buf) in uucpst() argument 757 char *rmt, *tofile, *errfile, *cmd, *buf; in uucpst() 785 (void) snprintf(arg, sizeof (arg), "%s!%s", rmt, tofile);
|