Home
last modified time | relevance | path

Searched refs:flg (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/netbsd/bin/pax/
H A Doptions.c302 flg |= AF; in pax_options()
308 flg |= BF; in pax_options()
319 flg |= CF; in pax_options()
326 flg |= DF; in pax_options()
333 flg |= FF; in pax_options()
340 flg |= IF; in pax_options()
353 flg |= KF; in pax_options()
360 flg |= LF; in pax_options()
367 flg |= NF; in pax_options()
373 flg |= OF; in pax_options()
[all …]
/netbsd/sys/dev/splash/
H A Dsplash.c177 splash_render(struct splash_info *si, int flg) in splash_render() argument
207 if (flg & SPLASH_F_CENTER) { 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()
358 if (flg & SPLASH_F_FILL) { in splash_render16()
384 int swidth, int sheight, int flg) in splash_render32() argument
394 if (flg & SPLASH_F_FILL) in splash_render32()
[all …]
/netbsd/external/mit/libuv/dist/src/unix/
H A Dos390.c401 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 Daix.c1104 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/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_spi.c42 bu16 BFIN_MMR_16(flg);
105 case mmr_offset(flg): in bfin_spi_io_write_buffer()
144 case mmr_offset(flg): in bfin_spi_io_read_buffer()
228 spi->flg = 0xFF00; in bfin_spi_finish()
/netbsd/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_spi.c42 bu16 BFIN_MMR_16(flg);
105 case mmr_offset(flg): in bfin_spi_io_write_buffer()
144 case mmr_offset(flg): in bfin_spi_io_read_buffer()
228 spi->flg = 0xFF00; in bfin_spi_finish()
/netbsd/games/hack/
H A Dhack.end.c335 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/sys/arch/hp300/dev/
H A Ddiofb.c345 diofb_allocattr(void *cookie, int fg, int bg, int flg, long *attr) in diofb_allocattr() argument
348 if ((flg & (WSATTR_BLINK | WSATTR_HILIT)) != 0) in diofb_allocattr()
351 if ((flg & WSATTR_WSCOLORS) == 0) { in diofb_allocattr()
356 if ((flg & WSATTR_REVERSE) != 0) { in diofb_allocattr()
363 flg = ((flg & WSATTR_UNDERLINE) ? 1 : 0); in diofb_allocattr()
365 *attr = (bg << 16) | (fg << 24) | flg; in diofb_allocattr()
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/cr16/
H A Dexcp_test.s5 # excp svc/dvz/flg/bpt/trc/und/iad/dbg/ise
9 excp flg
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/cr16/
H A Dexcp_test.s5 # excp svc/dvz/flg/bpt/trc/und/iad/dbg/ise
9 excp flg
/netbsd/sys/dev/rcons/
H A Drcons_subr.c480 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/external/gpl3/binutils/dist/etc/
H A DMakefile.in66 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 for flg in $$sane_makeflags; do \
70 case $$flg in \
81 case $$flg in \
/netbsd/sys/arch/x68k/stand/loadbsd/
H A Dloadbsd.c451 char *p, **flg, **arg; in main() local
457 for (arg = flg = argv + 1; (p = *flg) && *p == '-'; ) { in main()
509 flg = ++arg; in main()
/netbsd/usr.sbin/tpctl/
H A Dmain.c384 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/sys/dev/rasops/
H A Drasops.c626 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()
671 if ((flg & (WSATTR_BLINK | WSATTR_HILIT | WSATTR_WSCOLORS)) != 0) in rasops_allocattr_mono()
677 if ((flg & WSATTR_REVERSE) != 0) { in rasops_allocattr_mono()
[all …]
/netbsd/sys/dev/isa/
H A Dnct.c586 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/external/bsd/file/dist/doc/
H A DMakefile.in50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 for flg in $$sane_makeflags; do \
54 case $$flg in \
65 case $$flg in \
/netbsd/external/bsd/file/dist/python/
H A DMakefile.in50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 for flg in $$sane_makeflags; do \
54 case $$flg in \
65 case $$flg in \
/netbsd/external/bsd/openpam/dist/misc/
H A DMakefile.in51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 for flg in $$sane_makeflags; do \
55 case $$flg in \
66 case $$flg in \
/netbsd/sys/kern/
H A Dsys_descrip.c240 int error, flg; in do_fcntl_lock() local
251 flg = F_POSIX; in do_fcntl_lock()
256 flg |= F_WAIT; in do_fcntl_lock()
272 error = (*fo_advlock)(fp, p, F_SETLK, fl, flg); in do_fcntl_lock()
285 error = (*fo_advlock)(fp, p, F_SETLK, fl, flg); in do_fcntl_lock()
/netbsd/external/bsd/ntp/dist/sntp/libopts/
H A Dusage.c184 unsigned int flg = parse_usage_flags(fn_table, flg_txt); in set_usage_flags() local
185 if (flg == 0) return; in set_usage_flags()
195 if ( ((flg & form_mask) == form_mask) in set_usage_flags()
196 || ((flg & misuse_mask) == misuse_mask) ) in set_usage_flags()
208 if ((flg & 1) != 0) { in set_usage_flags()
213 flg >>= 1; in set_usage_flags()
214 if (flg == 0) in set_usage_flags()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dxtensa-tdep.h128 #define XTREG(index,ofs,bsz,sz,al,tnum,flg,cp,ty,gr,name,fet,sto,mas,ct,x,y) \ argument
132 ct, bsz, sz, al, tnum, flg, cp, mas, fet, sto},
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dxtensa-tdep.h128 #define XTREG(index,ofs,bsz,sz,al,tnum,flg,cp,ty,gr,name,fet,sto,mas,ct,x,y) \ argument
132 ct, bsz, sz, al, tnum, flg, cp, mas, fet, sto},
/netbsd/external/gpl3/gdb/dist/readline/
H A DMakefile.in67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69 for flg in $$sane_makeflags; do \
71 case $$flg in \
82 case $$flg in \
/netbsd/external/bsd/flex/dist/examples/fastwc/
H A DMakefile.in71 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73 for flg in $$sane_makeflags; do \
75 case $$flg in \
86 case $$flg in \

12345678910>>...16