Home
last modified time | relevance | path

Searched refs:other_than_space (Results 1 – 7 of 7) sorted by relevance

/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dc-format.c3303 const char *other_than_space = NULL; in check_plain() local
3306 if (format_chars[nchars] != ' ' && !other_than_space) in check_plain()
3307 other_than_space = format_chars + nchars; in check_plain()
3315 if (other_than_space) in check_plain()
3320 *other_than_space); in check_plain()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dc-format.c3304 const char *other_than_space = NULL; in check_plain() local
3307 if (format_chars[nchars] != ' ' && !other_than_space) in check_plain()
3308 other_than_space = format_chars + nchars; in check_plain()
3316 if (other_than_space) in check_plain()
3321 *other_than_space); in check_plain()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dc-format.c3303 const char *other_than_space = NULL; in check_plain() local
3306 if (format_chars[nchars] != ' ' && !other_than_space) in check_plain()
3307 other_than_space = format_chars + nchars; in check_plain()
3315 if (other_than_space) in check_plain()
3320 *other_than_space); in check_plain()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/
H A Dc-format.c3296 const char *other_than_space = NULL; in check_plain() local
3299 if (format_chars[nchars] != ' ' && !other_than_space) in check_plain()
3300 other_than_space = format_chars + nchars; in check_plain()
3308 if (other_than_space) in check_plain()
3313 *other_than_space); in check_plain()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/
H A Dc-format.c3304 const char *other_than_space = NULL; in check_plain() local
3307 if (format_chars[nchars] != ' ' && !other_than_space) in check_plain()
3308 other_than_space = format_chars + nchars; in check_plain()
3316 if (other_than_space) in check_plain()
3321 *other_than_space); in check_plain()
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/
H A Dc-format.c3303 const char *other_than_space = NULL; in check_plain() local
3306 if (format_chars[nchars] != ' ' && !other_than_space) in check_plain()
3307 other_than_space = format_chars + nchars; in check_plain()
3315 if (other_than_space) in check_plain()
3320 *other_than_space); in check_plain()
/dports/lang/gcc11/gcc-11.2.0/gcc/c-family/
H A Dc-format.c3304 const char *other_than_space = NULL; in check_plain() local
3307 if (format_chars[nchars] != ' ' && !other_than_space) in check_plain()
3308 other_than_space = format_chars + nchars; in check_plain()
3316 if (other_than_space) in check_plain()
3321 *other_than_space); in check_plain()