| /netbsd-src/sys/dev/splash/ |
| H A D | splash.c | 177 splash_render(struct splash_info *si, int flg) in splash_render() argument 207 if (flg & SPLASH_F_CENTER) { in splash_render() 216 splash_render8(si, data, xoff, yoff, width, height, flg); in splash_render() 221 splash_render16(si, data, xoff, yoff, width, height, flg); in splash_render() 226 splash_render32(si, data, xoff, yoff, width, height, flg); in splash_render() 245 int swidth, int sheight, int flg) in splash_render8() argument 255 if (flg & SPLASH_F_FILL) in splash_render8() 287 if (flg & SPLASH_F_FILL) { in splash_render8() 319 int swidth, int sheight, int flg) in splash_render16() argument 329 if (flg & SPLASH_F_FILL) in splash_render16() [all …]
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | os390.c | 401 struct ifreq flg; in uv_interface_addresses() local 462 memcpy(flg.ifr_name, p->ifr_name, sizeof(flg.ifr_name)); in uv_interface_addresses() 463 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) { in uv_interface_addresses() 471 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) in uv_interface_addresses() 516 memcpy(flg.ifr_name, p->ifr_name, sizeof(flg.ifr_name)); in uv_interface_addresses() 517 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) { in uv_interface_addresses() 524 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) in uv_interface_addresses() 558 address->is_internal = flg.ifr_flags & IFF_LOOPBACK ? 1 : 0; in uv_interface_addresses()
|
| H A D | aix.c | 1104 struct ifreq *ifr, *p, flg; in uv_interface_addresses() local 1153 memcpy(flg.ifr_name, p->ifr_name, sizeof(flg.ifr_name)); in uv_interface_addresses() 1154 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) { in uv_interface_addresses() 1159 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) in uv_interface_addresses() 1188 memcpy(flg.ifr_name, p->ifr_name, sizeof(flg.ifr_name)); in uv_interface_addresses() 1189 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) in uv_interface_addresses() 1192 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) in uv_interface_addresses() 1224 address->is_internal = flg.ifr_flags & IFF_LOOPBACK ? 1 : 0; in uv_interface_addresses()
|
| /netbsd-src/games/hack/ |
| H A D | hack.end.c | 335 int flg = 0; in topten() local 394 flg++; /* ask for a rewrite */ in topten() 413 flg++; in topten() 426 if (flg) { /* rewrite record file */ in topten() 449 if (flg) in topten() 691 int flg = 0; in prscore() local 749 flg++; in prscore() 759 flg++; in prscore() 764 if (!flg) { in prscore()
|
| /netbsd-src/sys/dev/rcons/ |
| H A D | rcons_subr.c | 480 int flg; in rcons_setcolor() local 489 flg = bg; in rcons_setcolor() 491 fg = flg; in rcons_setcolor() 497 flg = bg; in rcons_setcolor() 499 fg = flg; in rcons_setcolor() 506 flg = (rc->rc_wsflg | WSATTR_WSCOLORS) & rc->rc_supwsflg; in rcons_setcolor() 509 rc->rc_ops->allocattr(rc->rc_cookie, fg, bg, flg, &rc->rc_attr); in rcons_setcolor()
|
| /netbsd-src/external/gpl3/binutils.old/dist/etc/ |
| H A D | Makefile.in | 66 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 68 for flg in $$sane_makeflags; do \ 70 case $$flg in \ 81 case $$flg in \
|
| /netbsd-src/external/gpl3/binutils/dist/etc/ |
| H A D | Makefile.in | 66 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 68 for flg in $$sane_makeflags; do \ 70 case $$flg in \ 81 case $$flg in \
|
| /netbsd-src/sys/arch/x68k/stand/loadbsd/ |
| H A D | loadbsd.c | 454 char *p, **flg, **arg; in main() local 460 for (arg = flg = argv + 1; (p = *flg) && *p == '-'; ) { in main() 512 flg = ++arg; in main()
|
| /netbsd-src/sys/dev/rasops/ |
| H A D | rasops.c | 613 rasops_allocattr_color(void *cookie, int fg0, int bg0, int flg, long *attr) in rasops_allocattr_color() argument 626 if ((flg & WSATTR_BLINK) != 0) in rasops_allocattr_color() 629 if ((flg & WSATTR_WSCOLORS) == 0) { in rasops_allocattr_color() 642 if ((flg & WSATTR_HILIT) != 0 && fg < 8) in rasops_allocattr_color() 645 if ((flg & WSATTR_REVERSE) != 0) { in rasops_allocattr_color() 651 flg &= WSATTR_USERMASK; in rasops_allocattr_color() 654 flg |= WSATTR_PRIVATE1; in rasops_allocattr_color() 657 flg |= WSATTR_PRIVATE2; in rasops_allocattr_color() 659 *attr = (bg << 16) | (fg << 24) | flg; in rasops_allocattr_color() 667 rasops_allocattr_mono(void *cookie, int fg0, int bg0, int flg, long *attr) in rasops_allocattr_mono() argument [all …]
|
| /netbsd-src/usr.sbin/tpctl/ |
| H A D | main.c | 384 int flg, n, error; in check_esc() local 394 if ((flg = fcntl(fd, F_GETFL)) == -1) in check_esc() 396 if (fcntl(fd, F_SETFL, flg | O_NONBLOCK) == -1) in check_esc() 400 fcntl(fd, F_SETFL, flg); in check_esc()
|
| /netbsd-src/sys/dev/isa/ |
| H A D | nct.c | 586 nct_gpio_ctl(void *arg, int pin, int flg) in nct_gpio_ctl() argument 602 if ((flg & (GPIO_PIN_INPUT | GPIO_PIN_TRISTATE)) != 0) { in nct_gpio_ctl() 614 if ((flg & (GPIO_PIN_OUTPUT | GPIO_PIN_INVOUT)) == in nct_gpio_ctl() 616 (flg & (GPIO_PIN_INPUT | GPIO_PIN_INVIN)) == in nct_gpio_ctl() 631 if ((flg & GPIO_PIN_PUSHPULL) != 0) { in nct_gpio_ctl() 645 if ((flg & (GPIO_PIN_OUTPUT | GPIO_PIN_TRISTATE)) == GPIO_PIN_OUTPUT) { in nct_gpio_ctl()
|
| /netbsd-src/sys/arch/hp300/dev/ |
| H A D | diofb.c | 336 diofb_allocattr(void *cookie, int fg, int bg, int flg, long *attr) in diofb_allocattr() argument 339 if ((flg & (WSATTR_BLINK | WSATTR_HILIT)) != 0) in diofb_allocattr() 342 if ((flg & WSATTR_WSCOLORS) == 0) { in diofb_allocattr() 347 if ((flg & WSATTR_REVERSE) != 0) { in diofb_allocattr() 354 *attr = (bg << 16) | (fg << 24) | (flg & WSATTR_UNDERLINE); in diofb_allocattr()
|
| /netbsd-src/external/bsd/file/dist/doc/ |
| H A D | Makefile.in | 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 for flg in $$sane_makeflags; do \ 54 case $$flg in \ 65 case $$flg in \
|
| /netbsd-src/external/bsd/openpam/dist/misc/ |
| H A D | Makefile.in | 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 for flg in $$sane_makeflags; do \ 55 case $$flg in \ 66 case $$flg in \
|
| /netbsd-src/external/bsd/file/dist/python/ |
| H A D | Makefile.in | 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 for flg in $$sane_makeflags; do \ 54 case $$flg in \ 65 case $$flg in \
|
| /netbsd-src/sys/kern/ |
| H A D | sys_descrip.c | 242 int error, flg; in do_fcntl_lock() local 253 flg = F_POSIX; in do_fcntl_lock() 258 flg |= F_WAIT; in do_fcntl_lock() 274 error = (*fo_advlock)(fp, p, F_SETLK, fl, flg); in do_fcntl_lock() 287 error = (*fo_advlock)(fp, p, F_SETLK, fl, flg); in do_fcntl_lock()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/ |
| H A D | Makefile.in | 67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 69 for flg in $$sane_makeflags; do \ 71 case $$flg in \ 82 case $$flg in \
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/ |
| H A D | Makefile.in | 67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 69 for flg in $$sane_makeflags; do \ 71 case $$flg in \ 82 case $$flg in \
|
| /netbsd-src/sys/external/isc/libsodium/dist/contrib/ |
| H A D | Makefile.in | 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 for flg in $$sane_makeflags; do \ 54 case $$flg in \ 65 case $$flg in \
|
| /netbsd-src/external/bsd/flex/dist/examples/fastwc/ |
| H A D | Makefile.in | 71 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 73 for flg in $$sane_makeflags; do \ 75 case $$flg in \ 86 case $$flg in \
|
| /netbsd-src/sys/external/isc/libsodium/dist/msvc-scripts/ |
| H A D | Makefile.in | 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 for flg in $$sane_makeflags; do \ 54 case $$flg in \ 65 case $$flg in \
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
| H A D | Makefile.in | 68 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 70 for flg in $$sane_makeflags; do \ 72 case $$flg in \ 83 case $$flg in \
|
| /netbsd-src/sys/external/isc/libsodium/dist/dist-build/ |
| H A D | Makefile.in | 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 for flg in $$sane_makeflags; do \ 54 case $$flg in \ 65 case $$flg in \
|
| /netbsd-src/external/mpl/bind/dist/lib/ns/ |
| H A D | Makefile.in | 58 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 60 for flg in $$sane_makeflags; do \ 62 case $$flg in \ 73 case $$flg in \
|
| /netbsd-src/external/bsd/flex/dist/examples/manual/ |
| H A D | Makefile.in | 71 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 73 for flg in $$sane_makeflags; do \ 75 case $$flg in \ 86 case $$flg in \
|