Searched refs:to_name (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/usr.bin/xinstall/ |
| HD | xinstall.c | 150 const char *to_name; in main() local 338 to_name = argv[argc - 1]; in main() 339 no_target = stat(to_name, &to_sb); in main() 342 if (lstat(to_name, &to_sb) != 0) in main() 343 err(EX_OSERR, "%s vanished", to_name); in main() 347 err(EX_USAGE, "%s", to_name); in main() 349 install(*argv, to_name, fset, iflags); in main() 353 for (; *argv != to_name; ++argv) in main() 354 install(*argv, to_name, fset, iflags | DIRECTORY); in main() 375 err(EX_OSERR, "%s", to_name); in main() [all …]
|
| /freebsd-11-stable/usr.sbin/bsdconfig/share/ |
| HD | struct.subr | 167 # f_struct_copy $from_name $to_name 169 # Copy the properties of one struct to another. If struct $to_name does not 171 # and struct $to_name remains unmodified. 173 # Returns success unless struct $to_name did not exist and f_struct_new() was 178 local from_name="$1" to_name="$2" type 179 f_dprintf "f_struct_copy: from_name=[%s] to_name=[%s]" \ 180 "$from_name" "$to_name" 182 f_struct "$to_name" || 183 f_struct_new "$type" "$to_name" || return $FAILURE 186 "$from_name" "$to_name" [all …]
|
| /freebsd-11-stable/crypto/heimdal/kuser/ |
| HD | copy_cred_cache.c | 87 const char *from_name, *to_name; in copy_cred_cache() local 123 to_name = argv[0]; in copy_cred_cache() 126 to_name = argv[1]; in copy_cred_cache() 147 ret = krb5_cc_resolve(kcc_context, to_name, &to_ccache); in copy_cred_cache() 149 krb5_err(kcc_context, 1, ret, "%s", to_name); in copy_cred_cache()
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/test/ |
| HD | regress_rpc.c | 285 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_message() 475 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_client() 550 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_queued_client() 655 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_client_with_pause() 705 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_client_timeout() 750 EVTAG_ASSIGN(msg, to_name, "phoenix"); in rpc_test() 809 !EVTAG_HAS(msg2, to_name) || in rpc_test()
|
| HD | regress.rpc | 5 string to_name = 2;
|
| /freebsd-11-stable/usr.sbin/config/ |
| HD | main.c | 591 moveifchanged(const char *from_name, const char *to_name) in moveifchanged() argument 604 if ((to_fd = open(to_name, O_RDONLY)) < 0) in moveifchanged() 611 err(EX_OSERR, "moveifchanged fstat(%s)", to_name); in moveifchanged() 624 err(EX_OSERR, "mmap %s", to_name); in moveifchanged() 631 if (rename(from_name, to_name) < 0) in moveifchanged() 632 err(EX_OSERR, "rename(%s, %s)", from_name, to_name); in moveifchanged()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/ |
| HD | branch.c | 689 const char *to_name, in copy_subtree() argument 704 to_parent_eid, to_name, in copy_subtree()
|
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | readcf.c | 4973 char *to_name; /* long name of timeout */ member 5070 for (to = TimeOutTab; to->to_name != NULL; to++) 5072 if (sm_strcasecmp(to->to_name, name) == 0) 5076 if (to->to_name == NULL)
|