Searched refs:PERROR (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dunexaix.c56 #define PERROR(arg) perror (arg); return -1 macro
59 #define PERROR(file) report_error (file, new) macro
164 PERROR (a_name);
168 PERROR (new_name);
253 PERROR (a_name);
259 PERROR (a_name);
271 PERROR (a_name);
395 PERROR (new_name);
402 PERROR (new_name);
410 PERROR (new_nam
[all...]
H A Dunexconvex.c169 #define PERROR(file) report_error (file, new) macro
239 PERROR (a_name);
242 PERROR (new_name);
320 PERROR (a_name);
325 PERROR (a_name);
342 PERROR (a_name);
435 PERROR (new_name);
439 PERROR (new_name);
461 PERROR (new_name);
502 PERROR( "unexecin
[all...]
H A Dunexec.c166 #define PERROR(arg) perror (arg); return -1 macro
170 #define PERROR(file) report_error (file, new) macro
454 PERROR (a_name);
469 PERROR (a_name);
476 PERROR (a_name);
485 PERROR (a_name);
609 PERROR (new_name);
614 PERROR (new_name);
621 PERROR (new_name);
626 PERROR (new_nam
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dutil_expr_scan.l63 #define PERROR(msg) do { yyextra->error2 = msg ; return T_ERROR; } while (0)
72 PERROR("String too long"); \
119 PERROR("Unterminated variable in string");
139 PERROR("Unterminated string or variable");
142 PERROR("Unterminated string or variable");
146 PERROR("Unterminated string or variable");
162 PERROR("Escape sequence out of bound");
169 PERROR("Bad escape sequence");
257 PERROR(msg);
296 PERROR("Regex
[all...]
H A Dutil_expr_scan.c602 #define PERROR(msg) do { yyextra->error2 = msg ; return T_ERROR; } while (0) macro
611 PERROR("String too long"); \
993 PERROR("Unterminated variable in string");
1018 PERROR("Unterminated string or variable");
1025 PERROR("Unterminated string or variable");
1032 PERROR("Unterminated string or variable");
1051 PERROR("Escape sequence out of bound");
1062 PERROR("Bad escape sequence");
1209 PERROR(msg);
1263 PERROR("Regex
[all...]
/macosx-10.10/vim-55/src/
H A Dintegration.c660 PERROR(NOCATGETS("workshop_connect"));
670 PERROR(NOCATGETS("gethostbyname"));
677 PERROR(NOCATGETS("workshop_connect"));
690 PERROR(NOCATGETS("workshop_connect"));
695 PERROR(NOCATGETS("workshop_connect"));
701 PERROR(NOCATGETS("workshop_connect"));
706 PERROR(NOCATGETS("workshop_connect"));
H A Dif_cscope.c886 PERROR("cs_create_connection 1");
888 PERROR("cs_create_connection 2");
890 PERROR("cs_create_connection 3");
992 PERROR(_("cs_create_connection exec failed"));
1002 PERROR(_("cs_create_connection: fdopen for to_fp failed"));
1004 PERROR(_("cs_create_connection: fdopen for fr_fp failed"));
1029 PERROR(_("cs_create_connection exec failed"));
1042 PERROR(_("cs_create_connection: fdopen for to_fp failed"));
1046 PERROR(_("cs_create_connection: fdopen for fr_fp failed"));
2239 PERROR("cs_read_promp
[all...]
H A Dnetbeans.c303 PERROR("socket() in netbeans_connect()");
321 PERROR("gethostbyname() in netbeans_connect()");
329 PERROR("socket() in netbeans_connect()");
349 PERROR("socket()#2 in netbeans_connect()");
357 PERROR("socket()#2 in netbeans_connect()");
393 PERROR(_("Cannot connect to Netbeans #2"));
403 PERROR(_("Cannot connect to Netbeans"));
458 PERROR("E660: Cannot open NetBeans connection info file");
801 PERROR(_("read from Netbeans socket"));
H A Dmemfile.c1049 PERROR(_("E294: Seek error in swap file read"));
1054 PERROR(_("E295: Read error in swap file"));
1113 PERROR(_("E296: Seek error in swap file write"));
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
/macosx-10.10/OpenSSL098-52/src/demos/engines/zencod/
H A Dhw_zencod.c89 # define PERROR(s) perror(s)
92 # define PERROR(s) macro
724 PERROR("zenbridge_math_mod_exp");
777 PERROR("zenbridge_rsa_mod_exp_crt");
821 PERROR("zenbridge_rsa_mod_exp");
888 PERROR("zenbridge_dsa_do_sign");
949 PERROR("zenbridge_dsa_do_verify");
1121 PERROR("zenbridge_rand_bytes");
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dndis2.c202 #define PERROR(str) printf("%s (%d): %s\n", __FILE__,__LINE__,str) macro
235 PERROR ("tried to free too many stacks");
298 else PERROR ("unknown module");

Completed in 123 milliseconds