HomeSort by: relevance | last modified time | path
    Searched defs:statb (Results 1 - 25 of 108) sorted by relevancy

1 2 3 4 5

  /src/bin/sh/
mail.c 83 struct stat statb; local in function:chkmail
104 if (stat(p, &statb) < 0)
105 statb.st_mtime = 0;
106 if (statb.st_mtime > mailtime[i] && ! silent) {
110 mailtime[i] = statb.st_mtime;
112 if (stat(p, &statb) < 0)
113 statb.st_size = 0;
114 if (statb.st_size > mailsize[i] && ! silent) {
139 mailsize[i] = statb.st_size;
mail.c 83 struct stat statb; local in function:chkmail
104 if (stat(p, &statb) < 0)
105 statb.st_mtime = 0;
106 if (statb.st_mtime > mailtime[i] && ! silent) {
110 mailtime[i] = statb.st_mtime;
112 if (stat(p, &statb) < 0)
113 statb.st_size = 0;
114 if (statb.st_size > mailsize[i] && ! silent) {
139 mailsize[i] = statb.st_size;
mail.c 83 struct stat statb; local in function:chkmail
104 if (stat(p, &statb) < 0)
105 statb.st_mtime = 0;
106 if (statb.st_mtime > mailtime[i] && ! silent) {
110 mailtime[i] = statb.st_mtime;
112 if (stat(p, &statb) < 0)
113 statb.st_size = 0;
114 if (statb.st_size > mailsize[i] && ! silent) {
139 mailsize[i] = statb.st_size;
mail.c 83 struct stat statb; local in function:chkmail
104 if (stat(p, &statb) < 0)
105 statb.st_mtime = 0;
106 if (statb.st_mtime > mailtime[i] && ! silent) {
110 mailtime[i] = statb.st_mtime;
112 if (stat(p, &statb) < 0)
113 statb.st_size = 0;
114 if (statb.st_size > mailsize[i] && ! silent) {
139 mailsize[i] = statb.st_size;
  /src/libexec/talkd/
process.c 186 struct stat statb; local in function:find_user
207 if (stat(ftty, &statb) != 0)
210 if (!(statb.st_mode & S_IWGRP)) {
215 if (statb.st_atime > atime &&
217 atime = statb.st_atime;
process.c 186 struct stat statb; local in function:find_user
207 if (stat(ftty, &statb) != 0)
210 if (!(statb.st_mode & S_IWGRP)) {
215 if (statb.st_atime > atime &&
217 atime = statb.st_atime;
process.c 186 struct stat statb; local in function:find_user
207 if (stat(ftty, &statb) != 0)
210 if (!(statb.st_mode & S_IWGRP)) {
215 if (statb.st_atime > atime &&
217 atime = statb.st_atime;
process.c 186 struct stat statb; local in function:find_user
207 if (stat(ftty, &statb) != 0)
210 if (!(statb.st_mode & S_IWGRP)) {
215 if (statb.st_atime > atime &&
217 atime = statb.st_atime;
  /src/games/boggle/boggle/
word.c 138 struct stat statb; local in function:loaddict
143 if (fstat(fileno(fp), &statb) < 0) {
152 if ((dictspace = malloc(statb.st_size + 1)) == NULL) {
156 n = (long)statb.st_size;
word.c 138 struct stat statb; local in function:loaddict
143 if (fstat(fileno(fp), &statb) < 0) {
152 if ((dictspace = malloc(statb.st_size + 1)) == NULL) {
156 n = (long)statb.st_size;
word.c 138 struct stat statb; local in function:loaddict
143 if (fstat(fileno(fp), &statb) < 0) {
152 if ((dictspace = malloc(statb.st_size + 1)) == NULL) {
156 n = (long)statb.st_size;
word.c 138 struct stat statb; local in function:loaddict
143 if (fstat(fileno(fp), &statb) < 0) {
152 if ((dictspace = malloc(statb.st_size + 1)) == NULL) {
156 n = (long)statb.st_size;
  /src/usr.sbin/rbootd/
parseconf.c 315 struct stat statb; local in function:GetBootFiles
343 if (stat(dp->d_name, &statb) < 0 || !S_ISREG(statb.st_mode))
parseconf.c 315 struct stat statb; local in function:GetBootFiles
343 if (stat(dp->d_name, &statb) < 0 || !S_ISREG(statb.st_mode))
parseconf.c 315 struct stat statb; local in function:GetBootFiles
343 if (stat(dp->d_name, &statb) < 0 || !S_ISREG(statb.st_mode))
parseconf.c 315 struct stat statb; local in function:GetBootFiles
343 if (stat(dp->d_name, &statb) < 0 || !S_ISREG(statb.st_mode))
  /src/usr.bin/mail/
edit.c 66 struct stat statb; local in function:run_editor
100 if (fstat(fileno(nf), &statb) < 0)
103 modtime = statb.st_mtime;
126 if (stat(tempname, &statb) < 0) {
130 if (modtime == statb.st_mtime) {
quit.c 143 struct stat statb; local in function:edstop
175 if (stat(mailname, &statb) >= 0 && statb.st_size > mailsize) {
edit.c 66 struct stat statb; local in function:run_editor
100 if (fstat(fileno(nf), &statb) < 0)
103 modtime = statb.st_mtime;
126 if (stat(tempname, &statb) < 0) {
130 if (modtime == statb.st_mtime) {
quit.c 143 struct stat statb; local in function:edstop
175 if (stat(mailname, &statb) >= 0 && statb.st_size > mailsize) {
edit.c 66 struct stat statb; local in function:run_editor
100 if (fstat(fileno(nf), &statb) < 0)
103 modtime = statb.st_mtime;
126 if (stat(tempname, &statb) < 0) {
130 if (modtime == statb.st_mtime) {
quit.c 143 struct stat statb; local in function:edstop
175 if (stat(mailname, &statb) >= 0 && statb.st_size > mailsize) {
  /src/sys/arch/hp300/stand/mkboot/
mkboot.c 232 struct stat statb; local in function:putfile
237 fstat(fd, &statb);
239 ld.count = htobe32(statb.st_size);
240 if ((bp = malloc(statb.st_size)) == NULL)
242 if (read(fd, bp, statb.st_size) < 0)
246 write(to, bp, statb.st_size);
249 return statb.st_size + sizeof(ld);
288 struct stat statb; local in function:bcddate
294 stat(name, &statb);
295 tm = localtime(&statb.st_ctime)
    [all...]
mkboot.c 232 struct stat statb; local in function:putfile
237 fstat(fd, &statb);
239 ld.count = htobe32(statb.st_size);
240 if ((bp = malloc(statb.st_size)) == NULL)
242 if (read(fd, bp, statb.st_size) < 0)
246 write(to, bp, statb.st_size);
249 return statb.st_size + sizeof(ld);
288 struct stat statb; local in function:bcddate
294 stat(name, &statb);
295 tm = localtime(&statb.st_ctime)
    [all...]
mkboot.c 232 struct stat statb; local in function:putfile
237 fstat(fd, &statb);
239 ld.count = htobe32(statb.st_size);
240 if ((bp = malloc(statb.st_size)) == NULL)
242 if (read(fd, bp, statb.st_size) < 0)
246 write(to, bp, statb.st_size);
249 return statb.st_size + sizeof(ld);
288 struct stat statb; local in function:bcddate
294 stat(name, &statb);
295 tm = localtime(&statb.st_ctime)
    [all...]

Completed in 189 milliseconds

1 2 3 4 5