Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dveristat.c1370 char var[256], val[256], *val_end; in append_var_preset() local
1390 value = strtoll(val, &val_end, 0); in append_var_preset()
1393 value = strtoull(val, &val_end, 0); in append_var_preset()
1395 if (errno || *val_end != '\0') { in append_var_preset()