| /src/usr.sbin/psrset/ | 
| psrset.c | 126 getint(char *p)  function in typeref:typename:int 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/share/examples/puffs/pgfs/ | 
| pgfs_db.c | 507 getint(const char *str)  function in typeref:typename:intmax_t 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)
 
 |