Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c548 size_t match_offset; in prline() local
549 while ((match_offset = (*execute) (beg, lim - beg, &match_size, 1)) in prline()
552 char const *b = beg + match_offset; in prline()
576 size_t match_offset; in prline() local
586 while ((match_offset = (*execute) (ibeg, ilim-ibeg, &match_size, 1)) in prline()
589 char const *b = beg + match_offset; in prline()
592 fwrite (beg, sizeof (char), match_offset, stdout); in prline()
597 ibeg = ibeg + match_offset + match_size; in prline()
604 while (lim-beg && (match_offset = (*execute) (beg, lim - beg, &match_size, 1)) in prline()
607 char const *b = beg + match_offset; in prline()
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_tx.c904 int match_object = FALSE, match_offset = FALSE; in dmu_tx_dirty_buf() local
948 match_offset = TRUE; in dmu_tx_dirty_buf()
956 match_offset = TRUE; in dmu_tx_dirty_buf()
964 match_offset = TRUE; in dmu_tx_dirty_buf()
974 match_offset = TRUE; in dmu_tx_dirty_buf()
978 match_offset = TRUE; in dmu_tx_dirty_buf()
982 match_offset = TRUE; in dmu_tx_dirty_buf()
985 match_offset = TRUE; in dmu_tx_dirty_buf()
994 if (match_object && match_offset) { in dmu_tx_dirty_buf()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsggrep.c667 size_t match_offset; in is_string_selected() local
669 match_offset = in is_string_selected()
672 return (match_offset != (size_t) -1); in is_string_selected()