Searched refs:range (Results 1 – 12 of 12) sorted by relevance
/coreutils/tests/chcon/ |
D | chcon.sh | 36 range=s0 37 ctx=$u1:$r1:$t1:$range 49 for i in --user=$u2 --role=$r2 --type=$t2 --range=$range; do 63 f|--user=$u2|$u2:$r1:$t1:$range 64 f|--role=$r2|$u2:$r2:$t1:$range 65 f|--type=$t2|$u2:$r2:$t2:$range 66 f|--range=$range|$u2:$r2:$t2:$range 67 f|-uroot|root:object_r:$t2:$range 68 f|-robject_r|root:object_r:$t2:$range 69 f|-ttmp_t|root:object_r:tmp_t:$range
|
/coreutils/src/ |
D | runcon.c | 107 char *range = nullptr; in main() local 152 if (range) in main() 154 range = optarg; in main() 177 if (!(user || role || type || range || compute_trans)) in main() 240 if (range && context_range_set (con, range)) in main() 242 quote (range)); in main()
|
D | tac.c | 259 regoff_t range = 1 - ri; in tac_seekable() local 262 if (1 < range) in tac_seekable() 265 if (range == 1 in tac_seekable() 267 i, i - 1, range, ®s)) in tac_seekable()
|
D | tr.c | 116 range; member 674 new->u.range.first_char = first; in append_range() 675 new->u.range.last_char = last; in append_range() 1040 s->state = p->u.range.first_char; in get_next() 1044 if (s->state == p->u.range.last_char) in get_next() 1257 affirm (p->u.range.last_char >= p->u.range.first_char); in get_spec_stats() 1258 len = p->u.range.last_char - p->u.range.first_char + 1; in get_spec_stats() 1380 char_to_repeat = p->u.range.last_char; in string2_extend()
|
D | shuf.c | 337 const randint range = hi_input - lo_input + 1; in write_random_numbers() local 341 unsigned long int j = lo_input + randint_choose (s, range); in write_random_numbers()
|
D | chcon.c | 119 SET_COMPONENT (new_context, range); in compute_context_from_mask()
|
/coreutils/tests/csplit/ |
D | csplit.sh | 90 csplit: '3': line number out of range
|
/coreutils/ |
D | README | 127 For any copyright year range specified as YYYY-ZZZZ in this package 128 note that the range specifies every single year in that closed interval.
|
D | NEWS | 348 range, when they can be implemented as if they were infinity. 1284 they are out of localtime range. 1527 numfmt can now process multiple fields with field range specifications similar 1928 cut with a range like "N-" no longer allocates N/8 bytes. That buffer 1932 cut no longer accepts the invalid range 0-, which made it print empty lines. 1940 cut no longer prints extraneous delimiters when a to-EOL range subsumes 1941 another range. Before, "echo 123|cut --output-delim=: -b2-,3" would print 2080 factor's core has been rewritten for speed and increased range. 2566 delimiter and an unbounded range like "-f1234567890-". 2806 sort -g now uses long doubles for greater range and precision. [all …]
|
D | configure.ac | 248 gl_WARN_ADD([-Wno-tautological-constant-out-of-range-compare])
|
/coreutils/doc/ |
D | coreutils.texi | 4901 as @option{-k 2}, or fields consisting of a range, as @option{-k 2,3}, 4902 retain the field separators present between the endpoints of the range. 5191 @itemx --input-range=@var{lo}-@var{hi} 5193 @opindex --input-range 5194 @cindex input range to shuffle 5195 Act as if input came from a file containing the range of unsigned 5301 To output 50 random numbers each in the range 0 through 9, use: 7204 range will not do what most would expect because @samp{A} through @samp{Z} 7445 it would make @command{tr} interpret @code{a-x} as the range of characters 12110 is 20 for years in the range 0 @dots{} 68, and 19 for years in [all …]
|
/coreutils/tests/ |
D | local.mk | 279 tests/cut/cut-huge-range.sh \
|