Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/
Datof-generic.c70 char **address_of_string_pointer, in atof_generic() argument
104 first_digit = *address_of_string_pointer; in atof_generic()
129 *address_of_string_pointer = first_digit + 4; in atof_generic()
143 *address_of_string_pointer = first_digit + 3; in atof_generic()
162 *address_of_string_pointer = first_digit; in atof_generic()
328 *address_of_string_pointer = p; in atof_generic()
Dflonum.h90 int atof_generic (char **address_of_string_pointer,