/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 170 const char *to_name; in main() local 366 to_name = argv[argc - 1]; in main() 367 no_target = stat(to_name, &to_sb); in main() 370 if (lstat(to_name, &to_sb) != 0) in main() 371 err(EX_OSERR, "%s vanished", to_name); in main() 375 to_name); in main() 377 install(*argv, to_name, fset, iflags); in main() 381 for (; *argv != to_name; ++argv) in main() 382 install(*argv, to_name, fset, iflags | DIRECTORY); in main() 402 errc(EX_CANTCREAT, EFTYPE, "%s", to_name); in main() [all …]
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | struct.subr | 166 # f_struct_copy $from_name $to_name 168 # Copy the properties of one struct to another. If struct $to_name does not 170 # and struct $to_name remains unmodified. 172 # Returns success unless struct $to_name did not exist and f_struct_new() was 177 local from_name="$1" to_name="$2" type 178 f_dprintf "f_struct_copy: from_name=[%s] to_name=[%s]" \ 179 "$from_name" "$to_name" 181 f_struct "$to_name" || 182 f_struct_new "$type" "$to_name" || return $FAILURE 185 "$from_name" "$to_name" [all …]
|
/freebsd/crypto/heimdal/kuser/ |
H A D | 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/tools/test/stress2/misc/ |
H A D | socketpair4.sh | 109 const char *from_name, *to_name; 112 to_name = "output"; 157 if ((to = open(to_name, O_RDWR | O_CREAT, DEFFILEMODE)) == -1) 158 err(1, "open write %s", to_name);
|
H A D | sendfile23.sh | 113 const char *from_name, *to_name; 116 to_name = "output"; 159 if ((to = open(to_name, O_RDWR | O_CREAT, DEFFILEMODE)) == 161 err(1, "open write %s", to_name);
|
H A D | sendfile21.sh | 130 const char *from_name, *to_name; 133 to_name = "output"; 195 if ((to = open(to_name, O_RDWR | O_CREAT, DEFFILEMODE)) == 197 err(1, "open write %s", to_name);
|
H A D | sendfile22.sh | 122 const char *from_name, *to_name; 125 to_name = "output"; 236 if ((to = open(to_name, O_RDWR | O_CREAT, DEFFILEMODE)) == 238 err(1, "open write %s", to_name);
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_rpc.c | 284 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_message() 474 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_client() 549 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_queued_client() 654 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_client_with_pause() 704 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_client_timeout() 749 EVTAG_ASSIGN(msg, to_name, "phoenix"); in rpc_test() 808 !EVTAG_HAS(msg2, to_name) || in rpc_test()
|
H A D | regress.rpc | 5 string to_name = 2;
|
/freebsd/contrib/libevent/test/ |
H A D | regress_rpc.c | 284 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_message() 474 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_client() 549 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_queued_client() 654 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_client_with_pause() 704 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_client_timeout() 749 EVTAG_ASSIGN(msg, to_name, "phoenix"); in rpc_test() 808 !EVTAG_HAS(msg2, to_name) || in rpc_test()
|
H A D | regress.rpc | 5 string to_name = 2;
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_parse.c | 359 char *to_name = _nc_first_name(to->term_names); 372 if (from_name != 0 && strcmp(to_name, from_name)) { 375 to_name, 381 to_name,
|
/freebsd/usr.sbin/config/ |
H A D | main.cc | 582 moveifchanged(const char *from_name, const char *to_name) in moveifchanged() argument 594 to_path = path(to_name); in moveifchanged()
|
/freebsd/contrib/sendmail/src/ |
H A D | readcf.c | 5276 char *to_name; /* long name of timeout */ member 5372 for (to = TimeOutTab; to->to_name != NULL; to++) 5374 if (SM_STRCASEEQ(to->to_name, name)) 5378 if (to->to_name == NULL)
|