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

/freebsd-10-stable/crypto/openssh/
H A Dreadconf.c840 u_int i, *uintptr, max_entries = 0; local
1105 uintptr = &options->num_system_hostfiles;
1108 if (*activep && *uintptr == 0) {
1110 if ((*uintptr) >= max_entries)
1114 cpptr[(*uintptr)++] = xstrdup(arg);
1121 uintptr = &options->num_user_hostfiles;

Completed in 106 milliseconds