stat              642 kern/dev/lamebus/emu.c 	bzero(statbuf, sizeof(struct stat));
stat             1029 kern/fs/sfs/sfs_vnode.c 	bzero(statbuf, sizeof(struct stat));
stat               35 kern/include/vnode.h struct stat;
stat              208 kern/include/vnode.h 	int (*vop_stat)(struct vnode *object, struct stat *statbuf);
stat              253 kern/include/vnode.h #define VOP_STAT(vn, ptr) 	        (__VOP(vn, stat)(vn, ptr))
stat              149 kern/vfs/device.c 	bzero(statbuf, sizeof(struct stat));
stat               94 user/bin/ls/ls.c 	struct stat buf;
stat              137 user/bin/ls/ls.c 	struct stat statbuf;
stat               72 user/include/sys/stat.h int stat(const char *path, struct stat *buf);
stat               56 user/sbin/mksfs/disk.c 	struct stat statbuf;
stat               65 user/testbin/badcall/bad_dup2.c 	struct stat sb;
stat               66 user/testbin/badcall/bad_stat.c 	return stat("null:", sb);
stat               97 user/testbin/badcall/bad_stat.c 	struct stat sb;
stat              127 user/testbin/badcall/bad_stat.c 	any_empty(stat, "stat");
stat              105 user/testbin/badcall/common_fds.c 	struct stat sb;
stat              136 user/testbin/badcall/common_path.c 	struct stat sb;
stat              144 user/testbin/badcall/common_path.c 	struct stat sb;
stat              145 user/testbin/badcall/common_path.c 	return stat(name, &sb);
stat              273 user/testbin/psort/psort.c 	struct stat buf;
stat              278 user/testbin/psort/psort.c 		if (stat(path, &buf) == 0) {