Searched refs:flg (Results 1 - 25 of 407) sorted by relevance

1234567891011>>

/netbsd-current/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
H A Dexcp_test.d12 4: c7 00 excp flg
/netbsd-current/bin/pax/
H A Doptions.c283 u_int64_t flg = 0; local
302 flg |= AF;
308 flg |= BF;
319 flg |= CF;
326 flg |= DF;
333 flg |= FF;
340 flg |= IF;
353 flg |= KF;
360 flg |= LF;
367 flg |
1528 u_int64_t flg = 0; local
1886 printflg(unsigned int flg) argument
[all...]
/netbsd-current/sys/dev/splash/
H A Dsplash.c177 splash_render(struct splash_info *si, int flg) argument
207 if (flg & SPLASH_F_CENTER) {
216 splash_render8(si, data, xoff, yoff, width, height, flg);
221 splash_render16(si, data, xoff, yoff, width, height, flg);
226 splash_render32(si, data, xoff, yoff, width, height, flg);
245 int swidth, int sheight, int flg)
255 if (flg & SPLASH_F_FILL)
287 if (flg & SPLASH_F_FILL) {
319 int swidth, int sheight, int flg)
329 if (flg
244 splash_render8(struct splash_info *si, const char *data, int xoff, int yoff, int swidth, int sheight, int flg) argument
318 splash_render16(struct splash_info *si, const char *data, int xoff, int yoff, int swidth, int sheight, int flg) argument
383 splash_render32(struct splash_info *si, const char *data, int xoff, int yoff, int swidth, int sheight, int flg) argument
[all...]
/netbsd-current/external/mpl/bind/dist/bin/named/
H A DMakefile.in54 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 for flg in $$sane_makeflags; do \
58 case $$flg in \
69 case $$flg in \
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_spi.c42 bu16 BFIN_MMR_16(flg);
105 case mmr_offset(flg):
144 case mmr_offset(flg):
228 spi->flg = 0xFF00;
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_spi.c43 bu16 BFIN_MMR_16(flg);
106 case mmr_offset(flg):
145 case mmr_offset(flg):
229 spi->flg = 0xFF00;
/netbsd-current/games/hack/
H A Dhack.end.c335 int flg = 0; local
394 flg++; /* ask for a rewrite */
413 flg++;
426 if (flg) { /* rewrite record file */
449 if (flg)
691 int flg = 0; local
749 flg++;
759 flg++;
764 if (!flg) {
/netbsd-current/sys/arch/sbmips/stand/common/
H A Dcfe_api.h192 int cfe_flushcache(int flg);
196 int cfe_getstdhandle(int flg);
/netbsd-current/sys/arch/mips/cfe/
H A Dcfe_api.h180 int cfe_flushcache(int flg);
184 int cfe_getstdhandle(int flg);
/netbsd-current/sys/arch/evbmips/stand/sbmips/common/
H A Dcfe_api.h192 int cfe_flushcache(int flg);
196 int cfe_getstdhandle(int flg);
/netbsd-current/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) \
132 ct, bsz, sz, al, tnum, flg, cp, mas, fet, sto},
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dxtensa-tdep.h130 #define XTREG(index,ofs,bsz,sz,al,tnum,flg,cp,ty,gr,name,fet,sto,mas,ct,x,y) \
134 ct, bsz, sz, al, tnum, flg, cp, mas, fet, sto},
/netbsd-current/usr.sbin/tpctl/
H A Dmain.c384 int flg, n, error; local
394 if ((flg = fcntl(fd, F_GETFL)) == -1)
396 if (fcntl(fd, F_SETFL, flg | O_NONBLOCK) == -1)
400 fcntl(fd, F_SETFL, flg);
/netbsd-current/sys/arch/x68k/stand/loadbsd/
H A Dloadbsd.c454 char *p, **flg, **arg; local
460 for (arg = flg = argv + 1; (p = *flg) && *p == '-'; ) {
512 flg = ++arg;
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Daix.c1104 struct ifreq *ifr, *p, flg; local
1153 memcpy(flg.ifr_name, p->ifr_name, sizeof(flg.ifr_name));
1154 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) {
1159 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING))
1188 memcpy(flg.ifr_name, p->ifr_name, sizeof(flg.ifr_name));
1189 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1)
1192 if (!(flg
[all...]
H A Dos390.c401 struct ifreq flg; local
462 memcpy(flg.ifr_name, p->ifr_name, sizeof(flg.ifr_name));
463 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) {
471 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING))
516 memcpy(flg.ifr_name, p->ifr_name, sizeof(flg.ifr_name));
517 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) {
524 if (!(flg
[all...]
/netbsd-current/sys/dev/rcons/
H A Drcons_subr.c480 int flg; local
489 flg = bg;
491 fg = flg;
497 flg = bg;
499 fg = flg;
506 flg = (rc->rc_wsflg | WSATTR_WSCOLORS) & rc->rc_supwsflg;
509 rc->rc_ops->allocattr(rc->rc_cookie, fg, bg, flg, &rc->rc_attr);
/netbsd-current/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-current/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-current/external/gpl3/gdb/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-current/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-current/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-current/external/mpl/bind/dist/bin/rndc/
H A DMakefile.in54 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 for flg in $$sane_makeflags; do \
58 case $$flg in \
69 case $$flg in \
/netbsd-current/external/mpl/bind/dist/bin/delv/
H A DMakefile.in54 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 for flg in $$sane_makeflags; do \
58 case $$flg in \
69 case $$flg in \

Completed in 223 milliseconds

1234567891011>>