Searched defs:aflags (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 1048 ea_fdopen(ea_file_t *ef, int fd, const char *creator, int aflags, int oflags) argument 1094 if ((aflags & EO_VALIDATE_MSK) == EO_VALID_HDR) { 1116 * aflags was set to EO_TAIL, seek to the end of the file. 1124 if ((aflags & EO_VALIDATE_MSK) == EO_VALID_HDR) { 1135 if ((aflags & EO_POSN_MSK) == EO_TAIL) { 1158 int aflags, int oflags, mode_t mode) 1174 if (ea_fdopen(ef, fd, creator, aflags, oflags) == -1) { 1157 ea_open(ea_file_t *ef, const char *name, const char *creator, int aflags, int oflags, mode_t mode) argument
|
Completed in 28 milliseconds