Searched defs:atoi (Results 1 - 7 of 7) 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
7 - atoi: (int)strtol(nptr, (char **)NULL, 10)
30 /** The atoi function converts the initial portion of the string pointed to by
35 @return The atoi function returns the converted value.
38 atoi(const char *nptr) function
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h438 int (CAPI *atoi)(__GLcontext *gc, const char *str); member in struct:__GLimportsRec
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h197 #undef atoi macro
198 #define atoi(ccp) xf86atoi(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h235 #undef atoi macro
236 #define atoi(ccp) xf86atoi(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h235 #undef atoi macro
236 #define atoi(ccp) xf86atoi(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h241 #undef atoi macro
242 #define atoi(ccp) xf86atoi(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h241 #undef atoi macro
242 #define atoi(ccp) xf86atoi(ccp) macro

Completed in 80 milliseconds