| /src/external/bsd/ntp/dist/include/ |
| timexsup.h | 21 extern double dbl_from_var_long(long lval, int status); 27 extern double dbl_from_usec_long(long lval);
|
| /src/external/bsd/ntp/dist/libntp/ |
| timexsup.c | 55 long lval, 61 return (double)lval * 1e-9; 66 return (double)lval * 1e-6; 71 long lval 74 return (double)lval * 1e-6;
|
| /src/usr.bin/gcore/ |
| gcore.c | 85 u_long lval; local 90 lval = strtoul(argv[c], &ep, 0); 94 if (errno == ERANGE && lval == ULONG_MAX) 97 pid = (pid_t)lval; 100 err(1, "ptrace(PT_ATTACH) to %lu failed", lval); 107 err(1, "Cannot wait for %lu", lval); 117 err(1, "ptrace(PT_DUMPCORE) to %lu failed", lval); 120 err(1, "ptrace(PT_DETACH) to %lu failed", lval);
|
| /src/external/gpl3/gcc.old/dist/intl/ |
| plural.y | 75 static int yylex PARAMS ((YYSTYPE *lval, struct parse_args *arg)); 78 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp)); 271 yylex (lval, arg) 272 YYSTYPE *lval; 278 yylex (lval, pexp) 279 YYSTYPE *lval; 313 lval->num = n; 322 lval->op = equal; 333 lval->op = not_equal; 350 lval->op = less_or_equal [all...] |
| plural.c | 93 static int yylex PARAMS ((YYSTYPE *lval, struct parse_args *arg)); 96 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp)); 1380 yylex (lval, arg) 1381 YYSTYPE *lval; 1387 yylex (lval, pexp) 1388 YYSTYPE *lval; 1422 lval->num = n; 1431 lval->op = equal; 1442 lval->op = not_equal; 1459 lval->op = less_or_equal [all...] |
| /src/external/gpl2/grep/dist/intl/ |
| plural.y | 71 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp)); 262 yylex (lval, pexp) 263 YYSTYPE *lval; 296 lval->num = n; 305 lval->op = equal; 316 lval->op = not_equal; 333 lval->op = less_or_equal; 336 lval->op = less_than; 344 lval->op = greater_or_equal; 347 lval->op = greater_than [all...] |
| plural.c | 89 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp)); 1178 yylex (lval, pexp) 1179 YYSTYPE *lval; 1212 lval->num = n; 1221 lval->op = equal; 1232 lval->op = not_equal; 1249 lval->op = less_or_equal; 1252 lval->op = less_than; 1260 lval->op = greater_or_equal; 1263 lval->op = greater_than [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| plural.y | 59 static int yylex (YYSTYPE *lval, const char **pexp); 237 yylex (YYSTYPE *lval, const char **pexp) 269 lval->num = n; 278 lval->op = equal; 289 lval->op = not_equal; 306 lval->op = less_or_equal; 309 lval->op = less_than; 317 lval->op = greater_or_equal; 320 lval->op = greater_than; 325 lval->op = mult [all...] |
| plural.c | 80 static int yylex (YYSTYPE *lval, const char **pexp); 1349 yylex (YYSTYPE *lval, const char **pexp) 1381 lval->num = n; 1390 lval->op = equal; 1401 lval->op = not_equal; 1418 lval->op = less_or_equal; 1421 lval->op = less_than; 1429 lval->op = greater_or_equal; 1432 lval->op = greater_than; 1437 lval->op = mult [all...] |
| /src/external/gpl2/texinfo/dist/intl/ |
| plural.y | 59 static int yylex (YYSTYPE *lval, const char **pexp); 237 yylex (YYSTYPE *lval, const char **pexp) 269 lval->num = n; 278 lval->op = equal; 289 lval->op = not_equal; 306 lval->op = less_or_equal; 309 lval->op = less_than; 317 lval->op = greater_or_equal; 320 lval->op = greater_than; 325 lval->op = mult [all...] |
| plural.c | 80 static int yylex (YYSTYPE *lval, const char **pexp); 1349 yylex (YYSTYPE *lval, const char **pexp) 1381 lval->num = n; 1390 lval->op = equal; 1401 lval->op = not_equal; 1418 lval->op = less_or_equal; 1421 lval->op = less_than; 1429 lval->op = greater_or_equal; 1432 lval->op = greater_than; 1437 lval->op = mult [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
| donotoptimize_test.cc | 50 BitRef lval = BitRef::Make(); local 51 benchmark::DoNotOptimize(lval);
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
| donotoptimize_test.cc | 50 BitRef lval = BitRef::Make(); local 51 benchmark::DoNotOptimize(lval);
|
| /src/external/bsd/nvi/dist/vi/ |
| v_increment.c | 63 long ltmp, lval; local 194 if ((nret = nget_slong(sp, &lval, t, NULL, 10)) != NUM_OK) 197 if (lval > 0 && ltmp > 0 && 198 !NPFITS(LONG_MAX, (unsigned long)lval, (unsigned long)ltmp)) { 202 if (lval < 0 && ltmp < 0 && !NNFITS(LONG_MIN, lval, ltmp)) { 206 lval += ltmp; 208 if (lval == 0 && ntype == fmt[SDEC]) 210 nlen = SPRINTF(nbuf, SIZE(nbuf), ntype, lval);
|
| /src/usr.sbin/gpioctl/ |
| gpioctl.c | 92 long lval; local 143 lval = strtol(mask, &ep, 0); 146 if ((errno == ERANGE && (lval == LONG_MAX 147 || lval == LONG_MIN)) || (unsigned long)lval > UINT_MAX) 149 ga_mask = lval; 151 lval = strtol(flags, &ep, 0); 155 if ((errno == ERANGE && (lval == LONG_MAX 156 || lval == LONG_MIN)) 157 || (unsigned long)lval > UINT_MAX [all...] |
| /src/sys/arch/amiga/stand/binpatch/ |
| binpatch.c | 112 u_long lval; local 283 lval = cval; 290 lval = sval; 294 if (read(fd, &lval, 4) != 4) { 303 lval, lval); 305 printf("0x%x: %d (0x%x)\n", addr, lval, lval);
|
| /src/crypto/external/apache2/openssl/dist/fuzz/ |
| hashtable.c | 125 FUZZER_VALUE *valptr, *lval; local 186 valptr, &lval); 270 lval = NULL; 293 lval = ossl_ht_fz_FUZZER_VALUE_get(fuzzer_table, TO_HT_KEY(&key), &v); 303 OPENSSL_assert(lval == valptr); 312 v = ossl_ht_fz_FUZZER_VALUE_to_value(lval, &tv); 313 OPENSSL_assert(v->value == lval);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| utils.h | 353 /* Assign VAL to LVAL, and set CHANGED to true if the assignment changed 354 LVAL. */ 358 assign_set_if_changed (T &lval, const T &val, bool &changed) 360 if (lval == val) 363 lval = val; 367 /* Assign VAL to LVAL, and return true if the assignment changed LVAL. */ 371 assign_return_if_changed (T &lval, const T &val) 373 if (lval == val) 376 lval = val [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| utils.h | 350 /* Assign VAL to LVAL, and set CHANGED to true if the assignment changed 351 LVAL. */ 355 assign_set_if_changed (T &lval, const T &val, bool &changed) 357 if (lval == val) 360 lval = val; 364 /* Assign VAL to LVAL, and return true if the assignment changed LVAL. */ 368 assign_return_if_changed (T &lval, const T &val) 370 if (lval == val) 373 lval = val [all...] |
| /src/lib/libc/gen/ |
| setmode.c | 187 long lval; local 222 lval = strtol(p, &ep, 8); 227 if (errno == ERANGE && (lval == LONG_MAX || lval == LONG_MIN)) 229 if (lval & ~(STANDARD_BITS|S_ISTXT)) { 233 perm = (mode_t)lval;
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-fold.cc | 106 C_MAYBE_CONST_EXPR. LVAL is true if it should be treated as an 110 c_fully_fold (tree expr, bool in_init, bool *maybe_const, bool lval) 126 &maybe_const_itself, false, lval); 142 LVAL indicates folding of lvalue, where we can't replace it with 147 bool *maybe_const_itself, bool for_int_const, bool lval) 168 if (VAR_P (expr) && !lval && (optimize || in_init)) 213 maybe_const_itself, true, lval); 264 maybe_const_itself, for_int_const, lval); 273 if (!lval) 283 maybe_const_itself, for_int_const, lval); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-fold.cc | 106 C_MAYBE_CONST_EXPR. LVAL is true if it should be treated as an 110 c_fully_fold (tree expr, bool in_init, bool *maybe_const, bool lval) 126 &maybe_const_itself, false, lval); 142 LVAL indicates folding of lvalue, where we can't replace it with 147 bool *maybe_const_itself, bool for_int_const, bool lval) 168 if (VAR_P (expr) && !lval && (optimize || in_init)) 213 maybe_const_itself, true, lval); 264 maybe_const_itself, for_int_const, lval); 273 if (!lval) 283 maybe_const_itself, for_int_const, lval); [all...] |
| /src/sbin/wsconsctl/ |
| util.c | 499 long lval; local 507 lval = strtol(ptr, &ep, 10); 510 if (errno == ERANGE && (lval == LONG_MAX || lval == LONG_MIN)) 512 if (lval >= (long)sizeof(result) * 8) 513 errx(EXIT_FAILURE, "%ld: number out of range", lval); 514 result |= (1 << lval);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constexpr.cc | 1356 bool lval, 1560 return cxx_eval_constant_expression (&new_ctx, new_call, lval, 1707 arg = cxx_eval_constant_expression (ctx, x, /*lval=*/false, 1811 bool lval, 1859 tree arg0 = cxx_eval_constant_expression (ctx, CALL_EXPR_ARG (t, 0), lval, 1861 tree arg1 = cxx_eval_constant_expression (ctx, CALL_EXPR_ARG (t, 1), lval, 2107 obj = cxx_eval_constant_expression (ctx, obj, /*lval*/false, non_constant_p, 2142 vtable = cxx_eval_constant_expression (ctx, vtable, /*lval*/false, 2305 bool lval, 2348 return cxx_eval_constant_expression (ctx, new_call, lval, [all...] |
| /src/usr.bin/db/ |
| db.c | 111 long lval; local 178 lval = strtol(optarg, &p, 8); 181 if (lval < 0 || lval > 07777) 183 oi.mode = (mode_t)lval; 195 lval = strtol(optarg, &p, 10); 198 if (lval < 0 || (unsigned int)lval >= UINT_MAX) 200 oi.pagesize = (unsigned int)lval;
|