Searched refs:value_end (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/lib/bpf/
H A Dlibbpf.c2027 char *value_end; local
2031 *res = strtoull(value, &value_end, 0);
2037 if (*value_end) {

Completed in 162 milliseconds