Home
last modified time | relevance | path

Searched refs:oflags (Results 1 – 2 of 2) sorted by relevance

/libio/
A Doldfileops.c170 int oflags = 0, omode; in _IO_old_file_fopen() local
183 oflags = O_CREAT|O_TRUNC; in _IO_old_file_fopen()
188 oflags = O_CREAT|O_APPEND; in _IO_old_file_fopen()
200 fdesc = __open (filename, omode|oflags, oprot); in _IO_old_file_fopen()
A Dfileops.c214 int oflags = 0, omode; in libc_hidden_def() local
232 oflags = O_CREAT|O_TRUNC; in libc_hidden_def()
237 oflags = O_CREAT|O_APPEND; in libc_hidden_def()
257 oflags |= O_EXCL; in libc_hidden_def()
270 oflags |= O_CLOEXEC; in libc_hidden_def()
280 result = _IO_file_open (fp, filename, omode|oflags, oprot, read_write, in libc_hidden_def()

Completed in 9 milliseconds