| /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))
|
| 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/bin/ksh/ |
| var.c | 360 base = getint(vp, &num); 436 getint(vp, nump) function 508 if ((base = getint(vp, &num)) == -1)
|
| var.c | 360 base = getint(vp, &num); 436 getint(vp, nump) function 508 if ((base = getint(vp, &num)) == -1)
|
| /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));
|
| 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));
|