Searched refs:parse_int (Results 1 – 6 of 6) sorted by relevance
| /linux/rust/kernel/ |
| H A D | module_param.rs | 92 <$ty as crate::str::parse_int::ParseInt>::from_str(arg)
|
| H A D | str.rs | 18 pub mod parse_int; module
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 273 static int parse_int(const char *str, int *val, const char *name) in parse_int() 335 return parse_int(str, val, name); in update_flags() 550 err = parse_int(val, &spec->log_level, "test log level"); in parse_test_spec() 575 err = parse_int(val, &flags, "test prog flags"); in parse_test_spec() 644 err = parse_int(val, &spec->linear_sz, "test linear size"); in parse_test_spec() 270 static int parse_int(const char *str, int *val, const char *name) parse_int() function
|
| /linux/tools/testing/selftests/powerpc/ |
| H A D | utils.c | 270 int parse_int(const char *buffer, size_t count, int *result, int base) in parse_int() function 511 return parse_int(value, sizeof(value), result, 10); in read_debugfs_int()
|
| /linux/tools/testing/selftests/powerpc/include/ |
| H A D | utils.h | 48 int parse_int(const char *buffer, size_t count, int *result, int base);
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 1415 static int parse_int(const char *size) in parse_int() function 1500 cfg_sndbuf = parse_int(optarg); in parse_opts() 1503 cfg_rcvbuf = parse_int(optarg); in parse_opts()
|