Searched refs:flagchars (Results 1 – 1 of 1) sorted by relevance
102 static const char flagchars[5] = "#0- +"; in get_flags() local104 static const uint32_t fl[sizeof(flagchars)] = { in get_flags()121 for (i = 0U; i < sizeof(flagchars); i++) { in get_flags()122 if (*s == flagchars[i]) { in get_flags()
Completed in 3 milliseconds