Searched refs:HOWMANY (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.sbin/mkhybrid/src/libfile/
H A Dfile.h35 #ifndef HOWMANY
36 # define HOWMANY 8192 /* how much of the file to look at */ macro
H A Dlfile.c180 unsigned char buf[HOWMANY+1]; /* one extra for terminating '\0' */
196 * try looking at the first HOWMANY bytes
198 if ((nbytes = read(fd, (char *)buf, HOWMANY)) == -1)
/openbsd-current/libexec/tradcpp/
H A Dutils.h45 #define HOWMANY(arr) (sizeof(arr)/sizeof((arr)[0])) macro
H A Dmain.c778 static const unsigned num_ignore_options = HOWMANY(ignore_options);
802 static const unsigned num_flag_options = HOWMANY(flag_options);
818 static const unsigned num_act_options = HOWMANY(act_options);
827 static const unsigned num_prefix_options = HOWMANY(prefix_options);
846 static const unsigned num_arg_options = HOWMANY(arg_options);
H A Deval.c105 static const unsigned num_tokens_2 = HOWMANY(tokens_2);
128 static const unsigned num_tokens_1 = HOWMANY(tokens_1);
H A Ddirective.c595 static const unsigned numdirectives = HOWMANY(directives);

Completed in 215 milliseconds