Home
last modified time | relevance | path

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

/openbsd/usr.bin/xinstall/
H A Dxinstall.c239 to_name, in install()
241 to_name = pathbuf; in install()
293 err(1, "%s", to_name); in install()
315 target_name = to_name; in install()
429 (void)unlink(to_name); in copy()
436 (void)unlink(to_name); in copy()
471 (void)unlink(to_name); in copy()
511 err(1, "%s", to_name); in compare()
535 strip(char *to_name) in strip() argument
547 (void)unlink(to_name); in strip()
[all …]
/openbsd/lib/libcurses/tinfo/
H A Dcomp_parse.c361 char *to_name = _nc_first_name(to->term_names);
374 if (from_name != 0 && strcmp(to_name, from_name)) {
377 to_name,
383 to_name,
/openbsd/usr.sbin/nsd/
H A Dquery.c810 const dname_type* to_name, domain_type* src, domain_type* to_closest_encloser, in query_synthesize_cname() argument
823 assert(q && answer && from_name && to_name && src && to_closest_encloser); in query_synthesize_cname()
833 dname_compare(domain_dname(answer->rrsets[j]->rrs[0].rdatas->domain), to_name) == 0) { in query_synthesize_cname()
866 for(i=0; i < to_name->label_count - domain_dname(to_closest_encloser)->label_count; in query_synthesize_cname()
880 to_name, domain_dname(to_closest_encloser)->label_count + i + 1); in query_synthesize_cname()
/openbsd/regress/lib/libevent/
H A Devent_regress.c1713 EVTAG_ASSIGN(msg, to_name, "phoenix");
1765 !EVTAG_HAS(msg2, to_name) ||
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A Dmktables6400 my $to_name = "";
6404 $to_name .= " + " if $to_name;
6408 $to_name .= $viacode[$to];
6412 "=> '$to_chr'; $viacode[$i] => $to_name";
7241 my $to_name = "";
7251 $to_name .= " + " if $to_name;
7255 $to_name .= $viacode[$to];
7280 . "' => '$to_chr'; $viacode[$code_point] => $to_name";