Searched refs:notify_name (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/Libnotify-121.20.1/
H A Dnotify_ipc.defs34 type notify_name = ^ array [] of MACH_MSG_TYPE_BYTE
40 name : notify_name;
48 name : notify_name;
57 name : notify_name;
68 name : notify_name;
78 name : notify_name;
89 name : notify_name;
100 name : notify_name;
110 name : notify_name;
120 name : notify_name;
[all...]
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_bind.c103 char *notify_name; local
158 notify_name = NULL;
161 asprintf(&notify_name, "self.thread.%lu", (unsigned long)pthread_self());
162 if (notify_name != NULL)
164 status = notify_register_plain(notify_name, &notify_token);
165 free(notify_name);
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-isakmp.c1773 const char *notify_name; local
1784 notify_name=NULL;
1793 notify_name = "unsupported_critical_payload";
1798 notify_name = "invalid_ike_spi";
1803 notify_name = "invalid_major_version";
1808 notify_name = "invalid_syntax";
1813 notify_name = "invalid_message_id";
1818 notify_name = "invalid_spi";
1823 notify_name = "no_protocol_chosen";
1828 notify_name
[all...]
/macosx-10.9.5/libauto-185.5/
H A Dauto_zone.cpp1310 const char *notify_name;
1314 notify_name = Environment::get("AUTO_COMPACT_NOTIFICATION");
1315 if (notify_name != NULL) {
1317 notify_register_dispatch(notify_name, &compact_token_unused, azone->_collection_queue, ^(int token) {
1348 notify_name = Environment::get("AUTO_ANALYZE_NOTIFICATION");
1349 if (notify_name != NULL) {
1351 notify_register_dispatch(notify_name, &analyze_token_unused, azone->_collection_queue, ^(int token) {
1362 notify_name = Environment::get("AUTO_MEMORY_PRESSURE_NOTIFICATION");
1363 if (notify_name != NULL) {
1365 notify_register_dispatch(notify_name,
[all...]
/macosx-10.9.5/libresolv-54/
H A Dres_query.c310 char *qname, *notify_name; local
419 notify_name = NULL;
422 asprintf(&notify_name, "self.thread.%lu", (unsigned long)pthread_self());
423 if (notify_name != NULL)
425 status = notify_register_plain(notify_name, &notify_token);
426 free(notify_name);
H A Dres_send.c509 char *notify_name; local
637 notify_name = NULL;
640 asprintf(&notify_name, "self.thread.%lu", (unsigned long)pthread_self());
641 if (notify_name != NULL)
643 status = notify_register_plain(notify_name, &notify_token);
644 free(notify_name);
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl.c176 char *notify_name; local
201 notify_name = asl_remote_notify_name();
202 if (notify_name != NULL)
204 status = notify_register_plain(notify_name, &_asl_global.notify_token);
205 free(notify_name);

Completed in 262 milliseconds