HelenOS sources

str_uint32_t      152 common/include/str.h extern errno_t str_uint32_t(const char *, const char **, unsigned int, bool,
str_uint32_t      152 kernel/generic/common/include/str.h extern errno_t str_uint32_t(const char *, const char **, unsigned int, bool,
str_uint32_t      213 uspace/app/date/date.c 	rc = str_uint32_t(&wdate[0], NULL, 10, false, &tmp);
str_uint32_t      219 uspace/app/date/date.c 	rc = str_uint32_t(&wdate[3], NULL, 10, false, &tmp);
str_uint32_t      225 uspace/app/date/date.c 	rc = str_uint32_t(&wdate[6], NULL, 10, false, &tmp);
str_uint32_t      253 uspace/app/date/date.c 	rc = str_uint32_t(&wtime[0], NULL, 10, false, &tmp);
str_uint32_t      259 uspace/app/date/date.c 	rc = str_uint32_t(&wtime[3], NULL, 10, false, &tmp);
str_uint32_t      266 uspace/app/date/date.c 		rc = str_uint32_t(&wtime[6], NULL, 10, false, &tmp);
str_uint32_t      357 uspace/app/nic/nic.c 	rc = str_uint32_t(str, NULL, 10, false, &speed);
str_uint32_t      567 uspace/app/nic/nic.c 		rc = str_uint32_t(argv[1], NULL, 10, false, &index);
str_uint32_t       95 uspace/app/tmon/tests.c 			if (!optarg || str_uint32_t(optarg, NULL, 10, false, &duration_uint) != EOK) {
str_uint32_t      295 uspace/app/wifi_supplicant/wifi_supplicant.c 		rc = str_uint32_t(argv[2], NULL, 10, false, &index);
str_uint32_t      152 uspace/lib/c/common/include/str.h extern errno_t str_uint32_t(const char *, const char **, unsigned int, bool,
str_uint32_t      124 uspace/lib/c/generic/uuid.c 	rc = str_uint32_t(str, &eptr, 16, false, &time_low);
str_uint32_t      178 uspace/lib/c/test/strtol.c 	rc = str_uint32_t(input = "0x10", &endp, base = 0, strict = false, &result);
str_uint32_t      183 uspace/lib/c/test/strtol.c 	rc = str_uint32_t(input = "0x10", &endp, base = 16, strict = false, &result);
str_uint32_t      188 uspace/lib/c/test/strtol.c 	rc = str_uint32_t(input = "  \t0x10", &endp, base = 0, strict = false, &result);
str_uint32_t      193 uspace/lib/c/test/strtol.c 	rc = str_uint32_t(input = "  \t0x10", &endp, base = 16, strict = false, &result);
str_uint32_t      152 uspace/lib/posix/include/common/str.h extern errno_t str_uint32_t(const char *, const char **, unsigned int, bool,
str_uint32_t     1160 uspace/srv/fs/cdfs/cdfs_ops.c 		if (str_uint32_t(opts + 8, NULL, 0, false, &altroot) != EOK)
HelenOS homepage, sources at GitHub