Searched defs:shr_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_shr.c64 shr_load_file(char *shr_file) argument
71 fp = fopen(shr_file, "r");
73 perror(shr_file);
106 char *shr_file; local
120 shr_file = getenv("FKSMBD_SHARE_FILE");
121 if (shr_file != NULL)
122 shr_load_file(shr_file);

Completed in 43 milliseconds