Searched defs:skips (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c2273 static const wchar_t skips[] = L"# +-.'0123456789h$"; local
2276 static const char skips[] = "# +-.'0123456789h$";
2306 fmt += STRSPN(fmt, skips);
2472 static const wchar_t skips[] = L"# +-.'0123456789h$"; local
2476 static const char skips[] = "# +-.'0123456789h$";
2505 fmt += STRSPN(fmt, skips);

Completed in 20 milliseconds