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

/freebsd-13-stable/tests/sys/cddl/zfs/bin/
H A Drandfree_file.c53 off_t start_off, off_len; local
63 start_off = atoll(optarg);
91 fl.l_start = start_off;
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/randfree_file/
H A Drandfree_file.c60 off_t start_off = 0; local
71 start_off = atoll(optarg);
111 start_off, off_len) < 0) {
/freebsd-13-stable/contrib/elftoolchain/strings/
H A Dstrings.c362 off_t cur_off, start_off; local
375 start_off = 0;
379 start_off = cur_off;
408 printf("%7ju ", (uintmax_t)start_off);
411 printf("%7jx ", (uintmax_t)start_off);
414 printf("%7jo ", (uintmax_t)start_off);
/freebsd-13-stable/contrib/less/
H A Dsearch.c1457 int start_off = sp - cline; local
1464 sshift = swidth * get_seg(linepos, linepos + chpos[start_off]);

Completed in 178 milliseconds