Searched refs:strtol (Results 1 - 25 of 34) sorted by relevance

12

/vbox/src/VBox/RDP/client-1.8.3/
H A Dlspci.c63 current_device.klass = strtol(val, NULL, 16);
68 current_device.vendor = strtol(val, NULL, 16);
76 current_device.device = strtol(val, NULL, 16);
81 current_device.subvendor = strtol(val, NULL, 16);
86 current_device.subdevice = strtol(val, NULL, 16);
91 current_device.revision = strtol(val, NULL, 16);
96 current_device.progif = strtol(val, NULL, 16);
H A Dseamless.c183 icon_buf[len] = strtol(byte, NULL, 16);
221 x = strtol(tok4, &endptr, 0);
224 y = strtol(tok5, &endptr, 0);
228 width = strtol(tok6, &endptr, 0);
231 height = strtol(tok7, &endptr, 0);
H A Drdesktop.c530 g_tcp_port_rdp = strtol(p + 2, NULL, 10);
542 g_tcp_port_rdp = strtol(p + 1, NULL, 10);
550 g_tcp_port_rdp = strtol(p + 1, NULL, 10);
632 rfb_port = strtol(optarg, NULL, 10);
638 defer_time = strtol(optarg, NULL, 10);
718 g_width = strtol(optarg, &p, 10);
726 g_height = strtol(p + 1, &p, 10);
744 g_xpos = strtol(p, &p, 10);
750 g_ypos = strtol(p, NULL, 10);
796 g_win_button_size = strtol(optar
[all...]
H A Dxkeymap.c455 g_keyboard_type = strtol(line + sizeof("keyboard_type ") - 1, NULL, 16);
464 strtol(line + sizeof("keyboard_subtype ") - 1, NULL, 16);
473 strtol(line + sizeof("keyboard_functionkeys ") - 1, NULL, 16);
499 scancode = strtol(p, &line_rest, 16);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h122 #define strtoul strtol
125 extern long strtol(const char *, char **, int);
/vbox/src/apps/tunctl/
H A Dtunctl.c62 owner = strtol(optarg, &end, 0);
75 group = strtol(optarg, &end, 0);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdlib.h85 long strtol (const char * __restrict nptr,
363 - atoi: (int)strtol(nptr, (char **)NULL, 10)
374 - atol: strtol(nptr, (char **)NULL, 10)
394 /** The strtol, strtoll, strtoul, and strtoull functions convert the initial
444 @return The strtol, strtoll, strtoul, and strtoull functions return the
452 long strtol(const char * __restrict nptr, char ** __restrict endptr, int base);
457 See the description for strtol for more information.
474 See the description for strtol for more information.
492 See the description for strtol for more information.
/vbox/src/libs/zlib-1.2.6/examples/
H A Dfitblk.c139 ret = strtol(argv[1], argv + 1, 10);
/vbox/src/bldprogs/
H A Dbin2c.c131 iBreakEvery = strtol(argv[iArg], NULL, 0);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h157 #define _tcstol WINE_tchar_routine(strtol, strtol, wcstol)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h157 #define _tcstol WINE_tchar_routine(strtol, strtol, wcstol)
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnsinstall.c165 uid = strtol(owner, &cp, 0);
181 gid = strtol(group, &cp, 0);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h178 long strtol (const char *, char **, int);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c207 long strtol (const char *nptr, char **endptr, int base) function
210 // Null strtol() function implementation to satisfy the linker, since there is
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DNumericInt.c7 - atoi: (int)strtol(nptr, (char **)NULL, 10)
8 - atol: strtol(nptr, (char **)NULL, 10)
33 - (int)strtol(nptr, (char **)NULL, 10)
63 - strtol(nptr, (char **)NULL, 10)
129 /** The strtol, strtoll, strtoul, and strtoull functions convert the initial
175 @return The strtol, strtoll, strtoul, and strtoull functions return the
184 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) function
265 See the description for strtol for more information.
339 See the description for strtol for more information.
429 See the description for strtol fo
[all...]
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp1112 uBgColor = strtol(szVal, NULL,
1126 uLogonDlgHdrColor = strtol(szVal, NULL,
1138 uLogonDlgBgColor = strtol(szVal, NULL,
1150 uLogonDlgBtnColor = strtol(szVal, NULL,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdlib.h197 __msvcrt_long __cdecl strtol(const char*,char**,int);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdlib.h204 __msvcrt_long __cdecl strtol(const char*,char**,int);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprscanf.c303 long lval = strtol(buf, NULL, base);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h417 #undef strtol macro
418 #define strtol(ccp,cpp,i) xf86strtol(ccp,cpp,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h417 #undef strtol macro
418 #define strtol(ccp,cpp,i) xf86strtol(ccp,cpp,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h423 #undef strtol macro
424 #define strtol(ccp,cpp,i) xf86strtol(ccp,cpp,i) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h373 #undef strtol macro
374 #define strtol(ccp,cpp,i) xf86strtol(ccp,cpp,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h421 #undef strtol macro
422 #define strtol(ccp,cpp,i) xf86strtol(ccp,cpp,i) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_pid.c616 pid = strtol(last, &end, 10);

Completed in 125 milliseconds

12