Searched refs:_cpp_get_buff (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | init.c | 214 pfile->a_buff = _cpp_get_buff (pfile, 0); in cpp_create_reader() 215 pfile->u_buff = _cpp_get_buff (pfile, 0); in cpp_create_reader()
|
| H A D | lex.c | 1596 _cpp_get_buff (cpp_reader *pfile, size_t min_size) in _cpp_get_buff() function 1628 _cpp_buff *new_buff = _cpp_get_buff (pfile, size); in _cpp_append_extend_buff() 1646 new_buff = _cpp_get_buff (pfile, size); in _cpp_extend_buff() 1674 buff = _cpp_get_buff (pfile, len); in _cpp_unaligned_alloc() 1702 buff = _cpp_get_buff (pfile, len); in _cpp_aligned_alloc()
|
| H A D | traditional.c | 319 macro->buff = _cpp_get_buff (pfile, n * sizeof (size_t)); in maybe_start_funlike() 845 buff = _cpp_get_buff (pfile, len + 1); in replace_args_and_push()
|
| H A D | internal.h | 105 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
|
| H A D | macro.c | 405 _cpp_buff *buff = _cpp_get_buff (pfile, len); in stringify_arg() 590 buff = _cpp_get_buff (pfile, argc * (50 * sizeof (cpp_token *) in collect_args() 853 buff = _cpp_get_buff (pfile, total * sizeof (cpp_token *)); in replace_args()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2001 | 8326 * cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory 9840 * cpplex.c (new_buff, _cpp_get_buff, _cpp_extend_buff): 9856 (_cpp_get_buff): Take length of size_t. 9915 (_cpp_get_buff): Fix silly pointer bug. Be more selective about 9939 * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff, 9943 * cpplex.c (new_buff, _cpp_release_buff, _cpp_get_buff,
|