Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/file/
H A Dfile.c140 static int fbsz; variable
533 if ((fbsz = read(ifd, fbuf, FBSZ)) == -1) { in type()
540 if (fbsz == 0) { in type()
732 if (i >= fbsz) in def_context_tests()
744 if (i >= fbsz) in def_context_tests()
761 if (i >= fbsz) in def_context_tests()
768 if (i >= fbsz) in def_context_tests()
778 if (i >= fbsz) in def_context_tests()
788 if (i >= fbsz) in def_context_tests()
820 if (i >= fbsz) in def_context_tests()
[all …]
/titanic_50/usr/src/lib/libast/common/misc/
H A Dmagic.c171 int fbsz; /* fbuf size */ \
292 if (off + siz <= mp->fbsz) in getdata()
677 c = mp->fbsz; in ckmagic()
992 return 5 * vowl >= mp->fbsz - mp->count[' '] && freq >= 10 * rare; in ckenglish()
1021 e = b + mp->fbsz; in cklang()
1053 ccmaps(mp->fbuf, mp->fbsz, q, CC_NATIVE); in cklang()
1285 if (mp->fbsz < SF_BUFSIZE && in cklang()
1289 mp->fbsz >= SF_BUFSIZE && in cklang()
1339 (mp->fbsz < SF_BUFSIZE && mp->identifier[ID_MAM1] == mp->identifier[ID_MAM2] || in cklang()
1340 mp->fbsz >= SF_BUFSIZE && mp->identifier[ID_MAM1] >= mp->identifier[ID_MAM2])) in cklang()
[all …]