Home
last modified time | relevance | path

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

/external/openssh/
Dmisc.c1063 #define EXPAND_MAX_KEYS 16 in percent_expand() macro
1068 } keys[EXPAND_MAX_KEYS]; in percent_expand()
1079 for (num_keys = 0; num_keys < EXPAND_MAX_KEYS; num_keys++) { in percent_expand()
1087 if (num_keys == EXPAND_MAX_KEYS && va_arg(ap, char *) != NULL) in percent_expand()
1124 #undef EXPAND_MAX_KEYS in percent_expand()