Searched refs:PERROR (Results 1 – 9 of 9) sorted by relevance
822 PERROR("cs_create_connection 1"); in cs_create_connection()824 PERROR("cs_create_connection 2"); in cs_create_connection()826 PERROR("cs_create_connection 3"); in cs_create_connection()933 PERROR(_("cs_create_connection setpgid failed")); in cs_create_connection()937 PERROR(_("cs_create_connection exec failed")); in cs_create_connection()947 PERROR(_("cs_create_connection: fdopen for to_fp failed")); in cs_create_connection()949 PERROR(_("cs_create_connection: fdopen for fr_fp failed")); in cs_create_connection()974 PERROR(_("cs_create_connection exec failed")); in cs_create_connection()987 PERROR(_("cs_create_connection: fdopen for to_fp failed")); in cs_create_connection()991 PERROR(_("cs_create_connection: fdopen for fr_fp failed")); in cs_create_connection()
948 PERROR(_("E294: Seek error in swap file read")); in mf_read()953 PERROR(_("E295: Read error in swap file")); in mf_read()1024 PERROR(_("E296: Seek error in swap file write")); in mf_write()
252 # undef PERROR253 # define PERROR(msg) (void)semsg("%s: %s", msg, strerror_win32(errno)) macro740 PERROR(_("E898: socket() in channel_connect()")); in channel_connect()781 PERROR(_(e_cannot_connect)); in channel_connect()827 PERROR(_(e_cannot_connect)); in channel_connect()866 PERROR(_(e_cannot_connect)); in channel_connect()1050 PERROR(_("E901: gethostbyname() in channel_open()")); in channel_open()
1715 # define PERROR(msg) (void)semsg("%s: %s", (char *)msg, strerror(errno)) macro1717 # define PERROR(msg) do_perror(msg) macro
270 PERROR("E660: Cannot open NetBeans connection info file"); in getConnInfo()
6284 PERROR(_("Seek error in spellfile")); in spell_add_word()
11393 PERROR() everywhere, add emsg3().
4061 Solution: Use PERROR() instead of EMSG() where possible.
12776 Problem: When using PERROR() on some systems assert_fails() does not see12778 Solution: Make PERROR() always report the error.