Home
last modified time | relevance | path

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

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Drsyslog.h567 RS_RET_FILE_OPEN_ERROR = -2433, /**< error other than "not found" occured during open() */ enumerator
H A Dstream.c291 : RS_RET_FILE_OPEN_ERROR; in doPhysOpen()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tools/
H A Domfile.c1083 if(iRet == RS_RET_FILE_OPEN_ERROR || iRet == RS_RET_FILE_NOT_FOUND) {