Home
last modified time | relevance | path

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

/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/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Drandfree_file.c60 off_t start_off = 0; in main() local
71 start_off = atoll(optarg); in main()
111 start_off, off_len) < 0) { 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.c611 * between start_off and end_off is visible on the screen.
613 static void shift_visible(POSITION line_pos, size_t start_off, size_t end_off) in hlist_getstorage()
615 POSITION start_pos = line_pos + start_off; in hlist_getstorage()
1485 size_t start_off = (size_t)(osc8_match_start - osc8_linepos); in chg_caseless()
1487 shift_visible(osc8_linepos, start_off, end_off);
1721 size_t start_off = ptr_diff(sp[0], cline); in prep_hilite()
1723 shift_visible(linepos, chpos[start_off], chpos[end_off]); in prep_hilite()
1386 int start_off = sp[0] - cline; search_range() local