Home
last modified time | relevance | path

Searched defs:newcap (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/lib/libc/stdio/
H A Dgetdelim.c67 size_t newcap; in expandtofit() local
/dflybsd-src/crypto/libressl/ssl/
H A Dbs_cbb.c104 size_t newcap = base->cap * 2; in cbb_buffer_add() local
/dflybsd-src/crypto/libressl/crypto/bytestring/
H A Dbs_cbb.c104 size_t newcap = base->cap * 2; in cbb_buffer_add() local
/dflybsd-src/contrib/ncurses/progs/
H A Dtic.c1183 same_color(NCURSES_CONST char *oldcap, NCURSES_CONST char *newcap, int limit) in same_color()