Searched refs:skips (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | doprnt.c | 1022 static char *digits = "01234567890", *skips = "# +-.0123456789h$"; local 1050 fmt += strspn(fmt, skips); 1153 static char *digits = "01234567890", *skips = "# +-.0123456789h$"; local 1181 fmt += strspn(fmt, skips);
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 95 skips; member in struct:stats_t 251 Statistics.skips++; 356 Statistics.skips++; 440 " %d skips\n" 445 Statistics.skips,
|
/illumos-gate/usr/src/ucblib/libucb/port/stdio/ |
H A D | doprnt.c | 1070 static char digits[] = "01234567890", skips[] = "# +-.0123456789hL$"; local 1101 fmt += strspn(fmt, skips); 1208 static char digits[] = "01234567890", skips[] = "# +-.0123456789h$"; local 1236 fmt += strspn(fmt, skips);
|
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 2266 static const wchar_t skips[] = L"# +-.'0123456789h$"; local 2269 static const char skips[] = "# +-.'0123456789h$"; 2299 fmt += STRSPN(fmt, skips); 2465 static const wchar_t skips[] = L"# +-.'0123456789h$"; local 2469 static const char skips[] = "# +-.'0123456789h$"; 2498 fmt += STRSPN(fmt, skips);
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 3465 % Avoid page breaks due to these extra skips, too.
|
Completed in 67 milliseconds