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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kdc/
H A Dmit_dump.c119 getint(char **p) function
270 tmp = getint(&p);
276 num_tl_data = getint(&p); /* number of tl-data */
277 num_key_data = getint(&p); /* number of key-data */
278 getint(&p); /* length of extra data */
281 attributes = getint(&p); /* attributes */
283 tmp = getint(&p); /* max life */
288 tmp = getint(&p); /* max renewable life */
293 tmp = getint(&p); /* expiration */
298 tmp = getint(
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/psrset/
H A Dpsrset.c126 getint(char *p) function
201 psid = getint(argv[0]);
222 psid = getint(*argv);
224 if (pset_bind(psid, P_PID, (idtype_t)getint(*argv), NULL))
263 if (pset_destroy(getint(argv[0])))
278 if (pset_bind(getint(argv[0]), P_PID, getpid(), NULL))
378 if (pset_bind(PS_NONE, P_PID, (idtype_t)getint(*argv), NULL))
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dlibc.h119 extern int getint(const char*, int, int, int);
/netbsd-6-1-5-RELEASE/dist/nvi/tcl_api/
H A Dtcl.c38 static int getint __P((Tcl_Interp *, char *, char *, int *));
107 getint(interp, "line number", argv[2], &lno))
141 getint(interp, "line number", argv[2], &lno))
176 getint(interp, "line number", argv[2], &lno))
218 getint(interp, "line number", argv[2], &lno))
288 getint(interp, "line number", argv[2], &lno))
367 if (getint(interp, "line number", argv[3], &i))
370 if (getint(interp, "column number", argv[4], &i))
450 if (getint(interp, "screen id", argv[2], &i))
453 if (getint(inter
820 getint(interp, msg, s, intp) function
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-4.c210 getint (int i) function
219 __builtin_prefetch (&p[getint (i)], 0, 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-4.c210 getint (int i) function
219 __builtin_prefetch (&p[getint (i)], 0, 0);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_palisade.h194 short getint (u_char *);
H A Drefclock_palisade.c424 year = getint((u_char *) (dt + 2));
484 event = (unsigned short) (getint((u_char *) &mb(1)) & 0xffff);
522 GPS_UTC_Offset = getint((u_char *) &mb(16));
545 pp->year = getint((u_char *) &mb(13));
618 pp->year = getint((u_char *) &mb(16));
652 if (getint((u_char *) &mb(10)) & 0x80)
705 GPS_UTC_Offset = getint((u_char *) &mb(7));
761 pp->year = getint((u_char *) &mb(15));
795 printf("GPS WN: %d\n", getint((u_char *) &mb(4)));
1255 getint ( function
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dvasprintf.c274 static int getint(const char **string) function
370 width = getint(&SRCTXT);
387 prec = getint(&SRCTXT);
/netbsd-6-1-5-RELEASE/share/examples/puffs/pgfs/
H A Dpgfs_db.c506 getint(const char *str) function
571 getint(PQgetvalue(s->res, s->cur, i));
575 getint(PQgetvalue(s->res, s->cur, i));
579 getint(PQgetvalue(s->res, s->cur, i));
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dproto.h262 int getint ARGS((struct tbl *, long *));
H A Dvar.c360 base = getint(vp, &num);
436 getint(vp, nump) function
508 if ((base = getint(vp, &num)) == -1)
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dinfomap.c1442 getint(unsigned char **sp) function
1559 n = getint(&p);

Completed in 190 milliseconds