Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c178 static const char skip1[] = "#'-+ 0"; in doformat() local
215 while (*fmt && strchr(skip1, *fmt) != NULL) { in doformat()