Home
last modified time | relevance | path

Searched refs:fd_list (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/fs/openfile/
Dopenfile.c197 void close_files(FILE * fd_list[], int len) in close_files() argument
201 fclose(fd_list[i]); in close_files()
210 FILE *fd_list[MAXFILES]; in threads() local
218 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()
/external/toybox/toys/posix/
Dtee.c30 struct fd_list { struct
31 struct fd_list *next; argument
39 struct fd_list *temp; in do_tee_open() argument
41 temp = xmalloc(sizeof(struct fd_list)); in do_tee_open()
49 struct fd_list *fdl; in tee_main()