Searched defs:fyle (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | getlist.c | 79 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 D | errorfilter.c | 58 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 D | errorsubr.c | 267 wordvprint(FILE *fyle, int wordc, char *wordv[]) argument 274 (void) fprintf(fyle, "%s%s", sep, wordv[i]);
|
Completed in 373 milliseconds