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

/netbsd-current/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-current/external/bsd/nvi/dist/tcl_api/
H A Dtcl.c41 static int getint __P((Tcl_Interp *, char *, char *, int *));
110 getint(interp, "line number", argv[2], &lno))
144 getint(interp, "line number", argv[2], &lno))
179 getint(interp, "line number", argv[2], &lno))
221 getint(interp, "line number", argv[2], &lno))
291 getint(interp, "line number", argv[2], &lno))
370 if (getint(interp, "line number", argv[3], &i))
373 if (getint(interp, "column number", argv[4], &i))
453 if (getint(interp, "screen id", argv[2], &i))
456 if (getint(inter
823 getint(interp, msg, s, intp) function
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_palisade.h194 static short getint (u_char *);
H A Drefclock_palisade.c591 event = (unsigned short) (getint((u_char *) &mb(1)) & 0xffff);
627 GPS_UTC_Offset = getint((u_char *) &mb(16));
761 if ( (getint((u_char *) &mb(10)) & 0x80) &&
816 GPS_UTC_Offset = getint((u_char *) &mb(7));
908 printf("GPS WN: %d\n", getint((u_char *) &mb(4)));
935 wn = (uint16_t)getint((u_char *) &mb(4));
1486 getint ( function
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-mitdb.c1257 getint(char **p, const char *what) function
1331 if (getint(&p, "constant '38'") != 38) {
1347 getint(&p, "5th field, length of 'extra data'");
1359 tmp = getint(&p, "max life");
1364 tmp = getint(&p, "max renewable life");
1369 tmp = getint(&p, "expiration");
1374 tmp = getint(&p, "pw expiration");
1379 tmp = getint(&p, "last auth");
1384 tmp = getint(&p, "last failed auth");
1389 tmp = getint(
[all...]
/netbsd-current/external/bsd/file/dist/src/
H A Dvasprintf.c271 static int getint(const char **string) function
367 width = getint(&SRCTXT);
384 prec = getint(&SRCTXT);
/netbsd-current/share/examples/puffs/pgfs/
H A Dpgfs_db.c507 getint(const char *str) function
572 getint(PQgetvalue(s->res, s->cur, i));
576 getint(PQgetvalue(s->res, s->cur, i));
580 getint(PQgetvalue(s->res, s->cur, i));
/netbsd-current/bin/ksh/
H A Dproto.h264 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-current/external/gpl2/texinfo/dist/info/
H A Dinfomap.c1442 getint(unsigned char **sp) function
1559 n = getint(&p);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dbntest.c113 static int getint(STANZA *s, int *out, const char *attribute) function
1361 || !getint(s, &n, "N"))
1386 || !getint(s, &n, "N"))
/netbsd-current/crypto/external/bsd/openssl/dist/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 153 milliseconds