Home
last modified time | relevance | path

Searched refs:range (Results 1 – 21 of 21) sorted by relevance

/busybox-1.35.0/util-linux/
Dfstrim.c43 struct fstrim_range range; in fstrim_main() local
70 memset(&range, 0, sizeof(range)); in fstrim_main()
71 range.len = ULLONG_MAX; in fstrim_main()
74 range.start = xatoull_sfx(arg_o, kmg_i_suffixes); in fstrim_main()
76 range.len = xatoull_sfx(arg_l, kmg_i_suffixes); in fstrim_main()
78 range.minlen = xatoull_sfx(arg_m, kmg_i_suffixes); in fstrim_main()
88 xioctl(fd, FITRIM, &range); in fstrim_main()
94 printf("%s: %llu bytes trimmed\n", mp, (unsigned long long)range.len); in fstrim_main()
Dblkdiscard.c49 uint64_t range[2]; in blkdiscard_main() local
77 range[0] = offset; in blkdiscard_main()
78 range[1] = length; in blkdiscard_main()
81 &range, in blkdiscard_main()
/busybox-1.35.0/selinux/
Druncon.c61 static context_t runcon_compute_new_context(char *user, char *role, char *type, char *range, in runcon_compute_new_context() argument
89 if (range && context_range_set(con, range)) in runcon_compute_new_context()
90 bb_error_msg_and_die("can't set new range '%s'", range); in runcon_compute_new_context()
120 char *range = NULL; in runcon_main() local
133 &role, &type, &user, &range in runcon_main()
148 con = runcon_compute_new_context(user, role, type, range, in runcon_main()
Dchcon.c62 static char *range = NULL; variable
93 user, role, type, range); in change_filedir_context()
178 &user, &role, &type, &range, &reference_file in chcon_main()
/busybox-1.35.0/libbb/
Dselinux_common.c13 char *user, char *role, char *type, char *range) in set_security_context_component() argument
23 if (range && context_range_set(con, range)) in set_security_context_component()
DConfig.src36 range 5 32
43 range 0 3
57 range 0 1
106 range 1 1024
140 range 128 8192
159 range 0 9999
289 767 (0x2ff) - there are no combining chars in [0..767] range
290 (the range includes Latin 1, Latin Ext. A and B),
292 4351 (0x10ff) - there are no double-wide chars in [0..4351] range,
295 available in [0..12799] range, including
Dxatonum_template.c53 goto range; /* overflow! */ in xstrtou()
69 range: in xstrtou()
/busybox-1.35.0/coreutils/
Dsort.c134 unsigned range[4]; /* start word, start char, end word, end char */ member
150 if (key->range[0] == 1 && !key->range[1] && !key->range[2] && !key->range[3] in get_key()
159 if (!key->range[2*j]) in get_key()
166 for (i = 1; i < key->range[2*j] + j; i++) { in get_key()
205 if (key->range[3]) { in get_key()
206 end = key->range[3]; in get_key()
210 if (key->range[1]) { in get_key()
211 start += key->range[1] - 1; in get_key()
492 key->range[2*i] = str2u(&str_k); in sort_main()
495 key->range[2*i+1] = str2u(&str_k); in sort_main()
[all …]
/busybox-1.35.0/archival/libarchive/
Ddecompress_unlzma.c46 uint32_t range; member
72 rc->range <<= 8; in rc_do_normalize()
77 if (rc->range < (1 << RC_TOP_BITS)) { in rc_normalize()
96 rc->range = 0xffffffff; in rc_init()
110 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS); in rc_is_bit_1()
112 rc->range = rc->bound; in rc_is_bit_1()
116 rc->range -= rc->bound; in rc_is_bit_1()
134 rc->range >>= 1; in rc_direct_bit()
135 if (rc->code >= rc->range) { in rc_direct_bit()
136 rc->code -= rc->range; in rc_direct_bit()
/busybox-1.35.0/archival/libarchive/unxz/
Dxz_dec_lzma2.c96 uint32_t range; member
442 rc->range = (uint32_t)-1; in rc_reset()
482 if (rc->range < RC_TOP_VALUE) { in rc_normalize()
483 rc->range <<= RC_SHIFT_BITS; in rc_normalize()
505 bound = (rc->range >> RC_BIT_MODEL_TOTAL_BITS) * *prob; in rc_bit()
507 rc->range = bound; in rc_bit()
511 rc->range -= bound; in rc_bit()
561 rc->range >>= 1; in rc_direct()
562 rc->code -= rc->range; in rc_direct()
564 rc->code += rc->range & mask; in rc_direct()
/busybox-1.35.0/scripts/kconfig/
Dzconf.gperf41 range, T_RANGE, TF_COMMAND keyword
Dzconf.hash.c_shipped33 /* maximum key range = 45, duplicates = 0 */
92 char kconf_id_strings_str10[sizeof("range")];
125 "range",
Dzconf.tab.c_shipped1448 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno());
/busybox-1.35.0/networking/udhcp/
DConfig.src126 range 0 9
138 range 0 924
/busybox-1.35.0/editors/
Dvi.c2366 int i, size, range, start; in char_search() local
2381 range = (dir_and_range & 1); in char_search()
2383 if (range == LIMITED) in char_search()
2387 if (range == LIMITED) in char_search()
2392 range = q - p; in char_search()
2393 if (range < 0) { in char_search()
2394 size = -range; in char_search()
2397 size = range; in char_search()
2410 i = re_search(&preg, q, size, start, range, /*struct re_registers*:*/ NULL); in char_search()
2430 int range; in char_search() local
[all …]
/busybox-1.35.0/docs/
Dunicode_full-bmp.txt9 character areas. This corresponds to all codes in the range U+0020 -
DKconfig-language.txt103 the input range of tristate symbols. The tristate logic used in the
Dunicode_UTF-8-test.txt195 represented by ASCII bytes in the range 0x00-0x7f. To ensure this |
/busybox-1.35.0/networking/
Dtelnetd.ctrlSQ.patch53 the command is given as UIOCCMD (n), where n is a number in the range 1-255. The operation value n …
/busybox-1.35.0/
DLICENSE228 generous contributions to the wide range of software distributed
/busybox-1.35.0/include/
Dlibbb.h1716 char *user, char *role, char *type, char *range) FAST_FUNC;