21 int main(
int argc,
char **argv)
30 static char *subSep =
",";
33 while (argc>argn && (strncmp(argv[argn],
"-S", 2)==0)) {
37 if (strlen(argv[argn])==2) {
46 if(status)
errlogPrintf(
"ascheck: Access Security File failed.\n");
47 }
else if (argc == argn+1) {
49 if(status)
errlogPrintf(
"ascheck: Access Security File failed.\n");
51 printf(
"usage: ascheck [-Smac=sub ...] [<] file\n");
LIBCOM_API long epicsStdCall asInitFile(const char *filename, const char *substitutions)
void dbCatString(char **string, int *stringLength, char *src, char *separator)
LIBCOM_API long epicsStdCall asInitFP(FILE *fp, const char *substitutions)
int errlogPrintf(const char *pFormat,...)
int main(int argc, char **argv)