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

/freebsd-10.1-release/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.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c846 int match_object = FALSE, match_offset = FALSE; local
890 match_offset = TRUE;
898 match_offset = TRUE;
906 match_offset = TRUE;
916 match_offset = TRUE;
920 match_offset = TRUE;
924 match_offset = TRUE;
927 match_offset = TRUE;
936 if (match_object && match_offset) {
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp866 addr_t match_offset; member in struct:__anon3793
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 160 milliseconds