HelenOS sources

str_size_t        156 common/include/str.h extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
str_size_t        156 kernel/generic/common/include/str.h extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
str_size_t        370 uspace/app/bdsh/cmds/modules/cat/cat.c 			if (!optarg || str_size_t(optarg, NULL, 10, false, &buffer) != EOK) {
str_size_t        242 uspace/app/ping/ping.c 			rc = str_size_t(optarg, NULL, 10, true, &repeat_count);
str_size_t         65 uspace/app/tester/hw/serial/serial1.c 		switch (str_size_t(test_argv[0], NULL, 0, true, &cnt)) {
str_size_t        103 uspace/app/tmon/tests.c 			if (!optarg || str_size_t(optarg, NULL, 10, false, &p->transfer_size) != EOK) {
str_size_t        156 uspace/lib/c/common/include/str.h extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
str_size_t        156 uspace/lib/posix/include/common/str.h extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
str_size_t         77 uspace/lib/untar/tar.c 	errno_t rc = str_size_t(raw->size, NULL, 8, true, &size);
str_size_t        111 uspace/srv/bd/file_bd/file_bd.c 			rc = str_size_t(argv[1], NULL, 10, true, &block_size);
HelenOS homepage, sources at GitHub