Searched refs:match_offset (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c582 boolean_t match_offset = B_FALSE; local
625 match_offset = TRUE;
633 match_offset = TRUE;
641 match_offset = TRUE;
651 match_offset = TRUE;
655 match_offset = TRUE;
659 match_offset = TRUE;
662 match_offset = TRUE;
671 if (match_object && match_offset) {
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgrep.c610 size_t match_offset; local
611 while ((match_offset = (*execute) (beg, lim - beg, &match_size, 1))
614 char const *b = beg + match_offset;
635 size_t match_offset; local
636 while (lim-beg && (match_offset = (*execute) (beg, lim - beg, &match_size, 1))
639 char const *b = beg + match_offset;
646 fwrite (beg, sizeof (char), match_offset, stdout);
755 size_t match_offset; local
760 while ((match_offset = (*execute) (p, lim - p, &match_size, 0)) != (size_t) -1)
762 char const *b = p + match_offset;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp823 addr_t match_offset; member in struct:__anon1316

Completed in 81 milliseconds