/netbsd-src/external/mpl/dhcp/dist/includes/ |
H A D | tree.h | 231 struct expression *extract_int; member
|
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | tree.c | 2305 cfg_options, scope, expr -> data.extract_int, MDL); 2320 cfg_options, scope, expr->data.extract_int, MDL)); 2343 cfg_options, scope, expr -> data.extract_int, MDL)); 2921 if (expr -> data.extract_int) 2922 expression_dereference (&expr -> data.extract_int, 3528 extract_int: 3533 col = write_expression (file, expr -> data.extract_int, 3543 goto extract_int; 3547 goto extract_int; 3556 col = write_expression (file, expr -> data.extract_int,
|
H A D | print.c | 858 rv += print_subexpression (expr -> data.extract_int, 870 rv += print_subexpression (expr -> data.extract_int, 882 rv += print_subexpression (expr -> data.extract_int,
|
H A D | parse.c | 4081 if (!parse_data_expression (&(*expr) -> data.extract_int,
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | write.c | 551 extract_int (const void *p, int len) in extract_int() function 682 n = extract_int (source, len); in write_l() 820 n = extract_int (source, len); in write_decimal() 1362 write_char (dtp, extract_int (source, length) ? 'T' : 'F'); in write_logical()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | write.c | 552 extract_int (const void *p, int len) in extract_int() function 674 n = extract_int (source, len); in write_l() 812 n = extract_int (source, len); in write_decimal() 1320 write_char (dtp, extract_int (source, length) ? 'T' : 'F'); in write_logical()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2003 | 175 * io/write.c (extract_int): Support 64 bits interger processing 204 * io/write.c (write_a, extract_int, extract_real, output_float,
|
H A D | ChangeLog-2005 | 445 (extract_int, extract_uint, extract_real): Adjust internal_error 1140 * io/write.c (extract_int): Use memcpy to access buffer. 1549 * io/write.c (extract_int): Use new GFC_INTEGER_LARGEST type.
|
H A D | ChangeLog-2004 | 1057 * write.c (write_l): Use extract_int for 'L' edit descriptor.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2out.cc | 2116 static HOST_WIDE_INT extract_int (const unsigned char *, unsigned); 2200 dw2_asm_output_data (elt_size, extract_int (p, elt_size), in output_loc_operands() 2455 dw2_asm_output_data (elt_size, extract_int (p, elt_size), in output_loc_operands() 10927 dw2_asm_output_data (elt_size, extract_int (p, elt_size), in output_die() 20136 extract_int (const unsigned char *src, unsigned int size) in extract_int() function
|
H A D | ChangeLog-2009 | 11416 (extract_int): Move prototype earlier.
|
H A D | ChangeLog-2004 | 39000 (insert_int, extract_int, insert_float): New functions.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 2059 static HOST_WIDE_INT extract_int (const unsigned char *, unsigned); 2143 dw2_asm_output_data (elt_size, extract_int (p, elt_size), in output_loc_operands() 2398 dw2_asm_output_data (elt_size, extract_int (p, elt_size), in output_loc_operands() 10765 dw2_asm_output_data (elt_size, extract_int (p, elt_size), in output_die() 19516 extract_int (const unsigned char *src, unsigned int size) in extract_int() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2007 | 5154 (gfc_simplify_achar): ICE if extract_int fails. Remove use of 5156 (gfc_simplify_char): ICE if extract_int fails. Error if
|