Searched defs:atol (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DNumericInt.c4 The atoi, atol, and atoll functions convert the initial portion of the string
8 - atol: strtol(nptr, (char **)NULL, 10)
60 /** The atol function converts the initial portion of the string pointed to by
65 @return The atol function returns the converted value.
68 atol(const char *nptr) function
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h199 #undef atol macro
200 #define atol(ccp) xf86atol(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h237 #undef atol macro
238 #define atol(ccp) xf86atol(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h237 #undef atol macro
238 #define atol(ccp) xf86atol(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h243 #undef atol macro
244 #define atol(ccp) xf86atol(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h243 #undef atol macro
244 #define atol(ccp) xf86atol(ccp) macro

Completed in 73 milliseconds