Home
last modified time | relevance | path

Searched refs:my_perror (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libsmedia/plugins/blkdev/common/
H A Db_generic.c42 #define PERROR(string) my_perror(gettext(string))
45 my_perror(char *err_string) in my_perror() function
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_defines.h36 #define PERROR(str) my_perror(gettext(str))
H A Df_generic.c42 my_perror(char *err_string) in my_perror() function
H A Df_format.c53 extern void my_perror(char *err_string);
/illumos-gate/usr/src/cmd/rmformat/
H A Drmformat.h70 #define PERROR(string) my_perror(gettext(string))
H A Drmf_main.c71 extern void my_perror(char *err_string);
H A Drmf_menu.c82 extern void my_perror(char *err_string);
H A Drmf_slice.c50 extern void my_perror(char *err_string);
H A Drmf_misc.c115 my_perror(char *err_string) in my_perror() function
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c63 #define PERROR(string) my_perror(gettext(string))
67 my_perror(char *err_string) in my_perror() function
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c183 mDNSlocal void my_perror(char *errmsg) in my_perror() function
193 my_perror(err_msg); in my_throttled_perror()
1549 if (!extra) { my_perror("ERROR: calloc"); return mStatus_NoMemoryErr; } in add_record_to_service()
2018 if (!instance) { my_perror("ERROR: calloc"); return mStatus_NoMemoryErr; } in register_service_instance()
5051 my_perror("ERROR: fcntl(sd, F_SETFL, O_NONBLOCK) - aborting client"); in connect_callback()
5069 my_perror("ERROR: getsockopt, LOCAL_PEERCRED"); in connect_callback()
5085 my_perror("WARNING: could not set sockopt - SO_NP_EXTENSIONS"); in uds_socket_setup()
5102 my_perror("ERROR: could not listen on listen socket"); in uds_socket_setup()
5108 my_perror("ERROR: could not add listen socket to event loop"); in uds_socket_setup()
5154 my_perror("ERROR: socket(AF_DNSSD, SOCK_STREAM, 0); failed"); in udsserver_init()
[all …]