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

/freebsd-10-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-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c904 int match_object = FALSE, match_offset = FALSE; local
948 match_offset = TRUE;
956 match_offset = TRUE;
964 match_offset = TRUE;
974 match_offset = TRUE;
978 match_offset = TRUE;
982 match_offset = TRUE;
985 match_offset = TRUE;
994 if (match_object && match_offset) {
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp866 addr_t match_offset; member in struct:__anon3813
915 info->match_offset = info_file_addr - curr_file_addr;
1047 if (info.match_offset == 0)
1064 if (info.match_offset < symbol_byte_size)

Completed in 173 milliseconds