/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | sunos4.h | 69 #define strerror(e) sys_errlist[((unsigned)(e) < sys_nerr) ? e : 0] macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/hci/ |
H A D | strerror.c | 17 * strerror() will simply return the text "Error 0x<errno>". 68 * @ret strerror Pointer to error text 73 * The pointer returned by strerror() is valid only until the next 74 * call to strerror(). 77 const char * strerror ( int errno ) { function 81 /* Allow for strerror(rc) as well as strerror(errno) */
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/ |
H A D | Misc.c | 65 /** The strerror function maps the number in errnum to a message string. 66 Typically, the values for errnum come from errno, but strerror shall map 70 strerror function. 72 @return The strerror function returns a pointer to the string, the 75 a subsequent call to the strerror function. 78 strerror(int errnum) function
|
/vbox/src/libs/libxml2-2.6.31/win32/wince/ |
H A D | wincecompat.c | 63 char *strerror(int errnum) function
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_OSlib.h | 664 # ifndef strerror 667 # define strerror(n) \ macro 669 # endif /* !strerror */
|
H A D | xf86_libc.h | 389 #undef strerror macro 390 #define strerror(i) xf86strerror(i) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | xf86_OSlib.h | 645 # ifndef strerror 648 # define strerror(n) \ macro 650 # endif /* !strerror */
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_OSlib.h | 713 # ifndef strerror 716 # define strerror(n) \ macro 718 # endif /* !strerror */
|
H A D | xf86_libc.h | 349 #undef strerror macro 350 #define strerror(i) xf86strerror(i) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_OSlib.h | 713 # ifndef strerror 716 # define strerror(n) \ macro 718 # endif /* !strerror */
|
H A D | xf86_libc.h | 389 #undef strerror macro 390 #define strerror(i) xf86strerror(i) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_OSlib.h | 715 # ifndef strerror 718 # define strerror(n) \ macro 720 # endif /* !strerror */
|
H A D | xf86_libc.h | 395 #undef strerror macro 396 #define strerror(i) xf86strerror(i) macro
|
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | port.h | 325 const char *strerror(int err); 483 #define strerror __WINE_NOT_PORTABLE(strerror) macro
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | port.h | 329 const char *strerror(int err); 478 #define strerror __WINE_NOT_PORTABLE(strerror) macro
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | port.h | 325 const char *strerror(int err); 483 #define strerror __WINE_NOT_PORTABLE(strerror) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_OSlib.h | 721 # ifndef strerror 724 # define strerror(n) \ macro 726 # endif /* !strerror */
|
H A D | xf86_libc.h | 393 #undef strerror macro 394 #define strerror(i) xf86strerror(i) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/ |
H A D | port.h | 334 const char *strerror(int err); 483 #define strerror __WINE_NOT_PORTABLE(strerror) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | port.h | 325 const char *strerror(int err); 483 #define strerror __WINE_NOT_PORTABLE(strerror) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | port.h | 325 const char *strerror(int err); 483 #define strerror __WINE_NOT_PORTABLE(strerror) macro
|