pSecretFile       678 sapi/litespeed/lsapilib.c static int readSecret( const char * pSecretFile )
pSecretFile       681 sapi/litespeed/lsapilib.c     int fd = open( pSecretFile, O_RDONLY , 0600 );
pSecretFile       684 sapi/litespeed/lsapilib.c         fprintf( stderr, "LSAPI: failed to open secret file: %s!\n", pSecretFile );
pSecretFile       689 sapi/litespeed/lsapilib.c         fprintf( stderr, "LSAPI: failed to check state of file: %s!\n", pSecretFile );
pSecretFile       703 sapi/litespeed/lsapilib.c         fprintf( stderr, "LSAPI: file permission check failure: %s\n", pSecretFile );
pSecretFile       709 sapi/litespeed/lsapilib.c         fprintf( stderr, "LSAPI: failed to read secret from secret file: %s\n", pSecretFile );