Home
last modified time | relevance | path

Searched defs:nlistf (Results 1 – 12 of 12) sorted by relevance

/freebsd/sbin/dmesg/
H A Ddmesg.c67 char *bp, *ep, *memf, *nextp, *nlistf, *p, *q, *visbp; in main() local
/freebsd/usr.bin/fstat/
H A Dfuser.c167 char *ep, *nlistf, *memf; in do_fuser() local
H A Dfstat.c79 static char *memf, *nlistf; variable
/freebsd/tools/tools/umastat/
H A Dumastat.c287 char *memf, *nlistf; in main() local
/freebsd/usr.bin/procstat/
H A Dprocstat.c292 char *dummy, *nlistf, *memf; in main() local
/freebsd/usr.bin/w/
H A Dw.c132 const char *memf, *nlistf, *p, *save_p; in main() local
/freebsd/usr.sbin/iostat/
H A Diostat.c183 char *memf = NULL, *nlistf = NULL; in main() local
/freebsd/usr.sbin/pstat/
H A Dpstat.c90 static char *nlistf; variable
/freebsd/usr.bin/netstat/
H A Dmain.c195 static char *nlistf = NULL, *memf = NULL; variable
/freebsd/bin/ps/
H A Dps.c160 const char *nlistf, *memf, *str; in main() local
/freebsd/usr.bin/vmstat/
H A Dvmstat.c201 char *bp, *buf, *memf, *nlistf; in main() local
/freebsd/lib/libprocstat/
H A Dlibprocstat.c209 procstat_open_kvm(const char *nlistf, const char *memf) in procstat_open_kvm()