Home
last modified time | relevance | path

Searched refs:openflags (Results 1 – 4 of 4) sorted by relevance

/third_party/toybox/toys/other/
Dlosetup.c43 int openflags;
60 if (file) ffd = xopen(file, TT.openflags);
76 if (device) lfd = open(device, TT.openflags);
158 TT.openflags = FLAG(r) ? O_RDONLY : O_RDWR; in losetup_main()
/third_party/ltp/testcases/kernel/fs/doio/
Dopen_flags.c239 char *openflags2symbols(int openflags, char *sep, int mode) in openflags2symbols() argument
243 int bits = openflags; in openflags2symbols()
Dgrowfiles.c251 int openflags; member
1431 Fileinfo.openflags = ret; in main()
2069 if (Fileinfo.openflags & O_APPEND) { in growfile()
2608 (int)stbuf.st_size, Fileinfo.openflags); in check_write()
2675 Fileinfo.openflags, in check_write()
2676 openflags2symbols(Fileinfo.openflags, ",", 0)); in check_write()
/third_party/toybox/generated/
Dglobals.h308 int openflags; member