Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dbsd-asprintf.c37 #define INIT_SZ 128 macro
48 if ((string = malloc(INIT_SZ)) == NULL) in vasprintf()
51 ret = vsnprintf(string, INIT_SZ, fmt, ap2); in vasprintf()
52 if (ret >= 0 && ret < INIT_SZ) { /* succeeded with initial alloc */ in vasprintf()