Home
last modified time | relevance | path

Searched refs:this_len (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/
H A Dfdtdump.c229 off_t this_len = endp - p; in main() local
230 if (valid_header(p, this_len)) in main()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Denv.c524 unsigned long this_num, this_len = 1; in parse_one_place() local
548 this_len = strtoul (env, &env, 10); in parse_one_place()
549 if (errno || this_len == 0) in parse_one_place()
566 if (this_negate && this_len != 1) in parse_one_place()
575 else if (!gomp_affinity_add_cpus (p, this_num, this_len, in parse_one_place()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Denv.c587 unsigned long this_num, this_len = 1; in parse_one_place() local
615 this_len = strtoul (env, &env, 10); in parse_one_place()
616 if (errno || this_len == 0) in parse_one_place()
641 else if (!gomp_affinity_add_cpus (p, this_num, this_len, in parse_one_place()
/netbsd-src/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl1500 my $this_len = length ($this_line);
1501 if ($this_len == 0)
1507 elsif ($this_len >= $length_remaining) # Line too long, try breaking it.
1590 $length_remaining = $length_remaining - $this_len;