Searched refs:xatou32 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfbset.c341 varset.xres = xatou32(argv[1]);
342 varset.yres = xatou32(argv[2]);
343 varset.xres_virtual = xatou32(argv[3]);
344 varset.yres_virtual = xatou32(argv[4]);
345 varset.bits_per_pixel = xatou32(argv[5]);
348 varset.pixclock = xatou32(argv[1]);
349 varset.left_margin = xatou32(argv[2]);
350 varset.right_margin = xatou32(argv[3]);
351 varset.upper_margin = xatou32(argv[4]);
352 varset.lower_margin = xatou32(arg
[all...]
H A Dmkfs_minix.c653 G.total_blocks = xatou32(*argv);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dxatonum.h99 static ALWAYS_INLINE uint32_t xatou32(const char *numstr) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c868 param.s_blocks_per_group = xatou32(optarg);

Completed in 129 milliseconds