Home
last modified time | relevance | path

Searched refs:format_length (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000211-1.c84 Lisp_Object format_reloc, Bytecount format_length, in emacs_doprnt_1() argument
91format_length = (( (( struct Lisp_String *) ((void *)(((( format_reloc ) & ((1UL << ((4 … in emacs_doprnt_1()
92 specs = parse_doprnt_spec (format_nonreloc, format_length); in emacs_doprnt_1()
/openbsd-src/gnu/gcc/gcc/
H A Dc-format.c1345 int format_length; in check_format_arg() local
1431 format_length = TREE_STRING_LENGTH (format_tree); in check_format_arg()
1442 && format_length > array_size_value) in check_format_arg()
1443 format_length = array_size_value; in check_format_arg()
1448 if (offset >= format_length) in check_format_arg()
1454 format_length -= offset; in check_format_arg()
1456 if (format_length < 1) in check_format_arg()
1461 if (format_length == 1) in check_format_arg()
1466 if (format_chars[--format_length] != 0) in check_format_arg()
1484 check_format_info_main (res, info, format_chars, format_length, in check_format_arg()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-format.c1456 int format_length; local
1538 format_length = TREE_STRING_LENGTH (format_tree);
1549 && format_length > array_size_value)
1550 format_length = array_size_value;
1555 if (offset >= format_length)
1561 format_length -= offset;
1563 if (format_length < 1)
1568 if (format_length == 1)
1573 if (format_chars[--format_length] != 0)
1591 check_format_info_main (status, res, info, format_chars, format_length,
[all …]