Searched refs:is_short (Results 1 - 5 of 5) sorted by path

/freebsd-10.0-release/contrib/flex/
H A Dscanopt.c533 static int scanopt_err (s, opt_offset, is_short, err)
536 int is_short;
549 if (is_short) {
722 int is_short;
760 is_short = 0;
766 is_short = 1;
787 is_short = 1;
818 if (optarg && !is_short) {
819 scanopt_err (s, opt_offset, is_short, errcode =
834 return scanopt_err (s, opt_offset, is_short,
718 int is_short; local
[all...]
/freebsd-10.0-release/include/
H A Dprintf.h53 unsigned is_short; member in struct:printf_info
/freebsd-10.0-release/lib/libc/stdio/
H A Dxprintf.c211 else if (pi->is_short)
411 pi->is_short = 1;
526 if (pi->is_short) fprintf(stderr, " short");
H A Dxprintf_int.c248 else if (pi->is_short)
330 } else if (pi->is_short) {
/freebsd-10.0-release/sys/dev/malo/
H A Dif_malohal.c835 malo_hal_set_slot(struct malo_hal *mh, int is_short) argument
844 cmd->slot = (is_short == 1 ? 1 : 0);

Completed in 162 milliseconds