Searched refs:proc_file (Results 1 – 2 of 2) sorted by relevance
86 static int proc_file(char *, int);797 if (proc_file(fname, FALSE)) in process_fileopt()841 if (proc_file(fname, TRUE)) in gather_dir()865 proc_file(char *fname, int mode) in proc_file() function
3379 int proc_file; in file_in() local3413 proc_file = F_SKIP; in file_in()3426 proc_file = ckname(0); in file_in()3428 if (proc_file == F_SKIP && G_p->g_nlink == 1) { in file_in()3443 if (proc_file != F_SKIP && open_dirfd() != 0) { in file_in()3461 if (proc_file != F_SKIP) { in file_in()3480 if (proc_file != F_SKIP && in file_in()3489 if ((proc_file == F_SKIP) || in file_in()3501 if (proc_file != F_SKIP && creat_spec(G_p->g_dirfd) > 0) { in file_in()3513 if (proc_file != F_SKIP && creat_spec(G_p->g_dirfd) > 0) in file_in()[all …]