Searched refs:oflags (Results 1 – 2 of 2) sorted by relevance
170 int oflags = 0, omode; in _IO_old_file_fopen() local183 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()
214 int oflags = 0, omode; in libc_hidden_def() local232 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