Searched refs:newfile (Results 1 – 3 of 3) sorted by relevance
466 FILE *newfile;469 newfile = NULL;472 newfile = fopen(file_name, "r");474 if (newfile == NULL && type != SOURCE_FILE) {488 if ((newfile = fopen(fullname, "r")) != NULL)493 if (newfile == NULL) {511 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
11 'perf diff' [oldfile] [newfile]
392 struct file *newfile; in sock_map_fd() local393 int fd = sock_alloc_file(sock, &newfile, flags); in sock_map_fd()396 fd_install(fd, newfile); in sock_map_fd()1514 struct file *newfile; in SYSCALL_DEFINE4() local1542 newfd = sock_alloc_file(newsock, &newfile, flags); in SYSCALL_DEFINE4()1571 fd_install(newfd, newfile); in SYSCALL_DEFINE4()1579 fput(newfile); in SYSCALL_DEFINE4()