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

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.funcs.d37 extern int getint(void);
/freebsd-current/crypto/heimdal/kdc/
H A Dmit_dump.c117 getint(char **p) function
268 tmp = getint(&p);
274 num_tl_data = getint(&p); /* number of tl-data */
275 num_key_data = getint(&p); /* number of key-data */
276 getint(&p); /* length of extra data */
279 attributes = getint(&p); /* attributes */
281 tmp = getint(&p); /* max life */
286 tmp = getint(&p); /* max renewable life */
291 tmp = getint(&p); /* expiration */
296 tmp = getint(
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_palisade.h192 static short getint (u_char *);
H A Drefclock_palisade.c589 event = (unsigned short) (getint((u_char *) &mb(1)) & 0xffff);
625 GPS_UTC_Offset = getint((u_char *) &mb(16));
759 if ( (getint((u_char *) &mb(10)) & 0x80) &&
814 GPS_UTC_Offset = getint((u_char *) &mb(7));
906 printf("GPS WN: %d\n", getint((u_char *) &mb(4)));
933 wn = (uint16_t)getint((u_char *) &mb(4));
1520 getint ( function
/freebsd-current/contrib/file/src/
H A Dvasprintf.c265 static int getint(const char **string) function
361 width = getint(&SRCTXT);
378 prec = getint(&SRCTXT);
/freebsd-current/usr.bin/printf/
H A Dprintf.c76 static int getint(int *);
258 if (getint(&fieldwidth))
302 if (getint(&precision))
552 getint(int *ip) function
/freebsd-current/contrib/lib9p/pytest/
H A Dclient.py95 n_uname = getint(self.config, section, 'n_uname', 1001)
155 def getint(conf, section, name, default=None): function
322 port = config.getint('client', 'port')
398 n_uname = getint(tstate.config, section, 'n_uname', 1001)
411 tstate.gid = getint(tstate.config, 'client', 'gid', 0)
/freebsd-current/sbin/devmatch/
H A Ddevmatch.c141 getint(void **ptr) function
251 getint(&walker);
257 len = getint(&walker);
258 ival = getint(&walker);
263 ival = getint(&ptr);
282 ents = getint(&ptr);
314 ival = getint(&ptr);
/freebsd-current/stand/common/
H A Dmodule.c1228 getint(void **ptr) function
1344 len = getint(&walker);
1345 ival = getint(&walker);
1350 ival = getint(&ptr);
1369 ents = getint(&ptr);
1401 ival = getint(&ptr);
/freebsd-current/crypto/openssl/test/
H A Dbntest.c109 static int getint(STANZA *s, int *out, const char *attribute) function
1365 || !getint(s, &n, "N"))
1390 || !getint(s, &n, "N"))

Completed in 261 milliseconds