Searched defs:strerror (Results 1 - 21 of 21) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h69 #define strerror(e) sys_errlist[((unsigned)(e) < sys_nerr) ? e : 0] macro
/vbox/src/VBox/Devices/PC/ipxe/src/hci/
H A Dstrerror.c17 * 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 DMisc.c65 /** 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 Dwincecompat.c63 char *strerror(int errnum) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_OSlib.h664 # ifndef strerror
667 # define strerror(n) \ macro
669 # endif /* !strerror */
H A Dxf86_libc.h389 #undef strerror macro
390 #define strerror(i) xf86strerror(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86_OSlib.h645 # 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 Dxf86_OSlib.h713 # ifndef strerror
716 # define strerror(n) \ macro
718 # endif /* !strerror */
H A Dxf86_libc.h349 #undef strerror macro
350 #define strerror(i) xf86strerror(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_OSlib.h713 # ifndef strerror
716 # define strerror(n) \ macro
718 # endif /* !strerror */
H A Dxf86_libc.h389 #undef strerror macro
390 #define strerror(i) xf86strerror(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_OSlib.h715 # ifndef strerror
718 # define strerror(n) \ macro
720 # endif /* !strerror */
H A Dxf86_libc.h395 #undef strerror macro
396 #define strerror(i) xf86strerror(i) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h325 const char *strerror(int err);
483 #define strerror __WINE_NOT_PORTABLE(strerror) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h329 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 Dport.h325 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 Dxf86_OSlib.h721 # ifndef strerror
724 # define strerror(n) \ macro
726 # endif /* !strerror */
H A Dxf86_libc.h393 #undef strerror macro
394 #define strerror(i) xf86strerror(i) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h334 const char *strerror(int err);
483 #define strerror __WINE_NOT_PORTABLE(strerror) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h325 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 Dport.h325 const char *strerror(int err);
483 #define strerror __WINE_NOT_PORTABLE(strerror) macro

Completed in 123 milliseconds