Searched refs:opendir (Results 1 – 25 of 122) sorted by relevance
12345
552 # undef opendir553 # define opendir rpl_opendir556 _GL_FUNCDECL_RPL (opendir, DIR *, (const char *dir_name) _GL_ARG_NONNULL ((1)));557 _GL_CXXALIAS_RPL (opendir, DIR *, (const char *dir_name));560 _GL_FUNCDECL_SYS (opendir, DIR *, (const char *dir_name) _GL_ARG_NONNULL ((1)));562 _GL_CXXALIAS_SYS (opendir, DIR *, (const char *dir_name));564 _GL_CXXALIASWARN (opendir);566 # undef opendir568 _GL_WARN_ON_USE (opendir, "opendir is not portable - "
38 if (!(dirp = opendir(dirpath))) in check_pid()113 if (!(proc_dir = opendir("/proc"))) in debug_processes_using_device()
270 dir = opendir (taskdir); in get_cores_used_by_process()319 dirp = opendir ("/proc"); in linux_xfer_osdata_processes()467 dirp = opendir ("/proc"); in linux_xfer_osdata_processgroups()583 dirp = opendir ("/proc"); in linux_xfer_osdata_threads()611 dirp2 = opendir (pathname); in linux_xfer_osdata_threads()697 dirp = opendir ("/proc"); in linux_xfer_osdata_fds()724 dirp2 = opendir (pathname); in linux_xfer_osdata_fds()
51 if ((dir = opendir("/dev/serno")) != NULL) { in h2disk_check_serno()81 if ((dir = opendir("/dev/mapper")) != NULL) { in h2disk_check_dm()106 if ((dir = opendir("/dev")) != NULL) { in h2disk_check_misc()
75 if ((dir = opendir(snapshots_path)) != NULL) { in libhammer_compat_old_snapcount()
43 DIR *d = opendir(dir); in rm_r()
64 DIR *d = opendir(skel); in copymkdir()
26 dirp = opendir(*dirname);
70 DIR *opendir(const char *);
220 if ((dirp = opendir(short2str(*pv))) == NULL) in tw_cmd_cmd()419 tw_cmd_state.dfd = opendir("."); in tw_cmd_next()425 tw_cmd_state.dfd = opendir(short2str(*tw_cmd_state.pathv)); in tw_cmd_next()748 if ((tw_dir_fd = opendir(short2str(*tw_env))) != NULL) in tw_file_next()
66 if ((dir = opendir(pidfile_loc)) == NULL) in hammer_cmd_abort_cleanup()
15 DIR *d = opendir("/"); in tester()
210 dir = opendir (DirPathname); in AcpiOsOpenDirectory()
62 if ((dirp = opendir(dirname)) == NULL) in scandir()
54 opendir(const char *name) in opendir() function
165 if ((dirp = opendir(spooldir)) == NULL) in ckqueue()
248 # define CVS_OPENDIR opendir
134 if ((dir = opendir(u->doc)) == NULL) { in fetchListFile()
323 if ((dfd = opendir(".")) == NULL) { /* open BootDir */ in GetBootFiles()
101 dirp = opendir(dir); in max_backup_version()
99 if ((dirp = opendir(name)) == NULL) in main()
481 if ((dir = opendir(path)) != NULL) { in scanit()542 if ((dir = opendir(path)) == NULL) in scandeletenew()
196 DIR *dd = opendir(search_dirs[i]); in _findshlib()
295 #define CVS_OPENDIR opendir
151 if (!(d = opendir(dir))) { in is_empty_dir()