HomeSort by relevance Sort by last modified time
    Searched refs:string_to_uint_ex (Results 1 - 3 of 3) sorted by null

  /external/strace/
string_to_uint.h 36 string_to_uint_ex(const char *str, char **endptr,
42 return string_to_uint_ex(str, NULL, max_val, NULL);
string_to_uint.c 39 string_to_uint_ex(const char *const str, char **const endptr, function
filter_qualify.c 96 intval = string_to_uint_ex(val, &end, 0xffff, "+");

Completed in 119 milliseconds