Searched refs:from_name (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/file_cmds-230/install/
H A Dxinstall.c274 install(from_name, to_name, fset, flags)
275 char *from_name, *to_name;
288 if (flags & DIRECTORY || strcmp(from_name, _PATH_DEVNULL)) {
289 if (stat(from_name, &from_sb))
290 err(EX_OSERR, "%s", from_name);
293 err(EX_OSERR, "%s", from_name);
299 (p = strrchr(from_name, '/')) ? ++p : from_name);
319 if (!devnull && (from_fd = open(from_name, O_RDONLY, 0)) < 0)
320 err(EX_OSERR, "%s", from_name);
541 compare(int from_fd, const char *from_name, size_t from_len, int to_fd, const char *to_name, size_t to_len) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dcopy_cred_cache.c87 const char *from_name, *to_name; local
127 from_name = krb5_cc_default_name(kcc_context);
130 from_name = argv[0];
134 ret = krb5_cc_resolve(kcc_context, from_name, &from_ccache);
136 krb5_err(kcc_context, 1, ret, "%s", from_name);
/macosx-10.9.5/launchd-842.92.1/src/
H A Dlog.c75 size_t lm_sz = sizeof(struct logmsg_s) + strlen(msg) + strlen(attr->from_name) + strlen(attr->about_name) + strlen(attr->session_name) + 4;
96 lm->from_name = data_off;
97 data_off += sprintf(data_off, "%s", attr->from_name) + 1;
131 .from_name = launchd_label,
223 fprintf(launchd_console, "%-32s %-8u %-64s %-8u %s\n", attr->from_name, attr->from_pid, attr->about_name, attr->about_pid, message);
234 fprintf(log2here, "%-8lld %-32s %-8u %-24s %-8u %s\n", delta, attr->from_name, attr->from_pid, attr->about_name, attr->about_pid, message);
258 lm->from_name_offset = lm->from_name - (char *)lm;
364 lm->from_name += (size_t)lm;
H A Dlog.h27 const char *from_name; member in struct:launchd_syslog_attr
H A Dcore.c5489 .from_name = launchd_label,
5654 .from_name = launchd_label,
/macosx-10.9.5/Security-55471.14.18/sec/securityd/Regressions/
H A Dsecd-59-account-cleanup.c107 CFStringRef circle_name = NULL, from_name = NULL, to_name = NULL;
108 SOSKVSKeyType keytype = SOSKVSKeyGetKeyTypeAndParse(key, &circle_name, &from_name, &to_name);
110 bool testcmp = CFEqualSafe(alice_id, from_name) || CFEqualSafe(alice_id, to_name);
111 ok(testcmp, "Alice is from_name(%@) or to_name(%@)", from_name, to_name);
113 CFReleaseNull(from_name);
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dvproc_internal.h85 const char *from_name; member in union:logmsg_s::__anon9345
H A Dvproc_priv.h142 const char *from_name, const char *about_name, const char *session_name,
H A Dlibvproc.c774 lm->from_name = (char *)lm + lm->from_name_offset;
783 lm->from_name, lm->about_name, lm->session_name, lm->msg);
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Ddaemon.c1070 launchd_callback(struct timeval *when, pid_t from_pid, pid_t about_pid, uid_t sender_uid, gid_t sender_gid, int priority, const char *from_name, const char *about_name, const char *session_name, const char *msg) argument
1080 when->tv_sec, when->tv_usec, from_pid, about_pid, sender_uid, sender_gid, priority, from_name, about_name, session_name, msg);
1135 if (from_name != NULL)
1137 asl_set(m, ASL_KEY_SENDER, from_name);
1150 if ((from_name != NULL) && (strcmp(from_name, about_name) != 0))
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c2533 char *from_name, *to_name; local
2945 from_name = get_pathbuff();
2946 if (from_name) {
2947 from_len = safe_getpath(fdvp, fromni.ni_cnd.cn_nameptr, from_name, MAXPATHLEN, &from_truncated);
2950 to_name = from_name ? get_pathbuff() : NULL;
2960 from_name = NULL;
2964 from_name = NULL;
2990 if (nfsrv_fsevents_enabled && !error && from_name && to_name) {
2993 FSE_ARG_STRING, from_len, from_name,
3000 FSE_ARG_STRING, from_len, from_name,
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSAccount.c3097 CFStringRef from_name = NULL;
3099 switch (SOSKVSKeyGetKeyTypeAndParse(key, &circle_name, &from_name, &to_name)) {
3114 require_quiet(!CFEqual(my_id, from_name), skip);
3126 if (SOSAccountHandlePeerMessage(account, circle_name, from_name, value, cacheInDictionary, &localError) == kSOSPeerCoderFailure) {
3140 if(pi && CFEqual(from_name, SOSPeerInfoGetPeerID(pi)) && SOSPeerInfoInspectRetirementTicket(pi, error)) {
3158 CFReleaseNull(from_name);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c6020 char *from_name = NULL, *to_name = NULL; local
6312 if (from_name == NULL) {
6313 GET_PATH(from_name);
6314 if (from_name == NULL) {
6320 from_len = safe_getpath(fdvp, fromnd->ni_cnd.cn_nameptr, from_name, MAXPATHLEN, &from_truncated);
6379 (uintptr_t)from_name, (uintptr_t)to_name);
6382 if (from_name != NULL && to_name != NULL) {
6397 FSE_ARG_STRING, from_len, from_name,
6404 FSE_ARG_STRING, from_len, from_name,
6475 if (from_name !
[all...]

Completed in 322 milliseconds