Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c128 scanc(void) in scanc() function
157 c1 = scanc(); in scan_hex_byte()
162 c2 = scanc(); in scan_hex_byte()
177 c1 = scanc(); in scan_dec_byte()
183 c2 = scanc(); in scan_dec_byte()
190 c3 = scanc(); in scan_dec_byte()
208 c1 = scanc(); in scan_oct_byte()
214 c2 = scanc(); in scan_oct_byte()
221 c3 = scanc(); in scan_oct_byte()
257 c = scanc(); in get_byte()
[all …]
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c230 scanc(void) in scanc() function
259 c1 = scanc(); in scan_hex_byte()
264 c2 = scanc(); in scan_hex_byte()
279 c1 = scanc(); in scan_dec_byte()
285 c2 = scanc(); in scan_dec_byte()
292 c3 = scanc(); in scan_dec_byte()
310 c1 = scanc(); in scan_oct_byte()
316 c2 = scanc(); in scan_oct_byte()
323 c3 = scanc(); in scan_oct_byte()
391 c = scanc(); in get_byte()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h277 int scanc(size_t, uchar_t *, uchar_t *, uchar_t);
/illumos-gate/usr/src/uts/intel/ml/
H A Di86_subr.S726 ENTRY(scanc) function
744 SET_SIZE(scanc)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1417 loc = scanc((unsigned)len, (uchar_t *)&cg_blksfree(cgp)[first], in mapsearch()