Searched defs:strtoul (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h122 #define strtoul strtol macro
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dmisc.c24 val = strtoul(p, ( char ** ) &p, 10);
36 unsigned long strtoul ( const char *p, char **endp, int base ) { function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DNumericInt.c129 /** The strtol, strtoll, strtoul, and strtoull functions convert the initial
175 @return The strtol, strtoll, strtoul, and strtoull functions return the
262 /** The strtoul function converts the initial portion of the string pointed to
267 @return The strtoul function returns the converted value, if any. If no
273 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) function
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c217 unsigned long strtoul (const char *nptr, char **endptr, int base) function
220 // Null strtoul() function implementation to satisfy the linker, since there is
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h375 #undef strtoul macro
376 #define strtoul(ccp,cpp,i) xf86strtoul(ccp,cpp,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h419 #undef strtoul macro
420 #define strtoul(ccp,cpp,i) xf86strtoul(ccp,cpp,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h419 #undef strtoul macro
420 #define strtoul(ccp,cpp,i) xf86strtoul(ccp,cpp,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h425 #undef strtoul macro
426 #define strtoul(ccp,cpp,i) xf86strtoul(ccp,cpp,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h423 #undef strtoul macro
424 #define strtoul(ccp,cpp,i) xf86strtoul(ccp,cpp,i) macro

Completed in 231 milliseconds