| /src/lib/libm/ld80/ |
| e_powl.c | 251 int i, nflg, iyflg, yoddint; local 334 nflg = 0; /* flag = 1 if x<0 raised to integer power */ 360 nflg = 1; 378 if( nflg ) 494 if( nflg )
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-arc.h | 268 int nflg; member in struct:arc_relax_type
|
| tc-arc.c | 1360 int nflg) 1368 memset (flags, 0, sizeof (*flags) * nflg); 1394 if (num_flags >= nflg) 2518 int ntok, nflg; local 2527 if ((nflg = tokenize_flags (str + opnamelen, flags, MAX_INSN_FLGS)) == -1) 2548 assemble_tokens (opname, tok, ntok, flags, nflg); 3324 relax_arg->nflg, &insn); 3632 int nflg, 3651 if (!nflg) 3658 for (j = 0; j < nflg; j++ [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-arc.h | 268 int nflg; member in struct:arc_relax_type
|
| tc-arc.c | 1359 int nflg) 1367 memset (flags, 0, sizeof (*flags) * nflg); 1393 if (num_flags >= nflg) 2517 int ntok, nflg; local 2529 if ((nflg = tokenize_flags (str + opnamelen, flags, MAX_INSN_FLGS)) == -1) 2550 assemble_tokens (opname, tok, ntok, flags, nflg); 3327 relax_arg->nflg, &insn); 3640 int nflg, 3659 if (!nflg) 3666 for (j = 0; j < nflg; j++ [all...] |
| /src/bin/sh/ |
| histedit.c | 610 volatile int lflg = 0, nflg = 0, rflg = 0, sflg = 0, zflg = 0; local 649 nflg = 1; 675 if (argc != 0 || (lflg|nflg|rflg|sflg) != 0) 839 if (!nflg)
|
| var.c | 944 int nflg = 0; local 971 nflg = 1; 974 if (nflg 984 if (nflg || pflg) 989 if (nflg || flag == VREADONLY) 998 if ((nflg 1060 if (nflg) 1077 } else if (nflg && p == NULL && !goodname(name)) 1080 if (!nflg || p != NULL)
|
| /src/usr.bin/fstat/ |
| fstat.c | 135 static int nflg; /* (numerical) display f.s. and rdev as dev_t */ variable 213 nflg = 1; 293 if (nflg) 379 if (nflg) 678 if (nflg || ((name = devname(fst->rdev, vn->v_type == VCHR ? 724 if (nflg) 730 if (nflg) 734 (void)printf(" %8"PRIu64" %*s", fst.fileid, nflg ? 5 : 10, mode); 941 (nflg ? (NI_NUMERICHOST|NI_NUMERICSERV) : 0) | 981 (nflg ? (NI_NUMERICHOST|NI_NUMERICSERV) : 0) [all...] |