Home
last modified time | relevance | path

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

/freebsd/usr.bin/localedef/
H A Dscanner.c248 scanc(void) in scanc() function
280 c1 = scanc(); in scan_hex_byte()
285 c2 = scanc(); in scan_hex_byte()
300 c1 = scanc(); in scan_dec_byte()
306 c2 = scanc(); in scan_dec_byte()
313 c3 = scanc(); in scan_dec_byte()
331 c1 = scanc(); in scan_oct_byte()
337 c2 = scanc(); in scan_oct_byte()
344 c3 = scanc(); in scan_oct_byte()
408 if ((c = scanc()) != esc_char) { in get_byte()
[all …]
/freebsd/sys/libkern/
H A Dscanc.c36 scanc(u_int size, const u_char *cp, const u_char table[], int mask0) in scanc() function
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_alloc.c60 static int scanc(u_int, const u_char *, const u_char *, int);
511 scanc(u_int size, const u_char *cp, const u_char table[], int mask) in scanc() function
546 loc = scanc((u_int)len, in ffs_mapsearch()
553 loc = scanc((u_int)len, in ffs_mapsearch()
/freebsd/sys/sys/
H A Dlibkern.h249 int scanc(u_int, const u_char *, const u_char *, int);
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c2977 loc = scanc((uint64_t)len, (uint8_t *)&blksfree[start], in ffs_mapsearch()
2983 loc = scanc((uint64_t)len, (uint8_t *)&blksfree[0], in ffs_mapsearch()
/freebsd/sys/conf/
H A Dfiles4061 libkern/scanc.c standard