Home
last modified time | relevance | path

Searched refs:FMT_FLAG_DOLLAR_GAP_POINTER_OK (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dc-format.h77 FMT_FLAG_DOLLAR_GAP_POINTER_OK = 128 enumerator
Dc-format.c816 …FMT_FLAG_SCANF_A_KLUDGE|FMT_FLAG_USE_DOLLAR|FMT_FLAG_ZERO_WIDTH_BAD|FMT_FLAG_DOLLAR_GAP_POINTER_OK,
1551 finish_dollar_format_checking (res, fki->flags & (int) FMT_FLAG_DOLLAR_GAP_POINTER_OK); in check_format_info_main()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-format.c362 FMT_FLAG_DOLLAR_GAP_POINTER_OK = 128 enumerator
905 …FMT_FLAG_SCANF_A_KLUDGE|FMT_FLAG_USE_DOLLAR|FMT_FLAG_ZERO_WIDTH_BAD|FMT_FLAG_DOLLAR_GAP_POINTER_OK,
1663 finish_dollar_format_checking (status, res, fki->flags & (int) FMT_FLAG_DOLLAR_GAP_POINTER_OK);
DChangeLog.64074 * c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.