Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/file/
H A Dfile.c141 static int fbsz; variable
534 if ((fbsz = read(ifd, fbuf, FBSZ)) == -1) { in type()
541 if (fbsz == 0) { in type()
735 if (i >= fbsz) in def_context_tests()
747 if (i >= fbsz) in def_context_tests()
764 if (i >= fbsz) in def_context_tests()
771 if (i >= fbsz) in def_context_tests()
781 if (i >= fbsz) in def_context_tests()
791 if (i >= fbsz) in def_context_tests()
823 if (i >= fbsz) in def_context_tests()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c171 int fbsz; /* fbuf size */ \
292 if (off + siz <= mp->fbsz) in getdata()
687 c = mp->fbsz; in ckmagic()
1030 return 5 * vowl >= mp->fbsz - mp->count[' '] && freq >= 10 * rare; in ckenglish()
1059 e = b + mp->fbsz; in cklang()
1091 ccmaps(mp->fbuf, mp->fbsz, q, CC_NATIVE); in cklang()
1323 if (mp->fbsz < SF_BUFSIZE && in cklang()
1327 mp->fbsz >= SF_BUFSIZE && in cklang()
1377 (mp->fbsz < SF_BUFSIZE && mp->identifier[ID_MAM1] == mp->identifier[ID_MAM2] || in cklang()
1378 mp->fbsz >= SF_BUFSIZE && mp->identifier[ID_MAM1] >= mp->identifier[ID_MAM2])) in cklang()
[all …]