Searched refs:aux_info_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c1963 size_t aux_info_size;
2052 if ((aux_info_size = stat_buf.st_size) == 0)
2106 aux_info_base = xmalloc (aux_info_size + 1);
2107 aux_info_limit = aux_info_base + aux_info_size;
2112 if (safe_read (aux_info_file, aux_info_base, aux_info_size) !=
2113 (int) aux_info_size)
1947 size_t aux_info_size; local

Completed in 111 milliseconds