Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dmisc.c1188 #define EXPAND_MAX_KEYS 16 in vdollar_percent_expand() macro
1193 } keys[EXPAND_MAX_KEYS]; in vdollar_percent_expand()
1207 for (num_keys = 0; num_keys < EXPAND_MAX_KEYS; num_keys++) { in vdollar_percent_expand()
1217 if (num_keys == EXPAND_MAX_KEYS && va_arg(ap, char *) != NULL) in vdollar_percent_expand()
1291 #undef EXPAND_MAX_KEYS in vdollar_percent_expand()