Searched defs:oflags (Results 1 - 2 of 2) sorted by relevance

/sendmail/libsm/
H A Dstdio.c67 int oflags; local
72 oflags = O_RDWR;
75 oflags = O_RDWR | O_CREAT | O_TRUNC;
78 oflags = O_RDONLY;
81 oflags = O_WRONLY | O_CREAT | O_TRUNC;
84 oflags = O_APPEND | O_WRONLY | O_CREAT;
87 oflags = O_APPEND | O_RDWR | O_CREAT;
95 oflags |= O_BINARY;
97 fp->f_file = open(path, oflags,
102 if (oflags
410 int oflags, tmp, fdflags, fd = *((int *) info); local
[all...]
/sendmail/sendmail/
H A Ddeliver.c5246 volatile int oflags = O_WRONLY|O_APPEND; local
5524 oflags |= O_CREAT|O_EXCL;
5540 f = safefopen(realfile, oflags, mode, sfflags);

Completed in 1720 milliseconds