Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dsemind.c881 static FILE *semind_file_fd; variable
894 if (semind_file_fd) { in print_file_line()
895 fclose(semind_file_fd); in print_file_line()
904 semind_file_fd = fopen(name, "r"); in print_file_line()
906 if (!semind_file_fd) in print_file_line()
921 } while((semind_line_len = getline(&semind_line, &semind_line_buflen, semind_file_fd)) != -1); in print_file_line()
1120 if (semind_file_fd) { in command_search()
1121 fclose(semind_file_fd); in command_search()