| /src/sys/dev/rcons/ |
| rcons_subr.c | 480 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);
|
| /src/usr.sbin/tpctl/ |
| main.c | 384 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);
|
| /src/lib/libskey/ |
| skeylogin.c | 450 u_char hseed[SKEY_MAX_SEED_LEN], flg = 1, *up; local 498 flg = 0; 503 flg = 0; 510 if (flg == 0) {
|
| /src/sys/arch/x68k/stand/loadbsd/ |
| loadbsd.c | 454 char *p, **flg, **arg; local 460 for (arg = flg = argv + 1; (p = *flg) && *p == '-'; ) { 512 flg = ++arg;
|
| /src/sys/kern/ |
| sys_descrip.c | 245 int error, flg; local 256 flg = F_POSIX; 261 flg |= F_WAIT; 277 error = (*fo_advlock)(fp, p, F_SETLK, fl, flg); 290 error = (*fo_advlock)(fp, p, F_SETLK, fl, flg);
|
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| usage.c | 133 unsigned int flg = parse_usage_flags(fn_table, flg_txt); local 134 if (flg == 0) return; 144 if ( ((flg & form_mask) == form_mask) 145 || ((flg & misuse_mask) == misuse_mask) ) 157 if ((flg & 1) != 0) { 162 flg >>= 1; 163 if (flg == 0)
|
| /src/games/hack/ |
| hack.end.c | 335 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) {
|
| /src/sys/compat/sunos/ |
| sunos_ioctl.c | 1028 long flg; local 1039 flg = (long)SCARG(uap, arg); 1042 if (flg & sunfcntl_flgtab[n].sun_flg) { 1043 flg &= ~sunfcntl_flgtab[n].sun_flg; 1044 flg |= sunfcntl_flgtab[n].bsd_flg; 1047 SCARG(&bsd_ua, arg) = (void *)flg;
|
| /src/sys/compat/sunos32/ |
| sunos32_ioctl.c | 1060 uintptr_t flg; local 1069 flg = (intptr_t)SCARG_P32(uap, arg); 1072 if (flg & sunfcntl_flgtab[n].sun_flg) { 1073 flg &= ~sunfcntl_flgtab[n].sun_flg; 1074 flg |= sunfcntl_flgtab[n].bsd_flg; 1077 SCARG(&bsd_ua, arg) = (void *)flg;
|
| /src/bin/pax/ |
| options.c | 283 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 |= NF 1514 u_int64_t flg = 0; local [all...] |
| /src/external/mit/libuv/dist/src/unix/ |
| os390.c | 408 struct ifreq flg; local 469 memcpy(flg.ifr_name, p->ifr_name, sizeof(flg.ifr_name)); 470 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) { 478 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) 523 memcpy(flg.ifr_name, p->ifr_name, sizeof(flg.ifr_name)); 524 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) { 531 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING) [all...] |
| aix.c | 1120 struct ifreq *ifr, *p, flg; local 1172 memcpy(flg.ifr_name, p->ifr_name, sizeof(flg.ifr_name)); 1173 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) { 1178 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) 1209 memcpy(flg.ifr_name, p->ifr_name, sizeof(flg.ifr_name)); 1210 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) 1213 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING) [all...] |
| /src/sys/arch/acorn32/podulebus/ |
| escvar.h | 53 * DMA chain block. If flg == ESC_CHAIN_PRG or flg == ESC_CHAIN_BUMP then 54 * ptr is a VIRTUAL address. If flg == ESC_CHAIN_DMA then ptr is a PHYSICAL 60 short flg; member in struct:esc_dma_chain
|
| sfasvar.h | 53 * DMA chain block. If flg == SFAS_CHAIN_PRG or flg == SFAS_CHAIN_BUMP then 54 * ptr is a VIRTUAL address. If flg == SFAS_CHAIN_DMA then ptr is a PHYSICAL 60 short flg; member in struct:sfas_dma_chain
|
| /src/sys/arch/x68k/stand/libdos/ |
| dos.h | 138 unsigned char flg; member in struct:dos_namestbuf 168 unsigned char flg; member in struct:dos_dpbptr
|
| /src/sys/dev/i2o/ |
| iop.c | 1858 u_int rv, i, nsegs, flg, off, xn; local 1912 flg = I2O_SGL_SIMPLE | I2O_SGL_DATA_OUT; 1914 flg = I2O_SGL_SIMPLE; 1917 p[0] = (u_int32_t)ds->ds_len | flg; 1922 p[0] = (u_int32_t)ds->ds_len | flg | I2O_SGL_END_BUFFER; 1961 u_int rv, i, nsegs, off, slen, tlen, flg; local 2017 flg = I2O_SGL_SIMPLE | I2O_SGL_DATA_OUT; 2019 flg = I2O_SGL_SIMPLE; 2022 p[0] = (u_int32_t)ds->ds_len | flg; 2026 p[0] = (u_int32_t)ds->ds_len | flg | I2O_SGL_END_BUFFER [all...] |
| /src/sys/dev/pci/ |
| mly.c | 1690 int flg, nseg, rv; local 1741 flg = BUS_DMASYNC_PREREAD; 1744 flg = BUS_DMASYNC_PREWRITE; 1747 bus_dmamap_sync(mly->mly_dmat, mc->mc_datamap, 0, mc->mc_length, flg); 1767 int flg; local 1776 flg = BUS_DMASYNC_POSTREAD; 1778 flg = BUS_DMASYNC_POSTWRITE; 1780 bus_dmamap_sync(mly->mly_dmat, mc->mc_datamap, 0, mc->mc_length, flg);
|
| /src/external/bsd/file/dist/src/ |
| compress.c | 573 unsigned char flg; local 580 flg = old[3]; 582 if (flg & FEXTRA) { 587 if (flg & FNAME) { 592 if (flg & FCOMMENT) { 597 if (flg & FHCRC)
|
| /src/sys/dev/scsipi/ |
| ses.c | 506 int dl, flg, error; local 511 flg = XS_CTL_DATA_OUT; 513 flg = XS_CTL_DATA_IN; 517 flg = 0; 525 flg |= XS_CTL_SILENT; 528 (u_char *) dptr, dl, SCSIPIRETRIES, 30000, NULL, flg);
|
| /src/external/bsd/ekermit/dist/ |
| kermit.h | 307 short flg; /* Flags */ member in struct:packet
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_7zip.c | 183 unsigned flg; member in struct:file 587 if (file->flg & MTIME_IS_SET) 589 if (file->flg & CTIME_IS_SET) 591 if (file->flg & ATIME_IS_SET) 1296 make_time(struct archive_write *a, uint8_t type, unsigned flg, int ti) 1343 if (file->flg & flg) 1371 if ((file->flg & flg) == 0) 1692 file->flg |= MTIME_IS_SET [all...] |
| archive_read_support_format_7zip.c | 243 unsigned flg; member in struct:_7zip_entry 977 if (zip_entry->flg & MTIME_IS_SET) 980 if (zip_entry->flg & CTIME_IS_SET) 983 if (zip_entry->flg & ATIME_IS_SET) 1137 if ((zip->entry->flg & CRC32_IS_SET) && bytes) 1144 if ((zip->entry->flg & CRC32_IS_SET) && 2990 entries[i].flg |= HAS_STREAM; 3015 if (entries[i].flg & HAS_STREAM) { 3021 entries[i].flg |= CRC32_IS_SET; 3058 if ((entries[i].flg & HAS_STREAM) == 0 && indexInFolder == 0) [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-ospf6.c | 157 nd_uint8_t flg; member in union:lsa6::__anon8096::__anon8097::__anon8098 160 #define rla_flags rla_flgandopt.flg
|
| /src/external/gpl3/gdb/dist/gdb/ |
| m32c-tdep.c | 110 struct m32c_reg *pc = nullptr, *flg = nullptr; 333 /* Return the value of the 'flg' register in CACHE. */ 339 ULONGEST flg; 341 cache->raw_read (tdep->flg->num, &flg); 342 return flg & 0xffff; 355 If the value of the 'flg' register in CACHE has any of the bits 367 If the value of the 'flg' register in CACHE has any of the bits 775 from the bank selected by the current value of FLG. RAW_PAIR 847 struct m32c_reg *flg = G (R16U (flg)) 109 struct m32c_reg *pc = nullptr, *flg = nullptr; member in struct:gdbarch_tdep_base 336 ULONGEST flg; local 844 struct m32c_reg *flg = G (R16U (flg)); local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| m32c-tdep.c | 110 struct m32c_reg *pc = nullptr, *flg = nullptr; 333 /* Return the value of the 'flg' register in CACHE. */ 339 ULONGEST flg; 341 cache->raw_read (tdep->flg->num, &flg); 342 return flg & 0xffff; 355 If the value of the 'flg' register in CACHE has any of the bits 367 If the value of the 'flg' register in CACHE has any of the bits 775 from the bank selected by the current value of FLG. RAW_PAIR 847 struct m32c_reg *flg = G (R16U (flg)) 109 struct m32c_reg *pc = nullptr, *flg = nullptr; member in struct:gdbarch_tdep_base 336 ULONGEST flg; local 844 struct m32c_reg *flg = G (R16U (flg)); local [all...] |