Searched refs:extra (Results 1 – 7 of 7) sorted by relevance
45 void strbuf_grow(struct strbuf *sb, size_t extra) in strbuf_grow() argument47 if (sb->len + extra + 1 <= sb->len) in strbuf_grow()51 ALLOC_GROW(sb->buf, sb->len + extra + 1, sb->alloc); in strbuf_grow()
38 int fdarray__grow(struct fdarray *fda, int extra);
210 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
294 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
679 my $extra = "";681 $extra = "In the same override section!\n";683 die "$name: $.: Option $lvalue defined more than once!\n$extra";
123 with an extra prefix or suffix on their names by giving `configure' the
216 extra configuration information via 'extra_config_len' to exploit