Searched refs:fd_list (Results 1 – 2 of 2) sorted by relevance
197 void close_files(FILE * fd_list[], int len) in close_files() argument201 fclose(fd_list[i]); in close_files()210 FILE *fd_list[MAXFILES]; in threads() local218 if ((fd_list[i] = fopen(filename, "rw")) == NULL) { in threads()222 close_files(fd_list, i - 1); in threads()232 close_files(fd_list, numfiles); in threads()241 close_files(fd_list, numfiles); in threads()249 close_files(fd_list, numfiles); in threads()257 close_files(fd_list, numfiles); in threads()263 close_files(fd_list, numfiles); in threads()
30 struct fd_list { struct31 struct fd_list *next; argument39 struct fd_list *temp; in do_tee_open() argument41 temp = xmalloc(sizeof(struct fd_list)); in do_tee_open()49 struct fd_list *fdl; in tee_main()