Searched refs:statb (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-current/contrib/tcsh/
H A Dsh.exp.c87 struct stat statb; local
113 if (stat(name, &statb) == -1)
118 if (S_ISDIR(statb.st_mode) && mode == X_OK)
137 else if (euid == statb.st_uid)
140 else if (egid == statb.st_gid)
167 if (groups[n] == statb.st_gid) {
176 if (statb.st_mode & mode)
/freebsd-current/tools/test/stress2/misc/
H A Dsendfile14.sh260 struct stat statb;
298 if (stat(inputFile, &statb) != 0)
304 if (sendfile(fd, tcpsock, 0, statb.st_size, NULL, &off,
H A Dsendfile13.sh265 struct stat statb;
304 if (stat(inputFile, &statb) != 0)
310 if (sendfile(fd, tcpsock, 0, statb.st_size, NULL, &off,
/freebsd-current/usr.bin/mail/
H A Dquit.c388 struct stat statb; local
417 if (stat(mailname, &statb) >= 0 && statb.st_size > mailsize) {
/freebsd-current/bin/sh/
H A Dhistedit.c642 struct stat statb; local
647 if (fstatat(dfd, entry->d_name, &statb, 0) == -1)
649 if (!S_ISREG(statb.st_mode))
H A Dexpand.c1071 struct stat statb; local
1122 if (metaflag == 0 || lstat(expdir, &statb) >= 0)
/freebsd-current/contrib/diff/src/
H A Ddiff3.c229 struct stat statb;
364 if (stat (file[i], &statb) < 0)
366 else if (S_ISDIR (statb.st_mode))
227 struct stat statb; local
/freebsd-current/contrib/sendmail/src/
H A Dqueue.c6080 struct stat statb; local
6088 if (lstat(name, &statb) < 0)
6090 if (stat(name, &statb) < 0)
6099 if (S_ISLNK(statb.st_mode))
6106 if (stat(name, &statb) < 0)
6116 if (!S_ISDIR(statb.st_mode))
H A Dreadcf.c163 struct stat statb; local
188 if (fstat(sm_io_getinfo(cf, SM_IO_WHAT_FD, NULL), &statb) < 0)
194 if (!S_ISREG(statb.st_mode))
200 if (OpMode != MD_TEST && bitset(S_IWGRP|S_IWOTH, statb.st_mode))
/freebsd-current/contrib/libpcap/
H A Dpcap-linux.c1790 struct stat statb; local
1802 if (stat(pathstr, &statb) == 0) {

Completed in 130 milliseconds

12