Home | History | Annotate | Download | only in tip

Lines Matching refs:FD

70 	FILE *fd;
78 xpwrite(FD, CM, strlen(CM));
111 xpwrite(FD, CM, strlen(CM));
117 if ((fd = fopen(PH, "r")) == NULL) {
121 while (fgets(string, sizeof(string), fd) != NULL) {
125 (void)fclose(fd);
134 (void)fclose(fd);
143 (void)fclose(fd);
145 xpwrite(FD, CM, strlen(CM));
150 (void)fclose(fd);