Searched refs:MSG_NOSIGNAL (Results 1 – 11 of 11) sorted by relevance
/nscd/ |
A D | nscd_helper.c | 199 #ifndef MSG_NOSIGNAL in open_socket() 200 # define MSG_NOSIGNAL 0 in open_socket() macro 204 MSG_NOSIGNAL)); in open_socket()
|
A D | nscd_stat.c | 154 if (TEMP_FAILURE_RETRY (send (fd, &data, sizeof (data), MSG_NOSIGNAL)) in send_stats() 203 MSG_NOSIGNAL)); in receive_print_stats()
|
A D | nscd.c | 357 MSG_NOSIGNAL)); in invalidate_db() 399 MSG_NOSIGNAL)); in send_shutdown()
|
A D | initgrcache.c | 197 MSG_NOSIGNAL)) != total) in addinitgroupsX()
|
A D | connections.c | 272 ret = TEMP_FAILURE_RETRY (send (fd, buf, n, MSG_NOSIGNAL)); in writeall() 1032 #ifndef MSG_NOSIGNAL in send_ro_fd() 1033 # define MSG_NOSIGNAL 0 in send_ro_fd() macro 1035 (void) TEMP_FAILURE_RETRY (sendmsg (fd, &msg, MSG_NOSIGNAL)); in send_ro_fd() 1115 MSG_NOSIGNAL)) in handle_request()
|
A D | servicescache.c | 108 MSG_NOSIGNAL)) != total) in cache_addserv()
|
A D | pwdcache.c | 120 MSG_NOSIGNAL)) != total) in cache_addpw()
|
A D | aicache.c | 463 TEMP_FAILURE_RETRY (send (fd, ¬found, total, MSG_NOSIGNAL)); in addhstaiX()
|
A D | grpcache.c | 114 MSG_NOSIGNAL)) != total) in cache_addgr()
|
A D | hstcache.c | 138 MSG_NOSIGNAL)) != total) in cache_addhst()
|
A D | netgroupcache.c | 87 TEMP_FAILURE_RETRY (send (fd, ¬found, total, MSG_NOSIGNAL)); in do_notfound()
|
Completed in 25 milliseconds