#include <stdlib.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include "asLib.h"
#include "dbStaticLib.h"
#include "errlog.h"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 21 of file ascheck.c.
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,...)