Searched refs:reply (Results 1 - 25 of 398) sorted by relevance

1234567891011>>

/macosx-10.10/vim-55/src/
H A Dtoolcheck8 reply="`sh -version -c exit 2>&1 < /dev/null`"
9 case "$reply" in
11 echo "- sh is '$reply'";
17 echo "- sh is '$reply' - probably OK.";
22 reply="`sed --version 2>&1 < /dev/null`"
23 case "$reply" in
25 echo "- sed is '$reply'";
30 echo "- sed is '$reply' - good.";
32 GNU*) echo "- sed is '$reply'.";
/macosx-10.10/screen-22/screen/etc/
H A Dtoolcheck8 reply="`sh -version 2>&1 < /dev/null | sed q`"
9 case "$reply" in
11 echo "- sh is '$reply'";
17 echo "- sh is '$reply' - good.";
19 GNU*) echo "- sh is '$reply'.";
24 reply="`sed --version 2>&1 < /dev/null | sed q`"
25 case "$reply" in
27 echo "- sed is '$reply'";
32 echo "- sed is '$reply' - good.";
34 GNU*) echo "- sed is '$reply'
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/UserNotification/
H A DKUNCUserNotifications.c64 #define UNDReply_lock(reply) lck_mtx_lock(&reply->lock)
65 #define UNDReply_unlock(reply) lck_mtx_unlock(&reply->lock)
71 UNDReplyRef reply);
76 UNDReplyRef reply)
80 UNDReply_lock(reply);
81 port = reply->self_port;
84 reply->self_port = IP_NULL;
85 UNDReply_unlock(reply);
75 UNDReply_deallocate( UNDReplyRef reply) argument
117 UNDAlertCompletedWithResult_rpc( UNDReplyRef reply, int result, xmlData_t keyRef, mach_msg_type_number_t keyLen) argument
174 UNDNotificationCreated_rpc( UNDReplyRef reply, int userLandNotificationKey) argument
199 UNDReplyRef reply; local
238 UNDReplyRef reply = (UNDReplyRef)id; local
351 UNDReplyRef reply = (UNDReplyRef)id; local
398 UNDReplyRef reply; local
[all...]
H A DUNDReply.defs39 reply: UNDReplyRef;
44 reply: UNDReplyRef;
/macosx-10.10/BerkeleyDB-21/db/rpc_server/c/
H A Dgen_db_server.c17 static __env_create_reply reply; /* must be static */ local
21 &reply);
23 return (&reply);
31 static __env_cdsgroup_begin_reply reply; /* must be static */ local
35 &reply);
37 return (&reply);
45 static __env_close_reply reply; /* must be static */ local
50 &reply);
52 return (&reply);
60 static __env_dbremove_reply reply; /* mus local
78 static __env_dbrename_reply reply; /* must be static */ local
97 static __env_get_cachesize_reply reply; /* must be static */ local
111 static __env_get_encrypt_flags_reply reply; /* must be static */ local
125 static __env_get_flags_reply reply; /* must be static */ local
139 static __env_get_home_reply reply; /* must be static */ local
153 static __env_get_open_flags_reply reply; /* must be static */ local
167 static __env_open_reply reply; /* must be static */ local
184 static __env_remove_reply reply; /* must be static */ local
200 static __env_set_cachesize_reply reply; /* must be static */ local
217 static __env_set_encrypt_reply reply; /* must be static */ local
233 static __env_set_flags_reply reply; /* must be static */ local
249 static __env_txn_begin_reply reply; /* must be static */ local
265 static __env_txn_recover_reply reply; /* must be static */ local
290 static __db_create_reply reply; /* must be static */ local
305 static __db_associate_reply reply; /* must be static */ local
322 static __db_close_reply reply; /* must be static */ local
337 static __db_cursor_reply reply; /* must be static */ local
353 static __db_del_reply reply; /* must be static */ local
375 static __db_get_reply reply; /* must be static */ local
412 static __db_get_bt_minkey_reply reply; /* must be static */ local
426 static __db_get_dbname_reply reply; /* must be static */ local
440 static __db_get_encrypt_flags_reply reply; /* must be static */ local
454 static __db_get_flags_reply reply; /* must be static */ local
468 static __db_get_h_ffactor_reply reply; /* must be static */ local
482 static __db_get_h_nelem_reply reply; /* must be static */ local
496 static __db_get_lorder_reply reply; /* must be static */ local
510 static __db_get_open_flags_reply reply; /* must be static */ local
524 static __db_get_pagesize_reply reply; /* must be static */ local
538 static __db_get_priority_reply reply; /* must be static */ local
552 static __db_get_q_extentsize_reply reply; /* must be static */ local
566 static __db_get_re_delim_reply reply; /* must be static */ local
580 static __db_get_re_len_reply reply; /* must be static */ local
594 static __db_get_re_pad_reply reply; /* must be static */ local
608 static __db_join_reply reply; /* must be static */ local
625 static __db_key_range_reply reply; /* must be static */ local
647 static __db_open_reply reply; /* must be static */ local
667 static __db_pget_reply reply; /* must be static */ local
711 static __db_put_reply reply; /* must be static */ local
747 static __db_remove_reply reply; /* must be static */ local
764 static __db_rename_reply reply; /* must be static */ local
782 static __db_set_bt_minkey_reply reply; /* must be static */ local
797 static __db_set_encrypt_reply reply; /* must be static */ local
813 static __db_set_flags_reply reply; /* must be static */ local
828 static __db_set_h_ffactor_reply reply; /* must be static */ local
843 static __db_set_h_nelem_reply reply; /* must be static */ local
858 static __db_set_lorder_reply reply; /* must be static */ local
873 static __db_set_pagesize_reply reply; /* must be static */ local
888 static __db_set_priority_reply reply; /* must be static */ local
903 static __db_set_q_extentsize_reply reply; /* must be static */ local
918 static __db_set_re_delim_reply reply; /* must be static */ local
933 static __db_set_re_len_reply reply; /* must be static */ local
948 static __db_set_re_pad_reply reply; /* must be static */ local
963 static __db_stat_reply reply; /* must be static */ local
987 static __db_sync_reply reply; /* must be static */ local
1002 static __db_truncate_reply reply; /* must be static */ local
1018 static __dbc_close_reply reply; /* must be static */ local
1032 static __dbc_count_reply reply; /* must be static */ local
1047 static __dbc_del_reply reply; /* must be static */ local
1062 static __dbc_dup_reply reply; /* must be static */ local
1077 static __dbc_get_reply reply; /* must be static */ local
1113 static __dbc_get_priority_reply reply; /* must be static */ local
1127 static __dbc_pget_reply reply; /* must be static */ local
1170 static __dbc_put_reply reply; /* must be static */ local
1205 static __dbc_set_priority_reply reply; /* must be static */ local
1220 static __txn_abort_reply reply; /* must be static */ local
1234 static __txn_commit_reply reply; /* must be static */ local
1249 static __txn_discard_reply reply; /* must be static */ local
1264 static __txn_prepare_reply reply; /* must be static */ local
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_dce.c67 static char *reply; /* our reply string */
78 if (reply != 0) {
79 free(reply);
80 reply = 0;
84 reply = malloc(strlen(msg) + sizeof("NO "));
85 if (reply == 0) {
90 strcpy(reply, "NO ");
91 strcat(reply, msg);
93 RETURN(reply);
66 static char *reply; /* our reply string */ local
[all...]
/macosx-10.10/postfix-255/postfix/src/global/
H A Dresolve_clnt.c18 /* void resolve_clnt_init(reply)
19 /* RESOLVE_REPLY *reply;
21 /* void resolve_clnt_query(address, reply)
23 /* RESOLVE_REPLY *reply;
25 /* void resolve_clnt_query_from(sender, address, reply)
28 /* RESOLVE_REPLY *reply;
30 /* void resolve_clnt_verify(address, reply)
32 /* RESOLVE_REPLY *reply;
34 /* void resolve_clnt_verify_from(sender, address, reply)
37 /* RESOLVE_REPLY *reply;
152 resolve_clnt_init(RESOLVE_REPLY *reply) argument
162 resolve_clnt(const char *class, const char *sender, const char *addr, RESOLVE_REPLY *reply) argument
292 resolve_clnt_free(RESOLVE_REPLY *reply) argument
312 resolve(char *class, char *addr, RESOLVE_REPLY *reply) argument
358 RESOLVE_REPLY reply; local
394 resolve(STR(buffer), addr, &reply); local
[all...]
H A Dtok822_resolve.c9 /* void tok822_resolve(addr, reply)
11 /* RESOLVE_REPLY *reply;
13 /* void tok822_resolve_from(sender, addr, reply)
16 /* RESOLVE_REPLY *reply;
54 RESOLVE_REPLY *reply)
66 resolve_clnt_query_from(sender, vstring_str(intern_form), reply);
70 vstring_str(intern_form), vstring_str(reply->transport),
71 vstring_str(reply->nexthop), vstring_str(reply->recipient));
53 tok822_resolve_from(const char *sender, TOK822 *addr, RESOLVE_REPLY *reply) argument
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_resolve.c78 RESOLVE_REPLY *reply; local
89 reply = (RESOLVE_REPLY *) mymalloc(sizeof(*reply));
90 resolve_clnt_init(reply);
96 resolve_clnt_query(STR(query), reply); local
97 lowercase(STR(reply->recipient)); /* XXX */
102 return ((void *) reply);
109 RESOLVE_REPLY *reply = (RESOLVE_REPLY *) data; local
111 resolve_clnt_free(reply);
112 myfree((void *) reply);
[all...]
/macosx-10.10/postfix-255/
H A Dchunking.pl84 my $reply;
163 while ($reply = <FROM_IMAP>) {
164 print "<OPENSSL< $reply" if $opts{verbose};
165 $reply =~ s/[\r\n]+$//;
166 return 1 if $reply =~ /^\S+ OK /;
167 if ($reply =~ /^connect:/i || $reply =~ /errno/) {
168 print "$label: $reply\n" if $opts{verbose};
172 if (!defined($reply)) {
218 $reply
[all...]
/macosx-10.10/postfix-255/postfix/src/dns/
H A Ddns_lookup.c133 /* Pointer to storage for the reply RCODE value. This gives
151 /* The query failed, or the reply was malformed.
198 * Structure to keep track of things while decoding a name server reply.
204 unsigned char *buf; /* raw reply data */
205 size_t buf_len; /* reply buffer length */
206 int rcode; /* unfiltered reply code */
212 unsigned char *end; /* first byte past reply */
218 /* dns_query - query name server and pre-parse the reply */
221 DNS_REPLY *reply, VSTRING *why)
228 * Initialize the reply buffe
220 dns_query(const char *name, int type, int flags, DNS_REPLY *reply, VSTRING *why) argument
337 dns_skip_query(DNS_REPLY *reply) argument
378 valid_rr_name(const char *name, const char *location, unsigned type, DNS_REPLY *reply) argument
422 dns_get_rr(DNS_RR **list, const char *orig_name, DNS_REPLY *reply, unsigned char *pos, char *rr_name, DNS_FIXED *fixed) argument
524 dns_get_alias(DNS_REPLY *reply, unsigned char *pos, DNS_FIXED *fixed, char *cname, int c_len) argument
538 dns_get_answer(const char *orig_name, DNS_REPLY *reply, int type, DNS_RR **rrlist, VSTRING *fqdn, char *cname, int c_len, int *maybe_secure) argument
653 static DNS_REPLY reply; local
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/dbus/
H A DGetForwarders31 dbus-send --system --type=method_call --print-reply --reply-timeout=20000 --dest=com.redhat.named /com/redhat/named com.redhat.named.text.GetForwarders $zone;
H A DSetForwarders52 dbus-send --system --type=method_call --print-reply --reply-timeout=20000 --dest=com.redhat.named /com/redhat/named com.redhat.named.text.SetForwarders $zone $type $servers;
/macosx-10.10/postfix-255/postfix/src/local/
H A Dresolve.c89 RESOLVE_REPLY reply; local
105 resolve_clnt_init(&reply);
114 tok822_resolve(addr, &reply);
119 if (reply.flags & RESOLVE_FLAG_FAIL) {
123 } else if (reply.flags & RESOLVE_FLAG_ERROR) {
125 "bad recipient address syntax: %s", STR(reply.recipient));
135 if ((ratsign = strrchr(STR(reply.recipient), '@')) == 0) {
136 VSTRING_ADDCH(reply.recipient, rcpt_delim);
137 vstring_strcat(reply.recipient, state.msg_attr.unmatched);
140 VSTRING_SPACE(reply
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Ddelete_c.c46 krb5_data reply; local
63 ret = _kadm5_client_recv(context, &reply);
66 sp = krb5_storage_from_data (&reply);
69 krb5_data_free (&reply);
75 krb5_data_free (&reply);
H A Dmodify_c.c48 krb5_data reply; local
66 ret = _kadm5_client_recv(context, &reply);
69 sp = krb5_storage_from_data (&reply);
72 krb5_data_free (&reply);
78 krb5_data_free (&reply);
H A Dprivs_c.c46 krb5_data reply; local
64 ret = _kadm5_client_recv(context, &reply);
67 sp = krb5_storage_from_data(&reply);
70 krb5_data_free (&reply);
80 krb5_data_free (&reply);
H A Drename_c.c48 krb5_data reply; local
64 ret = _kadm5_client_recv(context, &reply);
67 sp = krb5_storage_from_data (&reply);
69 krb5_data_free (&reply);
75 krb5_data_free (&reply);
/macosx-10.10/libutil-38/
H A Dtzlink.c36 xpc_object_t request, reply; local
51 reply = xpc_connection_send_message_with_reply_sync(connection, request);
52 if (xpc_get_type(reply) == XPC_TYPE_DICTIONARY) {
53 e = (errno_t)xpc_dictionary_get_uint64(reply, TZLINK_KEY_REPLY_ERROR);
58 xpc_release(reply);
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dclient.c172 NSDictionary *reply = nil;
191 reply = [HeimCredDecoder copyUnarchiveObjectWithData:data];
193 return reply;
274 xpc_object_t reply = xpc_connection_send_message_with_reply_sync(HeimCredCTX.conn, request); local
276 if (reply == NULL) {
281 if (xpc_get_type(reply) == XPC_TYPE_ERROR) {
282 CreateCFError(error, kHeimCredErrorServerReturnedError, CFSTR("Server returned an error: %@"), reply);
286 if (xpc_get_type(reply) == XPC_TYPE_DICTIONARY)
287 cred = HeimCredAddItem(reply);
289 xpc_release(reply);
367 xpc_object_t reply = xpc_connection_send_message_with_reply_sync(HeimCredCTX.conn, request); local
421 xpc_object_t reply = xpc_connection_send_message_with_reply_sync(HeimCredCTX.conn, request); local
459 xpc_object_t reply = xpc_connection_send_message_with_reply_sync(HeimCredCTX.conn, request); local
473 xpc_object_t reply = SendQueryCommand("query", query); local
512 xpc_object_t reply = SendQueryCommand("delete", query); local
534 xpc_object_t reply = SendQueryCommand(command, query); local
544 xpc_object_t reply = SendItemCommand("delete", uuid); local
567 xpc_object_t reply = SendItemCommand("retain-transient", cred->uuid); local
580 xpc_object_t reply = SendItemCommand("release-transient", cred->uuid); local
594 xpc_object_t reply = xpc_connection_send_message_with_reply_sync(HeimCredCTX.conn, request); local
618 xpc_object_t reply = xpc_connection_send_message_with_reply_sync(HeimCredCTX.conn, request); local
645 xpc_object_t reply = xpc_connection_send_message_with_reply_sync(HeimCredCTX.conn, request); local
[all...]
/macosx-10.10/configd-699.1.5/configd.tproj/
H A Dnotify_server.c36 notify_server(mach_msg_header_t *request, mach_msg_header_t *reply) argument
39 mig_reply_error_t *Reply = (mig_reply_error_t *)reply;
41 reply->msgh_bits = MACH_MSGH_BITS(MACH_MSGH_BITS_REMOTE(request->msgh_bits), 0);
42 reply->msgh_remote_port = request->msgh_remote_port;
43 reply->msgh_size = sizeof(mig_reply_error_t); /* Minimal size: update as needed */
44 reply->msgh_local_port = MACH_PORT_NULL;
45 reply->msgh_id = request->msgh_id + 100;
H A Dnotify_server.h42 boolean_t notify_server (mach_msg_header_t *request, mach_msg_header_t *reply);
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dmain.c52 xpc_object_t reply = xpc_dictionary_create_reply(event); local
53 require(reply != NULL, done);
60 status = authorization_create(conn,event,reply);
63 status = authorization_create_with_audit_token(conn,event,reply);
66 status = authorization_free(conn,event,reply);
69 status = authorization_copy_rights(conn,event,reply);
72 status = authorization_copy_info(conn,event,reply);
75 status = authorization_make_external_form(conn,event,reply);
78 status = authorization_create_from_external_form(conn,event,reply);
81 status = authorization_right_get(conn,event,reply);
[all...]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/ftpd/
H A Dftpd.tcl111 proc ftpd::reply {chan code data {cont ""}} {
116 log "reply: $code$sep$data"
126 reply $chan 421 "No Transfer Timeout ($cb(timeout)) closing control channel"
137 reply $chan 226 "Transfer complete."
185 reply $chan 220 "${ftpd::ident} ([info hostname])"
210 reply $chan 215 "UNIX Type: L8"
213 reply $chan 250 "$op command successful."
217 reply $chan 331 "Password required for $cb(user)."
219 PASS {#reply $chan 530 "Login incorrect."
220 reply
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/SharedWebCredential/
H A Dswcagent_client.c78 xpc_object_t reply = NULL; local
85 if (reply) xpc_release(reply);
86 reply = xpc_connection_send_message_with_reply_sync(connection, message);
87 } while (reply == XPC_ERROR_CONNECTION_INTERRUPTED && --tries_left > 0);
89 if (xpc_get_type(reply) == XPC_TYPE_ERROR) {
91 if (reply == XPC_ERROR_CONNECTION_INTERRUPTED || reply == XPC_ERROR_CONNECTION_INVALID)
93 else if (reply == XPC_ERROR_TERMINATION_IMMINENT)
99 const char *description = xpc_dictionary_get_string(reply, XPC_ERROR_KEY_DESCRIPTIO
162 xpc_object_t reply = swca_message_with_reply_sync(message, &error); local
185 xpc_object_t reply = swca_message_with_reply_sync(message, error); local
228 xpc_object_t reply = swca_message_with_reply_sync(message, error); local
251 xpc_object_t reply = swca_message_with_reply_sync(message, error); local
274 xpc_object_t reply = swca_message_with_reply_sync(message, error); local
[all...]

Completed in 331 milliseconds

1234567891011>>