Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlog.c25 #ifndef O_LARGEFILE
26 # define O_LARGEFILE 0 macro
118 } else if (-1 == (fd = open(logfile, O_APPEND | O_WRONLY | O_CREAT | O_LARGEFILE, 0644))) { in open_logfile_or_pipe()
H A Dbase.h55 #ifndef O_LARGEFILE
56 # define O_LARGEFILE 0 macro
H A Dstat_cache.c32 #ifndef O_LARGEFILE
33 # define O_LARGEFILE 0 macro
H A Dmod_accesslog.c614 open(s->access_logfile->ptr, O_APPEND | O_WRONLY | O_CREAT | O_LARGEFILE, 0644))) { in SIGHUP_FUNC()