Searched defs:PERROR (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dunexconvex.c169 #define PERROR(file) report_error (file, new) macro
[all...]
H A Dunexaix.c56 #define PERROR(arg) perror (arg); return -1 macro
59 #define PERROR(file) report_error (file, new) macro
[all...]
H A Dunexec.c166 #define PERROR(arg) perror (arg); return -1 macro
170 #define PERROR(file) report_error (file, new) macro
[all...]
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dndis2.c202 #define PERROR(str) printf("%s (%d): %s\n", __FILE__,__LINE__,str) macro
/macosx-10.10/OpenSSL098-52/src/demos/engines/zencod/
H A Dhw_zencod.c92 # define PERROR(s) macro
/macosx-10.10/apache-793/httpd/server/
H A Dutil_expr_scan.c602 #define PERROR(msg) do { yyextra->error2 = msg ; return T_ERROR; } while (0) macro
[all...]
/macosx-10.10/vim-55/src/
H A Dvim.h1556 # define PERROR(msg) (void)emsg3((char_u *)"%s: %s", (char_u *)msg, (char_u *)strerror(errno)) macro
1558 # define PERROR(msg) perror(msg) macro

Completed in 109 milliseconds