Home
last modified time | relevance | path

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

/dports/sysutils/monit/monit-5.29.0/src/
H A Dfile.h78 bool file_checkStat(const char *filename, const char *description, mode_t permmask);
H A Dfile.c157 bool file_checkStat(const char *filename, const char *description, mode_t permmask) { in file_checkStat() function
H A Dp.y1062 … } else if (! file_checkStat(sslset.pemfile, "SSL server PEM file", S_IRWXU | S_IRGRP | S_IXGRP)) {
1068 …if (! file_checkStat(sslset.pemkey, "SSL server private key PEM file", S_IRWXU | S_IRGRP | S_IXGRP…
3325 if (! file_checkStat(controlfile, "control file", S_IRUSR|S_IWUSR|S_IXUSR)) in parse()
H A Dy.tab.c4259 … } else if (! file_checkStat(sslset.pemfile, "SSL server PEM file", S_IRWXU | S_IRGRP | S_IXGRP)) { in yyparse()
4265 …if (! file_checkStat(sslset.pemkey, "SSL server private key PEM file", S_IRWXU | S_IRGRP | S_IXGRP… in yyparse()
8366 if (! file_checkStat(controlfile, "control file", S_IRUSR|S_IWUSR|S_IXUSR)) in parse()