Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_loader.c116 static int parse_int(const char *str, int *val, const char *name) in parse_int() function
153 return parse_int(str, val, name); in parse_retval()
251 err = parse_int(val, &spec->log_level, "test log level"); in parse_test_spec()
269 err = parse_int(val, &tmp, "test prog flags"); in parse_test_spec()
/linux-6.6.21/tools/testing/selftests/powerpc/include/
Dutils.h48 int parse_int(const char *buffer, size_t count, int *result, int base);
/linux-6.6.21/tools/testing/selftests/powerpc/
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-6.6.21/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c1360 static int parse_int(const char *size) in parse_int() function
1445 cfg_sndbuf = parse_int(optarg); in parse_opts()
1448 cfg_rcvbuf = parse_int(optarg); in parse_opts()