Home
last modified time | relevance | path

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

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Doperatingstate.c58 const int len_clean_close = sizeof(STATE_CLEAN_CLOSE) - 1; in osf_checkOnStartup() local
71 int offs = lseek64(fd, -(len_clean_close + 1), SEEK_END); in osf_checkOnStartup()
77 int rd = read(fd, iobuf, len_clean_close); in osf_checkOnStartup()
83 assert(rd <= len_clean_close); in osf_checkOnStartup()
85 if(rd != len_clean_close || strcmp(iobuf, STATE_CLEAN_CLOSE) != 0) { in osf_checkOnStartup()