Home
last modified time | relevance | path

Searched refs:share_file_fp (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libshare/os/linux/
H A Dsmb.c84 FILE *share_file_fp = NULL; in smb_retrieve_shares() local
110 if ((share_file_fp = fopen(file_path, "r")) == NULL) { in smb_retrieve_shares()
121 while (fgets(line, sizeof (line), share_file_fp)) { in smb_retrieve_shares()
194 if (share_file_fp != NULL) { in smb_retrieve_shares()
195 fclose(share_file_fp); in smb_retrieve_shares()
196 share_file_fp = NULL; in smb_retrieve_shares()