Home
last modified time | relevance | path

Searched refs:opendir (Results 1 – 25 of 122) sorted by relevance

12345

/dragonfly/gnu/usr.bin/grep/libgreputils/
HDdirent.h552 # undef opendir
553 # define opendir rpl_opendir
556 _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 opendir
568 _GL_WARN_ON_USE (opendir, "opendir is not portable - "
/dragonfly/contrib/cryptsetup/lib/
HDutils_debug.c38 if (!(dirp = opendir(dirpath))) in check_pid()
113 if (!(proc_dir = opendir("/proc"))) in debug_processes_using_device()
/dragonfly/contrib/gdb-7/gdb/common/
HDlinux-osdata.c270 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()
/dragonfly/sbin/hammer2/
HDcmd_info.c51 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()
/dragonfly/lib/libhammer/
HDcompat.c75 if ((dir = opendir(snapshots_path)) != NULL) { in libhammer_compat_old_snapcount()
/dragonfly/usr.sbin/pw/
HDrm_r.c43 DIR *d = opendir(dir); in rm_r()
HDcpdir.c64 DIR *d = opendir(skel); in copymkdir()
/dragonfly/share/examples/sunrpc/dir/
HDdir_proc.c26 dirp = opendir(*dirname);
/dragonfly/include/
HDdirent.h70 DIR *opendir(const char *);
/dragonfly/contrib/tcsh-6/
HDtw.init.c220 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()
/dragonfly/sbin/hammer/
HDcmd_abort.c66 if ((dir = opendir(pidfile_loc)) == NULL) in hammer_cmd_abort_cleanup()
/dragonfly/test/testcases/threads/umtx_errno/
HDumtx_errno.c15 DIR *d = opendir("/"); in tester()
/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
HDosunixdir.c210 dir = opendir (DirPathname); in AcpiOsOpenDirectory()
/dragonfly/lib/libc/gen/
HDscandir.c62 if ((dirp = opendir(dirname)) == NULL) in scandir()
HDopendir.c54 opendir(const char *name) in opendir() function
/dragonfly/usr.sbin/lpr/lpq/
HDlpq.c165 if ((dirp = opendir(spooldir)) == NULL) in ckqueue()
/dragonfly/contrib/cvs-1.12/lib/
HDsystem.h248 # define CVS_OPENDIR opendir
/dragonfly/lib/libfetch/
HDfile.c134 if ((dir = opendir(u->doc)) == NULL) { in fetchListFile()
/dragonfly/libexec/rbootd/
HDparseconf.c323 if ((dfd = opendir(".")) == NULL) { /* open BootDir */ in GetBootFiles()
/dragonfly/usr.bin/patch/
HDbackupfile.c101 dirp = opendir(dir); in max_backup_version()
/dragonfly/sbin/badsect/
HDbadsect.c99 if ((dirp = opendir(name)) == NULL) in main()
/dragonfly/usr.bin/dsynth/
HDrepo.c481 if ((dir = opendir(path)) != NULL) { in scanit()
542 if ((dir = opendir(path)) == NULL) in scandeletenew()
/dragonfly/lib/libc/citrus/
HDcitrus_module.c196 DIR *dd = opendir(search_dirs[i]); in _findshlib()
/dragonfly/contrib/cvs-1.12/diff/
HDsystem.h295 #define CVS_OPENDIR opendir
/dragonfly/contrib/lvm2/dist/lib/misc/
HDlvm-file.c151 if (!(d = opendir(dir))) { in is_empty_dir()

12345