Searched defs:perror (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dperror.c2 Implementation of perror as declared in <stdio.h>.
40 NetBSD: perror.c,v 1.24 2006/01/26 11:13:42 kleink Exp
41 perror.c 8.1 (Berkeley) 6/4/93
53 * Since perror() is not allowed to change the contents of strerror()'s
58 perror(const char *s) function
/vbox/src/libs/libxml2-2.6.31/win32/wince/
H A Dwincecompat.h48 #define perror(_t) MessageBox(NULL, _T("_t"), _T("Error/Warning"), MB_OK) macro
/vbox/src/libs/zlib-1.2.6/test/
H A Dminigzip.c64 # define perror(s) pwinerror(s) macro
375 perror("fread");
471 perror(file);
520 perror(file);
616 perror(*argv);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h313 #undef perror macro
314 #define perror(ccp) xf86perror(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h351 #undef perror macro
352 #define perror(ccp) xf86perror(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h351 #undef perror macro
352 #define perror(ccp) xf86perror(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h357 #undef perror macro
358 #define perror(ccp) xf86perror(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h357 #undef perror macro
358 #define perror(ccp) xf86perror(ccp) macro

Completed in 129 milliseconds