Searched refs:O_LARGEFILE (Results 1 – 4 of 4) sorted by relevance
25 #ifndef O_LARGEFILE26 # define O_LARGEFILE 0 macro118 } else if (-1 == (fd = open(logfile, O_APPEND | O_WRONLY | O_CREAT | O_LARGEFILE, 0644))) { in open_logfile_or_pipe()
55 #ifndef O_LARGEFILE56 # define O_LARGEFILE 0 macro
32 #ifndef O_LARGEFILE33 # define O_LARGEFILE 0 macro
614 open(s->access_logfile->ptr, O_APPEND | O_WRONLY | O_CREAT | O_LARGEFILE, 0644))) { in SIGHUP_FUNC()