stat              118 global/literal.c 	struct stat stb;
stat              176 gtags-cscope/global-cscope.h # define	lstat(file,buf)	stat(file,buf)
stat              150 gtags-cscope/gtags-cscope.c     struct stat	stat_buf;
stat              537 gtags/gtags.c  	struct stat statp;
stat              556 gtags/gtags.c  	if (stat(path, &statp) < 0)
stat              617 gtags/gtags.c  			if (stat(path, &statp) < 0)
stat               91 htags-refkit/htags_path2url.c 	struct stat st;
stat              108 libdb/bt_open.c 	struct stat sb;
stat              226 libdb/compat.h #define lstat	stat
stat               82 libdb/mpool.c  	struct stat sb;
stat              465 libutil/find.c 	struct stat st;
stat              480 libutil/find.c 		if (stat(makepath(dir, dp->d_name, NULL), &st) < 0) {
stat              209 libutil/getdbpath.c 	struct stat sb;
stat              226 libutil/getdbpath.c 		if (stat(p, &sb) || !S_ISDIR(sb.st_mode)) {
stat              246 libutil/getdbpath.c 			if (stat(p, &sb) || !S_ISDIR(sb.st_mode)) {
stat               67 libutil/linetable.c 	struct stat sb;
stat               70 libutil/linetable.c 	if (stat(path, &sb) < 0)
stat               96 libutil/test.c 	static struct stat sb;
stat              100 libutil/test.c 		if (stat(path, &sb) < 0)
stat              160 libutil/test.c 	struct stat sb;
stat              162 libutil/test.c 	if (stat(path, &sb) < 0)