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

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.funcs.d37 extern int getint(void);
/freebsd-11-stable/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-11-stable/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));
1484 getint ( function
/freebsd-11-stable/usr.bin/printf/
H A Dprintf.c95 static int getint(int *);
277 if (getint(&fieldwidth))
321 if (getint(&precision))
570 getint(int *ip) function
/freebsd-11-stable/contrib/file/src/
H A Dvasprintf.c267 static int getint(const char **string) function
363 width = getint(&SRCTXT);
380 prec = getint(&SRCTXT);

Completed in 191 milliseconds