Searched refs:opendir (Results 1 - 25 of 53) sorted by relevance

123

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcwindows.h93 #define opendir(dirname) FcCompatOpendirWin32(dirname) macro
H A Dfcdir.c238 d = opendir ((char *) s_dir);
H A Dfcstat.c203 d = opendir (dirp);
/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Dlid.c64 button_dir = opendir(ACPI_BUTTON);
70 lid_dir = opendir(ACPI_LID);
/xsrc/external/mit/libvdpau/dist/test/
H A Ddlclose.c14 DIR *dir = opendir("/proc/self/fd");
/xsrc/external/mit/xmh/dist/
H A Dmiscfuncs.c53 !(Dp = opendir(Name)))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_diskstat.c261 DIR *dir = opendir("/sys/block/");
288 DIR *pdir = opendir(basename);
H A Dhud_cpufreq.c203 DIR *dir = opendir("/sys/devices/system/cpu");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_diskstat.c262 DIR *dir = opendir("/sys/block/");
289 DIR *pdir = opendir(basename);
H A Dhud_cpufreq.c203 DIR *dir = opendir("/sys/devices/system/cpu");
/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A Ddrm_shim.c62 * returned by any other opendir() call so we can return just our fake node.
74 REAL_FUNCTION_POINTER(opendir);
213 GET_FUNCTION_POINTER(opendir);
496 /* Tracks if the opendir was on /dev/dri. */
498 opendir(const char *name) function in typeref:typename:PUBLIC DIR *
575 /* Cleans up tracking of opendir("/dev/dri") */
/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-migration.c80 DIR *d = opendir (dir);
H A Dtest-bz106632.c93 DIR *d = opendir (dir);
H A Dtest-d1f48f11.c109 DIR *d = opendir (dir);
H A Dtest-issue107.c108 DIR *d = opendir (dir);
H A Dtest-issue110.c108 DIR *d = opendir (dir);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_acpi.c154 dir = opendir(path);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_acpi.c151 dir = opendir(path);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dbacklight.c391 dir = opendir(BACKLIGHT_CLASS);
536 dir = opendir(path);
H A Dintel_device.c284 dir = opendir(path);
333 dir = opendir(path);
345 while ((dir = opendir(path)) == NULL && loop++ < 100)
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dintel_device.c311 dir = opendir(path);
360 dir = opendir(path);
372 while ((dir = opendir(path)) == NULL && loop++ < 100)
H A Dbacklight.c421 dir = opendir(BACKLIGHT_CLASS);
462 dir = opendir(path);
/xsrc/external/mit/MesaLib.old/dist/src/intel/perf/
H A Dgen_perf.c75 drmdir = opendir(perf->sysfs_dev_dir);
172 metricsdir = opendir(buf);
/xsrc/external/mit/lndir/dist/
H A Dlndir.c177 if (!(df = opendir (buf))) {
178 msg ("%s: Cannot opendir", buf);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.c163 dir = opendir(dir_path);
321 DIR *dir = opendir(subdir);

Completed in 16 milliseconds

123