Searched refs:lval (Results 1 - 25 of 114) sorted by relevance

12345

/netbsd-current/external/bsd/ntp/dist/include/
H A Dtimexsup.h21 extern double dbl_from_var_long(long lval, int status);
27 extern double dbl_from_usec_long(long lval);
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dtimexsup.c42 long lval,
48 return (double)lval * 1e-9;
52 return (double)lval * 1e-6;
57 long lval
60 return (double)lval * 1e-6;
41 dbl_from_var_long( long lval, int status ) argument
/netbsd-current/usr.bin/gcore/
H A Dgcore.c85 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);
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dplural.y75 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
[all...]
H A Dplural.c93 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
[all...]
/netbsd-current/external/gpl3/binutils/dist/intl/
H A Dplural.y75 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
[all...]
H A Dplural.c93 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
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dplural.y75 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
[all...]
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dplural.y75 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
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dplural.y69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
260 yylex (lval, pexp)
261 YYSTYPE *lval;
294 lval->num = n;
303 lval->op = equal;
314 lval->op = not_equal;
331 lval->op = less_or_equal;
334 lval->op = less_than;
342 lval->op = greater_or_equal;
345 lval
[all...]
H A Dplural.c90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
1372 yylex (lval, pexp)
1373 YYSTYPE *lval;
1406 lval->num = n;
1415 lval->op = equal;
1426 lval->op = not_equal;
1443 lval->op = less_or_equal;
1446 lval->op = less_than;
1454 lval->op = greater_or_equal;
1457 lval
[all...]
/netbsd-current/external/gpl2/grep/dist/intl/
H A Dplural.y71 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
[all...]
H A Dplural.c89 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
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dplural.y69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
260 yylex (lval, pexp)
261 YYSTYPE *lval;
294 lval->num = n;
303 lval->op = equal;
314 lval->op = not_equal;
331 lval->op = less_or_equal;
334 lval->op = less_than;
342 lval->op = greater_or_equal;
345 lval
[all...]
H A Dplural.c90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
1372 yylex (lval, pexp)
1373 YYSTYPE *lval;
1406 lval->num = n;
1415 lval->op = equal;
1426 lval->op = not_equal;
1443 lval->op = less_or_equal;
1446 lval->op = less_than;
1454 lval->op = greater_or_equal;
1457 lval
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dplural.y59 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
[all...]
H A Dplural.c80 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
1346 yylex(YYSTYPE *lval, const char **pexp) argument
[all...]
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dplural.y59 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
[all...]
H A Dplural.c80 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
1346 yylex(YYSTYPE *lval, const char **pexp) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Ddonotoptimize_test.cc50 BitRef lval = BitRef::Make(); local
51 benchmark::DoNotOptimize(lval);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Ddonotoptimize_test.cc50 BitRef lval = BitRef::Make(); local
51 benchmark::DoNotOptimize(lval);
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_increment.c63 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);
/netbsd-current/usr.sbin/gpioctl/
H A Dgpioctl.c92 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_MA
[all...]
/netbsd-current/sys/arch/amiga/stand/binpatch/
H A Dbinpatch.c112 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);
/netbsd-current/lib/libc/gen/
H A Dsetmode.c187 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;

Completed in 392 milliseconds

12345