Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Drandfree_file.c53 off_t start_off = 0; in main() local
64 start_off = atoll(optarg); in main()
104 start_off, off_len) < 0) { in main()
110 struct spacectl_range range = { start_off, off_len }; in main()
/freebsd/tests/sys/cddl/zfs/bin/
H A Drandfree_file.c51 off_t start_off, off_len; in main() local
61 start_off = atoll(optarg); in main()
89 fl.l_start = start_off; in main()
/freebsd/contrib/elftoolchain/strings/
H A Dstrings.c362 off_t cur_off, start_off; in find_strings() local
375 start_off = 0; in find_strings()
379 start_off = cur_off; in find_strings()
408 printf("%7ju ", (uintmax_t)start_off); in find_strings()
411 printf("%7jx ", (uintmax_t)start_off); in find_strings()
414 printf("%7jo ", (uintmax_t)start_off); in find_strings()
/freebsd/contrib/less/
H A Dsearch.c634 static void shift_visible(POSITION line_pos, size_t start_off, size_t end_off) in shift_visible() argument
636 POSITION start_pos = line_pos + start_off; in shift_visible()
1512 size_t start_off = (size_t)(osc8_match_start - osc8_linepos); in osc8_shift_visible() local
1514 shift_visible(osc8_linepos, start_off, end_off); in osc8_shift_visible()
1749 size_t start_off = ptr_diff(sp[0], cline); in search_range() local
1751 shift_visible(linepos, chpos[start_off], chpos[end_off]); in search_range()