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

/freebsd-10.3-release/crypto/openssh/
H A Dreadconf.c807 u_int i, *uintptr, max_entries = 0; local
1071 uintptr = &options->num_system_hostfiles;
1074 if (*activep && *uintptr == 0) {
1076 if ((*uintptr) >= max_entries)
1080 cpptr[(*uintptr)++] = xstrdup(arg);
1087 uintptr = &options->num_user_hostfiles;

Completed in 92 milliseconds