Home
last modified time | relevance | path

Searched refs:input_ptr (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/stand/usb/tools/
H A Dsysinit.c53 static uint8_t *input_ptr; variable
213 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()
/freebsd-12.1/contrib/bsnmp/snmpd/
H A Dconfig.c107 #define input_ptr u.str.ptr macro
194 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()
/freebsd-12.1/contrib/binutils/bfd/
H A Dieee.c47 static unsigned char *input_ptr; variable
1439 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()
H A DChangeLog-00013441 output_ptr_end, input_ptr_start, input_ptr, input_ptr_end,
/freebsd-12.1/contrib/gcc/
H A Dmips-tfile.c2461 char *input_ptr, /* start of the bytes */ in add_bytes() argument
2483 (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()