Searched refs:fyle (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dgetlist.c79 FILE *fyle; local
83 fyle = fopen(filename, "r");
84 if (fyle == NULL) {
88 while (fgets(line, sizeof (line), fyle)) {
105 fclose(fyle);
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorfilter.c58 FILE *fyle; local
85 if ((fyle = fopen(filename, "r")) == NULL) {
95 for (nignored = 0; fgets(inbuffer, 255, fyle) != NULL; nignored++)
98 (void) fclose(fyle);
99 if (freopen(filename, "r", fyle) == NULL) {
107 for (i = 0; i < nignored && (fgets(inbuffer, 255, fyle) != NULL);
H A Derrorsubr.c267 wordvprint(FILE *fyle, int wordc, char *wordv[]) argument
274 (void) fprintf(fyle, "%s%s", sep, wordv[i]);
H A Derror.h237 void wordvprint(FILE *fyle, int wordc, char *wordv[]);

Completed in 86 milliseconds