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

/freebsd-10.2-release/usr.bin/xinstall/
H A Dxinstall.c152 const char *to_name; local
339 to_name = argv[argc - 1];
340 no_target = stat(to_name, &to_sb);
343 if (lstat(to_name, &to_sb) != 0)
344 err(EX_OSERR, "%s vanished", to_name);
348 err(EX_USAGE, "%s", to_name);
350 install(*argv, to_name, fset, iflags);
354 for (; *argv != to_name; ++argv)
355 install(*argv, to_name, fset, iflags | DIRECTORY);
376 err(EX_OSERR, "%s", to_name);
517 do_link(const char *from_name, const char *to_name, const struct stat *target_sb) argument
557 do_symlink(const char *from_name, const char *to_name, const struct stat *target_sb) argument
596 makelink(const char *from_name, const char *to_name, const struct stat *target_sb) argument
716 install(const char *from_name, const char *to_name, u_long fset, u_int flags) argument
1144 copy(int from_fd, const char *from_name, int to_fd, const char *to_name, off_t size) argument
1219 strip(const char *to_name) argument
[all...]
/freebsd-10.2-release/crypto/heimdal/kuser/
H A Dcopy_cred_cache.c87 const char *from_name, *to_name; local
123 to_name = argv[0];
126 to_name = argv[1];
147 ret = krb5_cc_resolve(kcc_context, to_name, &to_ccache);
149 krb5_err(kcc_context, 1, ret, "%s", to_name);
/freebsd-10.2-release/usr.sbin/config/
H A Dmain.c549 moveifchanged(const char *from_name, const char *to_name) argument
562 if ((to_fd = open(to_name, O_RDONLY)) < 0)
569 err(EX_OSERR, "moveifchanged fstat(%s)", to_name);
582 err(EX_OSERR, "mmap %s", to_name);
589 if (rename(from_name, to_name) < 0)
590 err(EX_OSERR, "rename(%s, %s)", from_name, to_name);
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c285 EVTAG_ASSIGN(msg, to_name, "tester");
475 EVTAG_ASSIGN(msg, to_name, "tester");
550 EVTAG_ASSIGN(msg, to_name, "tester");
655 EVTAG_ASSIGN(msg, to_name, "tester");
705 EVTAG_ASSIGN(msg, to_name, "tester");
750 EVTAG_ASSIGN(msg, to_name, "phoenix");
809 !EVTAG_HAS(msg2, to_name) ||
/freebsd-10.2-release/contrib/sendmail/src/
H A Dreadcf.c4834 char *to_name; /* long name of timeout */ member in struct:timeoutinfo
4931 for (to = TimeOutTab; to->to_name != NULL; to++)
4933 if (sm_strcasecmp(to->to_name, name) == 0)
4937 if (to->to_name == NULL)

Completed in 108 milliseconds