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

  /src/external/bsd/top/dist/machine/
m_hpux7.c 293 if (i > 0 && check_nlist(nlst) > 0)
684 * check_nlist(nlst) - checks the nlist to see if any symbols were not
690 int check_nlist(nlst) function
m_hpux8.c 271 if (check_nlist(nlst) > 0)
622 * check_nlist(nlst) - checks the nlist to see if any symbols were not
628 int check_nlist(nlst) function
m_hpux9.c 283 if (check_nlist(nlst) > 0)
645 * check_nlist(nlst) - checks the nlist to see if any symbols were not
651 int check_nlist(nlst) function
m_irix5.c 230 if (check_nlist(nlst) > 0) {
587 * check_nlist(nlst) - checks the nlist to see if any symbols were not
593 int check_nlist(nlst) function
m_sunos4.c 333 if (i > 0 && check_nlist(nlst) > 0)
752 * check_nlist(nlst) - checks the nlist to see if any symbols were not
758 int check_nlist(nlst) function
m_svr4.c 194 extern int check_nlist ();
219 if (check_nlist (nlst) > 0)
470 * check_nlist(nlst) - checks the nlist to see if any symbols were not
476 check_nlist (register struct nlist *nlst) function
m_sco5.c 250 if (check_nlist(nlst) > 0)
623 int check_nlist(register struct nlist *nlst) function
m_svr5.c 220 extern int check_nlist ();
252 if (check_nlist (nlst) > 0)
533 * check_nlist(nlst) - checks the nlist to see if any symbols were not
539 check_nlist (register struct nlist *nlst) function
m_sunos5.c 674 * check_nlist(nlst) - checks the nlist to see if any symbols were not
680 check_nlist (register struct nlist *nlst) function
1261 if (check_nlist (nlst) != 0)

Completed in 19 milliseconds