Searched refs:file_checkStat (Results 1 – 4 of 4) sorted by relevance
/dports/sysutils/monit/monit-5.29.0/src/ |
H A D | file.h | 78 bool file_checkStat(const char *filename, const char *description, mode_t permmask);
|
H A D | file.c | 157 bool file_checkStat(const char *filename, const char *description, mode_t permmask) { in file_checkStat() function
|
H A D | p.y | 1062 … } 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 D | y.tab.c | 4259 … } 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()
|