Lines Matching refs:string_to_uint
7787 string_to_uint for rval parsing. Warn if retval is clipped in compat
7808 * string_to_uint.c (string_to_uint_ex): Change to work with long long.
7809 (string_to_uint): Move it...
7810 * string_to_uint.h (string_to_uint): ...here.
12289 Move string_to_uint* functions to a separate file.
12290 Make string_to_uint* functions available to other binaries
12293 * string_to_uint.h: New file.
12295 (string_to_uint_ex, string_to_uint_upto, string_to_uint): Move
12296 to string_to_uint.h.
12297 * util.c (string_to_uint_ex, string_to_uint): Move ...
12298 * string_to_uint.c: ... to the new file.
12299 * Makefile.am (strace_SOURCES): Add string_to_uint.h and string_to_uint.c.
23603 (string_to_uint): Change into a thin wrapper around string_to_uint_upto.
23606 string_to_uint_upto instead of string_to_uint.
26965 * strace.c (startup_attach): Replace atoi with string_to_uint.
47930 * defs.h (string_to_uint): New prototype.
47931 * util.c (string_to_uint): New function.
47933 (process_opt_p_list): Use string_to_uint instead of atoi.
47935 (init): Use string_to_uint instead of atoi.
47937 * syscall.c (qual_syscall, qual_signal, qual_desc): Use string_to_uint