Searched refs:other_than_space (Results 1 – 7 of 7) sorted by relevance
3303 const char *other_than_space = NULL; in check_plain() local3306 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()
3304 const char *other_than_space = NULL; in check_plain() local3307 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()
3296 const char *other_than_space = NULL; in check_plain() local3299 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()