Searched refs:opendir (Results 51 - 75 of 147) sorted by relevance

123456

/freebsd-10.3-release/contrib/tnftp/src/
H A Dcomplete.c200 if ((dd = opendir(dir)) == NULL)
/freebsd-10.3-release/sys/boot/userboot/test/
H A Dtest.c128 tf->tf_u.dir = opendir(path);
/freebsd-10.3-release/contrib/atf/atf-c++/detail/
H A Dfs.cpp418 DIR* dp = ::opendir(p.c_str());
421 p.str() + ")", "opendir(3) failed", errno);
/freebsd-10.3-release/usr.sbin/cpucontrol/
H A Dcpucontrol.c376 dirp = opendir(dir->path);
/freebsd-10.3-release/usr.sbin/pkg_install/lib/
H A Dfile.c65 dirp = opendir(fname);
/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-usb-linux.c161 dir = opendir(SYS_USB_BUS_DIR);
180 dir = opendir(PROC_USB_BUS_DIR);
242 dir = opendir(buf);
/freebsd-10.3-release/contrib/opie/
H A Dglob.c368 dirp = opendir(*gpath == '\0' ? "." : gpath);
/freebsd-10.3-release/libexec/atrun/
H A Datrun.c522 if ((spool = opendir(".")) == NULL)
/freebsd-10.3-release/libexec/rtld-elf/
H A Dlibmap.c174 d = opendir(idir);
/freebsd-10.3-release/sbin/ldconfig/
H A Dldconfig.c284 if ((dd = opendir(dir)) == NULL) {
/freebsd-10.3-release/contrib/bmake/
H A Dutil.c315 if ((dp = opendir(nextpathptr)) == NULL) {
/freebsd-10.3-release/usr.bin/locale/
H A Dlocale.c413 dirp = opendir(_PathLocale);
/freebsd-10.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swinstalled_tbl.c324 if ((p_dir = opendir(pkg_dir)) == NULL) {
325 syslog(LOG_ERR, "hrSWInstalledTable: opendir(\"%s\") failed: "
/freebsd-10.3-release/usr.sbin/config/
H A Dmain.c615 if ((dirp = opendir(p)) == NULL)
616 err(EX_OSERR, "opendir %s", p);
/freebsd-10.3-release/usr.sbin/lpr/common_source/
H A Dcommon.c128 if ((dirp = opendir(pp->spool_dir)) == NULL) {
/freebsd-10.3-release/usr.sbin/pkg/
H A Dconfig.c396 if ((d = opendir(repodir)) == NULL)
/freebsd-10.3-release/contrib/nvi/common/
H A Dexf.c1118 dirp = opendir(".");
1122 dirp = opendir(bp);
/freebsd-10.3-release/contrib/ntp/scripts/
H A Dsummary.in68 opendir SDIR, $statsdir or die "directory ${statsdir}: $!";
/freebsd-10.3-release/contrib/tcsh/
H A Dtc.os.c1245 if ((dirp = opendir("..")) == NULL) {
1351 if ((dp = opendir(nextpathptr)) == NULL) {
/freebsd-10.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_hca_pfs.c89 dp = opendir("/proc/infiniband/core");
H A Dosm_vendor_mlx_hca_sim.c127 dp = opendir(__get_simulator_dir());
/freebsd-10.3-release/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c598 adhost->adh_trail_dirfp = opendir(adhost->adh_directory);
/freebsd-10.3-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c447 dirp = opendir(traildir->dirname);
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp227 "opendir",
539 TLI.setUnavailable(LibFunc::opendir);
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Dglob.c771 return(opendir(buf));

Completed in 380 milliseconds

123456