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

/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dbsd-asprintf.c32 #define INIT_SZ 128 macro
42 if ((string = malloc(INIT_SZ)) == NULL)
46 ret = vsnprintf(string, INIT_SZ, fmt, ap2);
48 if (ret >= 0 && ret < INIT_SZ) { /* succeeded with initial alloc */

Completed in 192 milliseconds