HomeSort by: relevance | last modified time | path
    Searched refs:dir_p (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
dirfd.c 79 dirfd (DIR *dir_p)
81 int fd = DIR_TO_FD (dir_p);
90 if (dirp_fd->dirp == dir_p)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
dirfd.c 79 dirfd (DIR *dir_p)
81 int fd = DIR_TO_FD (dir_p);
90 if (dirp_fd->dirp == dir_p)
  /src/external/gpl2/xcvs/dist/diff/
diff.c 1032 inf[i].dir_p = S_ISDIR (inf[i].stat.st_mode) && inf[i].desc != 0;
1035 inf[1 - i].dir_p = inf[i].dir_p;
1042 if (! failed && depth == 0 && inf[0].dir_p != inf[1].dir_p)
1047 int fnm_arg = inf[0].dir_p;
1064 inf[dir_arg].dir_p = S_ISDIR (inf[dir_arg].stat.st_mode);
1084 else if (inf[0].dir_p & inf[1].dir_p)
1105 else if ((inf[0].dir_p | inf[1].dir_p
    [all...]
diff.h 220 int dir_p; /* nonzero if file is a directory */
217 int dir_p; \/* nonzero if file is a directory *\/ member in struct:file_data
  /src/external/gpl3/gcc/dist/gcc/
cfgcleanup.cc 1350 DIR_P indicates the allowed replacement direction on function entry, and
1359 rtx_insn **f2, enum replace_direction *dir_p)
1366 if (dir_p)
1367 dir = *dir_p;
1391 Don't count any jumps if dir_p is NULL. */
1392 if (!simplejump_p (i2) && !returnjump_p (i2) && last1 && dir_p)
1415 follow_fallthru = dir_p && dir != dir_forward;
1420 follow_fallthru = dir_p && dir != dir_backward;
1436 if (dir == dir_none || (!dir_p && dir != dir_both))
1481 if (dir_p)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cfgcleanup.cc 1350 DIR_P indicates the allowed replacement direction on function entry, and
1359 rtx_insn **f2, enum replace_direction *dir_p)
1366 if (dir_p)
1367 dir = *dir_p;
1391 Don't count any jumps if dir_p is NULL. */
1392 if (!simplejump_p (i2) && !returnjump_p (i2) && last1 && dir_p)
1415 follow_fallthru = dir_p && dir != dir_forward;
1420 follow_fallthru = dir_p && dir != dir_backward;
1436 if (dir == dir_none || (!dir_p && dir != dir_both))
1481 if (dir_p)
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 23500 DIR *dir_p = opendir("."); (void) dir_p->DIR_FD_MEMBER_NAME;
  /src/external/gpl3/gdb/dist/gnulib/
configure 23497 DIR *dir_p = opendir("."); (void) dir_p->DIR_FD_MEMBER_NAME;

Completed in 34 milliseconds