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

/freebsd-current/contrib/flex/src/
H A Dscanopt.c501 static int scanopt_err (struct _scanopt_t *s, int is_short, int err)
509 if (is_short) {
667 int is_short;
705 is_short = 0;
711 is_short = 1;
732 is_short = 1;
763 if (optarg && !is_short) {
764 scanopt_err (s, is_short, errcode = SCANOPT_ERR_ARG_NOT_ALLOWED);
778 return scanopt_err (s, is_short, SCANOPT_ERR_ARG_NOT_FOUND);
500 scanopt_err(struct _scanopt_t *s, int is_short, int err) argument
663 int is_short; local
/freebsd-current/include/
H A Dprintf.h53 unsigned is_short; member in struct:printf_info
/freebsd-current/lib/libc/stdio/
H A Dxprintf_int.c248 else if (pi->is_short)
330 } else if (pi->is_short) {
H A Dxprintf.c211 else if (pi->is_short)
411 pi->is_short = 1;
526 if (pi->is_short) fprintf(stderr, " short");
/freebsd-current/sys/dev/malo/
H A Dif_malohal.c821 malo_hal_set_slot(struct malo_hal *mh, int is_short) argument
830 cmd->slot = (is_short == 1 ? 1 : 0);

Completed in 170 milliseconds