Symbol: arg_integer
crypto/heimdal/appl/ftp/ftpd/ftpd.c
220
{ NULL, 't', arg_integer, &ftpd_timeout, "initial timeout" },
crypto/heimdal/appl/ftp/ftpd/ftpd.c
221
{ NULL, 'T', arg_integer, &maxtimeout, "max timeout" },
crypto/heimdal/kadmin/kadmin.c
75
"server-port", 's', arg_integer, &server_port,
crypto/heimdal/kdc/kstash.c
54
{ "master-key-fd", 0, arg_integer, &master_key_fd,
crypto/heimdal/kuser/kimpersonate.c
280
{ "expire-time", 'e', arg_integer, &expiration_time,
crypto/heimdal/kuser/kinit.c
143
{ "fcache-version", 0, arg_integer, &fcache_version,
crypto/heimdal/lib/gssapi/test_acquire_cred.c
188
{"enctype", 0, arg_integer, &enctype, "enctype-num", NULL },
crypto/heimdal/lib/gssapi/test_acquire_cred.c
189
{"loops", 0, arg_integer, &num_loops, "enctype-num", NULL },
crypto/heimdal/lib/gssapi/test_context.c
485
{"client-time-offset", 0, arg_integer, &client_time_offset, "time", NULL },
crypto/heimdal/lib/gssapi/test_context.c
486
{"server-time-offset", 0, arg_integer, &server_time_offset, "time", NULL },
crypto/heimdal/lib/gssapi/test_context.c
487
{"max-loops", 0, arg_integer, &max_loops, "time", NULL },
crypto/heimdal/lib/krb5/test_keytab.c
197
{"times", 0, arg_integer, &times,
crypto/heimdal/lib/roken/getaddrinfo-test.c
49
{"flags", 0, arg_integer, &flags, "flags", NULL},
crypto/heimdal/lib/roken/getaddrinfo-test.c
50
{"family", 0, arg_integer, &family, "family", NULL},
crypto/heimdal/lib/roken/getaddrinfo-test.c
51
{"socktype",0, arg_integer, &socktype, "socktype", NULL},
crypto/heimdal/lib/roken/getarg.c
407
case arg_integer:
crypto/heimdal/lib/roken/getarg.c
517
if(args[k].type == arg_integer) {
crypto/heimdal/lib/roken/getarg.c
591
{ "bar", 'b', arg_integer, &bar_int, "bar", "seconds"},
crypto/heimdal/lib/roken/getarg.c
72
else if (arg->type == arg_integer || arg->type == arg_counter)
crypto/heimdal/lib/roken/resolve-test.c
52
{"loop", 0, arg_integer, &loop_integer,
crypto/heimdal/lib/roken/rkpty.c
307
{ "timeout", 't', arg_integer, &timeout, "timout", "seconds" },