Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/
HDatof-generic.c77 char **address_of_string_pointer, in atof_generic() argument
111 first_digit = *address_of_string_pointer; in atof_generic()
132 *address_of_string_pointer = first_digit + 3; in atof_generic()
151 *address_of_string_pointer = first_digit; in atof_generic()
291 *address_of_string_pointer = p; in atof_generic()
HDflonum.h87 int atof_generic (char **address_of_string_pointer,