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

/osnet-11/usr/src/lib/libshare_plugins/cache/
H A Dlibshare_cache.c89 FILE *sharefs_fp = NULL; variable
353 sharefs_fp = fopen(SHARETAB, "r");
354 if (sharefs_fp == NULL) {
360 sharefs_fd = fileno(sharefs_fp);
368 if (sharefs_fp != NULL) {
369 (void) fclose(sharefs_fp);
371 sharefs_fp = NULL;

Completed in 15 milliseconds