HomeSort by: relevance | last modified time | path
    Searched refs:DIR (Results 1 - 25 of 288) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/fontconfig/dist/src/
fcwindows.h 80 typedef struct DIR DIR;
97 DIR * FcCompatOpendirWin32 (const char *dirname);
99 struct dirent * FcCompatReaddirWin32 (DIR *dir);
101 int FcCompatClosedirWin32 (DIR *dir);
fccompat.c 257 FcMakeDirectory (const FcChar8 *dir)
262 if (strlen ((char *) dir) == 0)
265 parent = FcStrDirname (dir);
269 ret = mkdir ((char *) dir, 0755) == 0 && chmod ((char *) dir, 0755) == 0;
271 ret = FcMakeDirectory (parent) && (mkdir ((char *) dir, 0755) == 0) && chmod ((char *) dir, 0755) == 0;
297 struct DIR {
304 FcPrivate DIR *
309 DIR *dir local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/math/
m_matrix.h 205 #define TRANSFORM_DIRECTION( TO, DIR, MAT ) \
207 TO[0] = DIR[0] * MAT[0] + DIR[1] * MAT[4] + DIR[2] * MAT[8]; \
208 TO[1] = DIR[0] * MAT[1] + DIR[1] * MAT[5] + DIR[2] * MAT[9]; \
209 TO[2] = DIR[0] * MAT[2] + DIR[1] * MAT[6] + DIR[2] * MAT[10];
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
m_matrix.h 199 #define TRANSFORM_DIRECTION( TO, DIR, MAT ) \
201 TO[0] = DIR[0] * MAT[0] + DIR[1] * MAT[4] + DIR[2] * MAT[8]; \
202 TO[1] = DIR[0] * MAT[1] + DIR[1] * MAT[5] + DIR[2] * MAT[9]; \
203 TO[2] = DIR[0] * MAT[2] + DIR[1] * MAT[6] + DIR[2] * MAT[10];
    [all...]
  /xsrc/external/mit/brotli/dist/
configure-cmake 111 --bindir=DIR user executables [PREFIX/bin]
112 --sbindir=DIR system admin executables [PREFIX/sbin]
113 --libexecdir=DIR program executables [PREFIX/libexec]
114 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
115 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
116 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
117 --libdir=DIR object code libraries [PREFIX/lib]
118 --includedir=DIR C header files [PREFIX/include]
119 --oldincludedir=DIR C header files for non-gcc [/usr/include]
120 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
lid.c 57 DIR *button_dir;
58 DIR *lid_dir;
  /xsrc/external/mit/fontconfig/dist/
Tools.mk 26 DIR=fc-$(TAG)
30 TOOL=$(srcdir)/$(DIR).py
  /xsrc/external/mit/libvdpau/dist/test/
dlclose.c 14 DIR *dir = opendir("/proc/self/fd"); local
17 if (!dir) {
23 while (readdir(dir) != NULL) {
27 closedir(dir);
  /xsrc/external/mit/xmh/dist/
miscfuncs.c 11 #include <sys/dir.h>
46 register DIR *Dp = NULL;
  /xsrc/external/mit/MesaLib/dist/src/drm-shim/
drm_shim.c 64 DIR *fake_dev_dri = (void *)&opendir_set;
311 /* Fool libdrm's probe of whether the /sys dir for this char dev is
345 /* Fool libdrm's probe of whether the /sys dir for this char dev is
413 /* Fool libdrm's probe of whether the /sys dir for this char dev is
446 /* Fool libdrm's probe of whether the /sys dir for this char dev is
503 PUBLIC DIR *
508 DIR *dir = real_opendir(name); local
510 if (!dir) {
513 * mkdir("/dev/dri"). Return a fake DIR pointer for that
    [all...]
  /xsrc/external/mit/xcb-proto/dist/
py-compile 65 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
hud_diskstat.c 262 DIR *dir = opendir("/sys/block/"); local
263 if (!dir) {
268 while ((dp = readdir(dir)) != NULL) {
289 DIR *pdir = opendir(basename);
292 closedir(dir);
314 closedir(dir);
hud_cpufreq.c 203 DIR *dir = opendir("/sys/devices/system/cpu"); local
204 if (!dir) {
209 while ((dp = readdir(dir)) != NULL) {
241 closedir(dir);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
hud_diskstat.c 261 DIR *dir = opendir("/sys/block/"); local
262 if (!dir) {
267 while ((dp = readdir(dir)) != NULL) {
288 DIR *pdir = opendir(basename);
291 closedir(dir);
313 closedir(dir);
hud_cpufreq.c 203 DIR *dir = opendir("/sys/devices/system/cpu"); local
204 if (!dir) {
209 while ((dp = readdir(dir)) != NULL) {
241 closedir(dir);
  /xsrc/external/mit/util-macros/dist/
configure 548 if test -d conf$$.dir; then
549 rm -f conf$$.dir/conf$$.file
551 rm -f conf$$.dir
552 mkdir conf$$.dir 2>/dev/null
558 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
561 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
571 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
572 rmdir conf$$.dir 2>/dev/null
1263 --srcdir=DIR find the sources in DIR [configure dir or \`..'
    [all...]
  /xsrc/external/mit/fontconfig/dist/test/
test-migration.c 56 mkdir_p(const char *dir)
61 if (strlen (dir) == 0)
63 parent = (char *) FcStrDirname ((const FcChar8 *)dir);
67 ret = mkdir (dir, 0755) == 0 && chmod (dir, 0755) == 0;
69 ret = mkdir_p (parent) && (mkdir (dir, 0755) == 0) && chmod (dir, 0755) == 0;
78 unlink_dirs(const char *dir)
80 DIR *d = opendir (dir);
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_acpi.c 148 DIR *dir; local
154 dir = opendir(path);
155 if (dir == NULL)
158 while ((de = readdir(dir))) {
195 closedir(dir);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_acpi.c 145 DIR *dir; local
151 dir = opendir(path);
152 if (dir == NULL)
155 while ((de = readdir(dir))) {
192 closedir(dir);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/
backlight.c 388 DIR *dir; local
391 dir = opendir(BACKLIGHT_CLASS);
392 if (dir == NULL)
395 while ((de = readdir(dir))) {
412 closedir(dir);
529 DIR *dir; local
536 dir = opendir(path);
537 if (dir == NULL
    [all...]
  /xsrc/external/mit/encodings/dist/
configure 540 if test -d conf$$.dir; then
541 rm -f conf$$.dir/conf$$.file
543 rm -f conf$$.dir
544 mkdir conf$$.dir 2>/dev/null
550 # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail.
553 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
563 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
564 rmdir conf$$.dir 2>/dev/null
1302 --srcdir=DIR find the sources in DIR [configure dir or '..'
    [all...]
  /xsrc/external/mit/font-bh-ttf/dist/
configure 549 if test -d conf$$.dir; then
550 rm -f conf$$.dir/conf$$.file
552 rm -f conf$$.dir
553 mkdir conf$$.dir 2>/dev/null
559 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
562 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
572 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
573 rmdir conf$$.dir 2>/dev/null
1306 --srcdir=DIR find the sources in DIR [configure dir or \`..'
    [all...]
  /xsrc/external/mit/font-adobe-100dpi/dist/
configure 549 if test -d conf$$.dir; then
550 rm -f conf$$.dir/conf$$.file
552 rm -f conf$$.dir
553 mkdir conf$$.dir 2>/dev/null
559 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
562 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
572 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
573 rmdir conf$$.dir 2>/dev/null
1342 --srcdir=DIR find the sources in DIR [configure dir or \`..'
    [all...]
  /xsrc/external/mit/font-adobe-75dpi/dist/
configure 549 if test -d conf$$.dir; then
550 rm -f conf$$.dir/conf$$.file
552 rm -f conf$$.dir
553 mkdir conf$$.dir 2>/dev/null
559 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
562 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
572 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
573 rmdir conf$$.dir 2>/dev/null
1342 --srcdir=DIR find the sources in DIR [configure dir or \`..'
    [all...]
  /xsrc/external/mit/font-adobe-utopia-100dpi/dist/
configure 549 if test -d conf$$.dir; then
550 rm -f conf$$.dir/conf$$.file
552 rm -f conf$$.dir
553 mkdir conf$$.dir 2>/dev/null
559 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
562 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
572 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
573 rmdir conf$$.dir 2>/dev/null
1342 --srcdir=DIR find the sources in DIR [configure dir or \`..'
    [all...]

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>