Symbol: PP
libexec/getty/main.c
318
if (IMP && *IMP && !(PL && PP))
libexec/getty/main.c
320
if (IM && *IM && !(PL && PP))
libexec/getty/main.c
347
} else if (!(PL && PP))
libexec/getty/main.c
349
if (rval == 2 || (PL && PP)) {
libexec/getty/main.c
355
execle(PP, "ppplogin", ttyn, NULL, env);
libexec/getty/main.c
356
syslog(LOG_ERR, "%s: %m", PP);
libexec/getty/main.c
544
if (PP && (cs == PPP_FRAME)) {
usr.bin/top/m_dragonfly.c
1170
if (PP(pp, pid) == (pid_t) pid) {
usr.bin/top/m_dragonfly.c
1171
return ((int)PP(pp, ruid));
usr.bin/top/m_dragonfly.c
479
if (PP(fixit, stat) == SIDL)
usr.bin/top/m_dragonfly.c
483
PP(pp, ktaddr) == PP(fixit, ktaddr))
usr.bin/top/m_dragonfly.c
490
if (PP(pp, paddr) != PP(fixit, paddr)) {
usr.bin/top/m_dragonfly.c
576
(show_system || ((PP(pp, flags) & P_SYSTEM) == 0))) {
usr.bin/top/m_dragonfly.c
578
int pstate = PP(pp, stat);
usr.bin/top/m_dragonfly.c
622
strstr(PP(pp, comm), match_command) == NULL) {
usr.bin/top/m_dragonfly.c
627
if (show_uid && PP(pp, ruid) != (uid_t)sel->uid) {
usr.bin/top/m_dragonfly.c
708
comm = PP(pp, comm);
usr.bin/top/m_dragonfly.c
711
comm = PP(pp, comm);
usr.bin/top/m_dragonfly.c
717
if (PP(pp, flags) & P_SYSTEM) {
usr.bin/top/m_dragonfly.c
720
} else if (hp->show_threads && PP(pp, nthreads) > 1) {
usr.bin/top/m_dragonfly.c
722
if (strcmp(PP(pp, comm), LP(pp, comm)) == 0) {
usr.bin/top/m_dragonfly.c
739
ccputime = cputime + PP(pp, cru).ru_stime.tv_sec + PP(pp, cru).ru_utime.tv_sec;
usr.bin/top/m_dragonfly.c
748
switch (PP(pp, stat)) {
usr.bin/top/m_dragonfly.c
785
sprintf(status, "?P/%d", PP(pp, stat));
usr.bin/top/m_dragonfly.c
807
xnice = PP(pp, nice);
usr.bin/top/m_dragonfly.c
814
(int)PP(pp, pid),
usr.bin/top/m_dragonfly.c
816
get_userid(PP(pp, ruid)),
usr.bin/top/m_dragonfly.c
868
PP(p, cru).ru_stime.tv_sec + PP(p, cru).ru_utime.tv_sec)
usr.bin/top/m_dragonfly.c
875
if ((result = sorted_state[(unsigned char) PP(p2, stat)] - \
usr.bin/top/m_dragonfly.c
876
sorted_state[(unsigned char) PP(p1, stat)]) == 0)
usr.bin/top/m_dragonfly.c
894
if ( (result = PP(p1, pid) - PP(p2, pid)) == 0)
usr.bin/top/m_dragonfly.c
904
if (LP(p1, pid) == -1 && PP(p1, stat) == SIDL)
usr.bin/top/m_dragonfly.c
906
if (LP(p2, pid) == -1 && PP(p2, stat) == SIDL)