Searched refs:openstat (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/mailx/
H A Dedit.c176 modtime = state.openstat.st_mtime;
189 if (stat(state.tmp.edit, &state.openstat) < 0)
191 if (modtime == state.openstat.st_mtime)
H A Dproc.c168 if (fstat(fileno(fp), &state.openstat)) {
174 if (S_ISDIR(state.openstat.st_mode)) {
181 if (regular && !S_ISREG(state.openstat.st_mode)) {
H A Dlex.c156 if (!state.openstat.st_size) {
166 if (S_ISDIR(state.openstat.st_mode)) {
H A Dcollect.c539 t = mimetype(state.part.mime, fp, s, &state.openstat);
H A Dmailx.h663 struct stat openstat; /* fileopen stat */ member in struct:__anon136
H A Dquit.c368 size = state.openstat.st_size;

Completed in 17 milliseconds