Home
last modified time | relevance | path

Searched refs:to_name (Results 1 – 14 of 14) sorted by relevance

/freebsd/usr.bin/xinstall/
H A Dxinstall.c170 const char *to_name; in main() local
375 to_name); in main()
406 *argv, to_name); in main()
827 to_name, in install()
828 to_name[strlen(to_name) - 1] == '/' ? "" : "/", in install()
830 to_name = pathbuf; in install()
836 if (*to_name == '\0') in install()
952 to_name); in install()
1005 (void)unlink(to_name); in install()
1288 args[1] = to_name; in strip()
[all …]
/freebsd/usr.sbin/bsdconfig/share/
H A Dstruct.subr166 # f_struct_copy $from_name $to_name
170 # and struct $to_name remains unmodified.
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"
191 f_struct "$to_name" set $property "$from_value"
194 f_struct "$to_name" unset $property
[all …]
/freebsd/crypto/heimdal/kuser/
H A Dcopy_cred_cache.c87 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 Dsendfile23.sh113 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 Dsocketpair4.sh109 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 Dsendfile21.sh130 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 Dsendfile22.sh122 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 Dregress_rpc.c284 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 Dregress.rpc5 string to_name = 2;
/freebsd/contrib/libevent/test/
H A Dregress_rpc.c284 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 Dregress.rpc5 string to_name = 2;
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c343 char *to_name = _nc_first_name(to->term_names); in invalid_merge() local
356 if (from_name != 0 && strcmp(to_name, from_name)) { in invalid_merge()
360 to_name, in invalid_merge()
366 to_name, in invalid_merge()
/freebsd/usr.sbin/config/
H A Dmain.cc577 moveifchanged(const char *from_name, const char *to_name) in moveifchanged() argument
589 to_path = path(to_name); in moveifchanged()
/freebsd/contrib/sendmail/src/
H A Dreadcf.c5276 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)