HomeSort by: relevance | last modified time | path
    Searched defs:dirfd (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/tests/fs/hfs/
t_pathconvert.c 36 int dirfd, fd; local
58 RL(dirfd = rump_sys_open("/mp", O_RDONLY));
60 RL(nbytes = rump_sys_getdents(dirfd, buf, sizeof buf));
73 RL(rump_sys_close(dirfd));
  /src/external/gpl3/gdb/dist/gnulib/import/
dirfd.c 0 /* dirfd.c -- return the file descriptor associated with an open DIR*
79 dirfd (DIR *dir_p) function
dirent.in.h 195 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
196 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
197 # undef dirfd macro
198 # define dirfd rpl_dirfd macro
200 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
201 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
204 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
210 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
211 /* dirfd is defined as a macro and not as a function.
213 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
214 # undef dirfd macro
221 _GL_CXXALIASWARN (dirfd); variable
223 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
dirfd.c 0 /* dirfd.c -- return the file descriptor associated with an open DIR*
79 dirfd (DIR *dir_p) function
dirent.in.h 195 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
196 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
197 # undef dirfd macro
198 # define dirfd rpl_dirfd macro
200 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
201 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
204 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
210 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
211 /* dirfd is defined as a macro and not as a function.
213 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
214 # undef dirfd macro
221 _GL_CXXALIASWARN (dirfd); variable
223 # undef dirfd macro
    [all...]
  /src/include/
dirent.h 60 * dd_fd should be kept intact to preserve ABI compat. see dirfd().
76 #define dirfd(dirp) ((dirp)->dd_fd) macro
  /src/bin/pax/
tables.c 86 static int dirfd = -1; /* storage for setting created dir time/mode */ variable
1110 if (dirfd != -1)
1117 if ((dirfd = mkstemp(tempfile)) >= 0) {
1164 if (dirfd < 0)
1171 if ((dblk.npos = lseek(dirfd, 0L, SEEK_CUR)) < 0) {
1190 if ((xwrite(dirfd, name, dblk.nlen) == dblk.nlen) &&
1191 (xwrite(dirfd, (char *)&dblk, sizeof(dblk)) == sizeof(dblk))) {
1240 if (dirfd < 0)
1250 if (lseek(dirfd, -((off_t)sizeof(dblk)), SEEK_CUR) < 0)
1252 if (xread(dirfd,(char *)&dblk, sizeof(dblk)) != sizeof(dblk)
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
dirent.h 706 /* On kLIBC, dirfd() is a macro that does not work. Undefine it. */
707 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
708 # undef dirfd
709 # define dirfd rpl_dirfd
711 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
715 /* Gnulib internal hooks needed to maintain the dirfd metadata. */
721 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
722 /* dirfd is defined as a macro and not as a function.
724 static inline int (dirfd) (DIR *dp) { return dirfd (dp); function
725 # undef dirfd macro
732 _GL_CXXALIASWARN (dirfd); variable
734 # undef dirfd macro
    [all...]

Completed in 35 milliseconds

1 2 3