| /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/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/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/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/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/sys/arch/sgimips/hpc/ |
| haltwo.c | 479 int lval, rval; local 485 lval = rval = mc->un.value.level[AUDIO_MIXER_LEVEL_MONO]; 487 lval = mc->un.value.level[AUDIO_MIXER_LEVEL_LEFT]; 495 sc->sc_vol_left = 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/usr.sbin/installboot/ |
| installboot.c | 120 unsigned long lval; local 150 lval = strtoul(optarg, &p, 0); 151 if (lval > UINT32_MAX || *p != '\0') { 156 params->s1start = (uint32_t)lval; 159 params->s2start = (uint32_t)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/cddl/osnet/dist/cmd/zfs/ |
| zfs_iter.c | 303 nvlist_t *lval, *rval; local 309 psc->sc_user_prop, &lval) == 0); 314 verify(nvlist_lookup_string(lval,
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwcentry.h | 126 int lval, hval; /* temporary to allow DBX to build until dbx glue.cc fixed */ member in struct:__anon10196 305 * <ctr->lval>:
|
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwcentry.h | 126 int lval, hval; /* temporary to allow DBX to build until dbx glue.cc fixed */ member in struct:__anon11669 305 * <ctr->lval>:
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_tls_policy.c | 433 long lval; local 440 if (!alldig(val) || ((lval = sane_strtol(val, &end, 10)), 441 ((tls->ext_policy_ttl = lval) != lval))
|
| /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;
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| opt.c | 618 long lval; local 715 if (!opt_long(arg, &lval)) {
|
| /src/external/bsd/ppp/dist/pppd/ |
| utils.c | 113 long long lval = 0; local 183 lval = va_arg(args, long long); 184 if (lval < 0) { 186 val = -lval; 188 val = lval; 204 lval = va_arg(args, long); 205 if (lval < 0) { 207 val = -lval; 209 val = lval;
|
| /src/sys/dev/pci/ |
| eap.c | 1302 int lval, rval, l, r, la, ra; local 1363 lval = rval = cp->un.value.level[AUDIO_MIXER_LEVEL_MONO]; 1365 lval = cp->un.value.level[AUDIO_MIXER_LEVEL_LEFT]; 1372 l = VOL_TO_ATT5(lval); 1402 l = VOL_TO_GAIN5(lval);
|
| sv.c | 1038 int lval, rval; local 1050 lval = cp->un.value.level[AUDIO_MIXER_LEVEL_MONO]; 1056 lval = cp->un.value.level[AUDIO_MIXER_LEVEL_LEFT]; 1063 lval = (AUDIO_MAX_GAIN - lval) * ports[idx].mask / 1065 reg |= lval;
|
| /src/sys/fs/nfs/client/ |
| nfs_clport.c | 638 u_int32_t lval; member in union:__anon6771 650 tl.lval = p->p_pid; 655 tl.lval = p->p_stats->p_start.tv_sec; 660 tl.lval = p->p_stats->p_start.tv_usec; 1260 u_int32_t lval; member in union:__anon6772 1271 pid = tl.lval; 1283 if (tl.lval != p->p_stats->p_start.tv_sec) { 1290 if (tl.lval != p->p_stats->p_start.tv_usec)
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| opt.c | 895 long lval; local 995 if (!opt_long(arg, &lval))
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| opt.c | 853 long lval; local 953 if (!opt_long(arg, &lval))
|
| /src/external/gpl3/gdb/dist/gdb/ |
| value.h | 230 /* Describes offset of a value within lval of a structure in bytes. 231 If lval == lval_memory, this is an offset to the address. If 232 lval == lval_register, this is a further offset from 242 relevant if lval != not_lval.''. Shouldn't the value instead be 264 true, contents are in inferior. If the lval field is lval_memory, 266 The lval field may also be lval_register. 345 enum lval_type lval () const function in struct:value 348 /* Set the 'lval' of this value. */ 361 /* If lval == lval_memory, return the address in the inferior. If 362 lval == lval_register, return the byte offset into the register [all...] |
| /src/external/gpl3/gdb/dist/sim/h8300/ |
| writecode.c | 157 lval (p) function 207 lval (p); 311 printf ("npc = (lval>>1) + saved_state.mem;\n"); 321 printf ("npc = (lval>>1) + saved_state.mem;\n");
|