Lines Matching +defs:val +defs:first
120 long val;
148 val = strtol(p, &p, base);
149 if (val > UCHAR_MAX || val < 0 || errno != 0) {
155 *s++ = (char)val;
198 * tables: mtab1, if first = 1; mtab2 otherwise.
203 * Two magic tables may need to be created. The first
210 * def_position_tests(). The parameter "first" would
223 f_mkmtab(char *magfile, int cflg, int first)
234 if (first) {
512 if (first) {
533 * Since there may be two sets of magic tables, first = 1
534 * for the first magic table (mtab1) and 0 for the second magic
538 f_ckmtab(char *buf, int bufsize, int first)
550 if (first) {
1098 f_getmaxoffset(int first)
1105 if (first) {