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

/freebsd-11-stable/crypto/openssh/
H A Dreadconf.c842 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; local
889 intptr = &options->connection_timeout;
900 if (*activep && *intptr == -1)
901 *intptr = value;
905 intptr = &options->forward_agent;
923 if (*activep && *intptr == -1)
924 *intptr = value;
928 intptr = &options->forward_x11;
932 intptr = &options->forward_x11_trusted;
936 intptr
[all...]
H A Dservconf.c977 int cmdline = 0, *intptr, value, value2, n, port; local
1003 intptr = NULL;
1027 intptr = &options->use_pam;
1051 intptr = &options->login_grace_time;
1060 if (*activep && *intptr == -1)
1061 *intptr = value;
1090 intptr = &options->address_family;
1107 if (*activep && *intptr == -1)
1108 *intptr = value;
1112 intptr
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c172 uint_t intptr = DIF_INSTR_INTEGER(in); local
175 intptr, DIF_INSTR_RD(in));
177 if (intptr < dp->dtdo_intlen) {
179 (u_longlong_t)dp->dtdo_inttab[intptr]);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsnprintf.c564 int *intptr; local
926 intptr = va_arg(args, int *);
927 *intptr = (int)len;
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c1725 int *intptr = arg; local
1727 ++*intptr;

Completed in 174 milliseconds