Searched defs:openflags (Results 1 – 2 of 2) sorted by relevance
65 struct openflags { struct76 #define OPENFLAGS() ((struct openflags) { .r = 0, .w = 0, .s = 0, .c = 0, \ argument
162 struct openflags openflags; member625 static int open_ubd_file(char *file, struct openflags *openflags, int shared, in open_ubd_file()