Searched defs:hbaConfFilePath (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/hbaapi/common/ |
H A D | HBAAPILIB.c | 672 char hbaConfFilePath[256]; 683 strcpy(hbaConfFilePath, "/etc/hba.conf"); 685 if ((hbaconf = fopen(hbaConfFilePath, "r")) == NULL) { 686 printf("Cannot open %s\n", hbaConfFilePath); 701 libraryname, hbaConfFilePath); 708 librarypath, hbaConfFilePath); 715 charPtr, hbaConfFilePath); 670 char hbaConfFilePath[256]; local
|
/osnet-11/usr/src/lib/smhba/common/ |
H A D | SMHBAAPILIB.c | 875 char hbaConfFilePath[256]; local 888 (void) strcpy(hbaConfFilePath, "/etc/smhba.conf"); 890 if ((hbaconf = fopen(hbaConfFilePath, "r")) == NULL) { 891 (void) printf("Cannot open %s\n", hbaConfFilePath); 909 libraryname, hbaConfFilePath); 917 librarypath, hbaConfFilePath); 924 charPtr, hbaConfFilePath);
|
Completed in 31 milliseconds