HomeSort by: relevance | last modified time | path
    Searched defs:match_size (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
msggrep.c 666 size_t match_size; local
671 &match_size, false);
msggrep.c 666 size_t match_size; local
671 &match_size, false);
  /src/external/gpl2/grep/dist/src/
grep.c 547 size_t match_size; local
549 while ((match_offset = (*execute) (beg, lim - beg, &match_size, 1))
555 if (match_size == 0)
562 fwrite(b, sizeof (char), match_size, stdout);
566 beg = b + match_size;
575 size_t match_size; local
586 while ((match_offset = (*execute) (ibeg, ilim-ibeg, &match_size, 1))
594 fwrite (b, sizeof (char), match_size, stdout);
596 beg = b + match_size;
597 ibeg = ibeg + match_offset + match_size;
639 size_t match_size; local
723 size_t match_size; local
    [all...]
grep.c 547 size_t match_size; local
549 while ((match_offset = (*execute) (beg, lim - beg, &match_size, 1))
555 if (match_size == 0)
562 fwrite(b, sizeof (char), match_size, stdout);
566 beg = b + match_size;
575 size_t match_size; local
586 while ((match_offset = (*execute) (ibeg, ilim-ibeg, &match_size, 1))
594 fwrite (b, sizeof (char), match_size, stdout);
596 beg = b + match_size;
597 ibeg = ibeg + match_offset + match_size;
639 size_t match_size; local
723 size_t match_size; local
    [all...]

Completed in 43 milliseconds