Searched refs:input_ptr (Results 1 – 5 of 5) sorted by relevance
53 static uint8_t *input_ptr; variable213 input_ptr = do_malloc(off); in main()224 if (read(input_file, input_ptr, input_len) != input_len) in main()233 start[c] = &((struct sysinit_data *)input_ptr)[c]; in main()
107 #define input_ptr u.str.ptr macro194 input->input_ptr - input->input_str); in report()270 input->input_ptr = input->input_str; in input_open_macro()356 c = *input->input_ptr++; in input_getc_raw()
47 static unsigned char *input_ptr; variable1439 input_ptr = NULL; in ieee_mkobject()2456 input_ptr = input_ptr_start; in fill()2470 #define THIS() ( *input_ptr )2471 #define NEXT() { input_ptr++; if (input_ptr == input_ptr_end) fill (); }3086 input_ptr_start = input_ptr = input_buffer; in relocate_debug()
3441 output_ptr_end, input_ptr_start, input_ptr, input_ptr_end,
2461 char *input_ptr, /* start of the bytes */ in add_bytes() argument2483 (void) memcpy (ptr, input_ptr, move_bytes); in add_bytes()2484 input_ptr += move_bytes; in add_bytes()2489 *ptr++ = *input_ptr++; in add_bytes()