Symbol: getint
crypto/heimdal/lib/hdb/hdb-mitdb.c
1057
if (getint(&p) != 38)
crypto/heimdal/lib/hdb/hdb-mitdb.c
1066
getint(&p); /* length of extra data */
crypto/heimdal/lib/hdb/hdb-mitdb.c
1073
tmp = getint(&p); /* max life */
crypto/heimdal/lib/hdb/hdb-mitdb.c
1078
tmp = getint(&p); /* max renewable life */
crypto/heimdal/lib/hdb/hdb-mitdb.c
1083
tmp = getint(&p); /* expiration */
crypto/heimdal/lib/hdb/hdb-mitdb.c
1088
tmp = getint(&p); /* pw expiration */
crypto/heimdal/lib/hdb/hdb-mitdb.c
1093
tmp = getint(&p); /* last auth */
crypto/heimdal/lib/hdb/hdb-mitdb.c
1098
tmp = getint(&p); /* last failed auth */
crypto/heimdal/lib/hdb/hdb-mitdb.c
1103
tmp = getint(&p); /* fail auth count */
crypto/heimdal/lib/hdb/hdb-mitdb.c
1132
tl_type = getint(&p); /* data type */
crypto/heimdal/lib/hdb/hdb-mitdb.c
1133
tl_length = getint(&p); /* data length */
crypto/heimdal/lib/hdb/hdb-mitdb.c
1162
key_versions = getint(&p); /* key data version */
crypto/heimdal/lib/hdb/hdb-mitdb.c
1167
kvno = getint(&p);
crypto/heimdal/lib/hdb/hdb-mitdb.c
1173
keytype = getint(&p);
crypto/heimdal/lib/hdb/hdb-mitdb.c
1178
keylen = getint(&p);
crypto/openssl/test/bntest.c
1387
|| !getint(s, &n, "N"))
crypto/openssl/test/bntest.c
1412
|| !getint(s, &n, "N"))
sbin/devmatch/devmatch.c
259
getint(&walker);
sbin/devmatch/devmatch.c
265
len = getint(&walker);
sbin/devmatch/devmatch.c
266
ival = getint(&walker);
sbin/devmatch/devmatch.c
271
ival = getint(&ptr);
sbin/devmatch/devmatch.c
290
ents = getint(&ptr);
sbin/devmatch/devmatch.c
322
ival = getint(&ptr);
stand/common/module.c
1355
len = getint(&walker);
stand/common/module.c
1356
ival = getint(&walker);
stand/common/module.c
1361
ival = getint(&ptr);
stand/common/module.c
1380
ents = getint(&ptr);
stand/common/module.c
1412
ival = getint(&ptr);
usr.bin/printf/printf.c
258
if (getint(&fieldwidth))
usr.bin/printf/printf.c
302
if (getint(&precision))
usr.bin/printf/printf.c
76
static int getint(int *);