HomeSort by: relevance | last modified time | path
    Searched refs:getint (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/psrset/
psrset.c 126 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))
  /src/external/bsd/nvi/dist/tcl_api/
tcl.c 41 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(interp, "screen id", argv[3], &i)
823 getint(interp, msg, s, intp) function
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_palisade.h 194 static short getint (u_char *);
refclock_palisade.c 591 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));
1522 getint ( function
  /src/external/bsd/file/dist/src/
vasprintf.c 271 static int getint(const char **string) function
367 width = getint(&SRCTXT);
384 prec = getint(&SRCTXT);
  /src/share/examples/puffs/pgfs/
pgfs_db.c 507 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));
  /src/bin/ksh/
proto.h 264 int getint ARGS((struct tbl *, long *));
var.c 360 base = getint(vp, &num);
436 getint(vp, nump) function
508 if ((base = getint(vp, &num)) == -1)
  /src/external/gpl2/texinfo/dist/info/
infomap.c 1442 getint(unsigned char **sp) function
1559 n = getint(&p);

Completed in 35 milliseconds