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
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()
850 Max = fbsz; in def_context_tests()
873 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()
1059 e = b + mp->fbsz; in cklang()
1323 if (mp->fbsz < SF_BUFSIZE && in cklang()
1327 mp->fbsz >= SF_BUFSIZE && in cklang()
1449 e = b + mp->fbsz; in cklang()
1506 d /= mp->fbsz; in cklang()
1616 if (mp->fbsz < 0) in type()
1618 else if (mp->fbsz == 0) in type()
[all …]