HomeSort by: relevance | last modified time | path
    Searched refs:match_offset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/grep/dist/src/
grep.c 548 size_t match_offset; local
549 while ((match_offset = (*execute) (beg, lim - beg, &match_size, 1))
552 char const *b = beg + match_offset;
576 size_t match_offset; local
586 while ((match_offset = (*execute) (ibeg, ilim-ibeg, &match_size, 1))
589 char const *b = beg + match_offset;
592 fwrite (beg, sizeof (char), match_offset, stdout);
597 ibeg = ibeg + match_offset + match_size;
604 while (lim-beg && (match_offset = (*execute) (beg, lim - beg, &match_size, 1))
607 char const *b = beg + match_offset;
722 size_t match_offset; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msggrep.c 667 size_t match_offset; local
669 match_offset =
672 return (match_offset != (size_t) -1);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_tx.c 904 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) {

Completed in 21 milliseconds