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

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.funcs.d37 extern int getint(void);
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dmit_dump.c119 getint(char **p) function
267 tmp = getint(&p);
273 num_tl_data = getint(&p); /* number of tl-data */
274 num_key_data = getint(&p); /* number of key-data */
275 extra_data_length = getint(&p); /* length of extra data */
278 attributes = getint(&p); /* attributes */
280 tmp = getint(&p); /* max life */
285 tmp = getint(&p); /* max renewable life */
290 tmp = getint(&p); /* expiration */
295 tmp = getint(
[all...]
/freebsd-9.3-release/contrib/nvi/tcl_api/
H A Dtcl.c36 static int getint __P((Tcl_Interp *, char *, char *, int *));
105 getint(interp, "line number", argv[2], &lno))
139 getint(interp, "line number", argv[2], &lno))
174 getint(interp, "line number", argv[2], &lno))
216 getint(interp, "line number", argv[2], &lno))
286 getint(interp, "line number", argv[2], &lno))
365 if (getint(interp, "line number", argv[3], &i))
368 if (getint(interp, "column number", argv[4], &i))
448 if (getint(interp, "screen id", argv[2], &i))
451 if (getint(inter
818 getint(interp, msg, s, intp) function
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_palisade.h188 static short getint (u_char *);
H A Drefclock_palisade.c420 year = getint((u_char *) (dt + 2));
480 event = (unsigned short) (getint((u_char *) &mb(1)) & 0xffff);
518 GPS_UTC_Offset = getint((u_char *) &mb(16));
541 pp->year = getint((u_char *) &mb(13));
617 pp->year = getint((u_char *) &mb(16));
652 if ( (getint((u_char *) &mb(10)) & 0x80) &&
707 GPS_UTC_Offset = getint((u_char *) &mb(7));
763 pp->year = getint((u_char *) &mb(15));
797 printf("GPS WN: %d\n", getint((u_char *) &mb(4)));
1233 getint ( function
[all...]
/freebsd-9.3-release/usr.bin/printf/
H A Dprintf.c91 static int getint(int *);
202 if (getint(&fieldwidth))
216 if (getint(&precision))
446 getint(int *ip) function
/freebsd-9.3-release/contrib/file/src/
H A Dvasprintf.c271 static int getint(const char **string) function
367 width = getint(&SRCTXT);
384 prec = getint(&SRCTXT);
/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfomap.c1440 getint(unsigned char **sp) function
1557 n = getint(&p);

Completed in 84 milliseconds