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

/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c96 FILE *clf; /* .copy/.link_file stream */ local
164 if ((clf = fopen(cl_file, "r")) != NULL) {
166 while (fgets(file, MAXPATHLEN, clf) != NULL) {
168 if (!feof(clf)) /* remove trailing \n */
217 if ((clf = fopen(cl_file, "r")) != NULL) {
219 while (fgets(file, MAXPATHLEN, clf) != NULL) {
221 if (!feof(clf)) /* remove trailing \n */

Completed in 95 milliseconds