Home
last modified time | relevance | path

Searched refs:parse_int (Results 1 – 6 of 6) sorted by relevance

/linux/rust/kernel/
H A Dmodule_param.rs92 <$ty as crate::str::parse_int::ParseInt>::from_str(arg)
H A Dstr.rs18 pub mod parse_int; module
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c273 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 Dutils.c270 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 Dutils.h48 int parse_int(const char *buffer, size_t count, int *result, int base);
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c1415 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()