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

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-asprintf.c40 #define INIT_SZ 128 macro
51 if ((string = malloc(INIT_SZ)) == NULL)
54 ret = vsnprintf(string, INIT_SZ, fmt, ap2);
55 if (ret >= 0 && ret < INIT_SZ) { /* succeeded with initial alloc */

Completed in 119 milliseconds