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

1 2 3 4

  /src/external/bsd/ekermit/dist/
platform.h 10 #undef X_OK /* namespace collision between kermit.h and unistd.h */
unixio.c 47 #ifdef X_OK
48 #undef X_OK
49 #endif /* X_OK */
317 X_OK on success.
335 return(X_OK); /* Success */
346 X_OK on success.
363 return(X_OK);
372 return(X_OK);
382 return(X_OK);
542 X_OK on succes
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
make-temp-file.c 51 #define X_OK 1
83 && access (dir, R_OK | W_OK | X_OK) == 0)
make-relative-prefix.c 72 #define X_OK 1
290 if (! access (nstore, X_OK)
292 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
  /src/external/gpl3/binutils.old/dist/libiberty/
make-temp-file.c 51 #define X_OK 1
83 && access (dir, R_OK | W_OK | X_OK) == 0)
make-relative-prefix.c 72 #define X_OK 1
290 if (! access (nstore, X_OK)
292 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
  /src/external/gpl3/gcc/dist/libiberty/
make-temp-file.c 51 #define X_OK 1
83 && access (dir, R_OK | W_OK | X_OK) == 0)
make-relative-prefix.c 72 #define X_OK 1
290 if (! access (nstore, X_OK)
292 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
  /src/external/gpl3/gcc.old/dist/libiberty/
make-temp-file.c 50 #define X_OK 1
82 && access (dir, R_OK | W_OK | X_OK) == 0)
make-relative-prefix.c 72 #define X_OK 1
290 if (! access (nstore, X_OK)
292 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
  /src/external/gpl3/gdb.old/dist/libiberty/
make-temp-file.c 51 #define X_OK 1
83 && access (dir, R_OK | W_OK | X_OK) == 0)
make-relative-prefix.c 72 #define X_OK 1
290 if (! access (nstore, X_OK)
292 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
  /src/external/gpl3/gdb/dist/libiberty/
make-temp-file.c 51 #define X_OK 1
83 && access (dir, R_OK | W_OK | X_OK) == 0)
make-relative-prefix.c 72 #define X_OK 1
290 if (! access (nstore, X_OK)
292 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
  /src/external/gpl2/xcvs/dist/lib/
system.h 180 # define X_OK 1
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.h 263 #define X_OK 1 /* Test for execute permission */
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
os.h 323 #ifndef X_OK
324 #define X_OK 1
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
unistd.h 764 # define X_OK 1
796 _GL_WARN_ON_USE (access, "access does not always support X_OK - "
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
unistd.h 764 # define X_OK 1
796 _GL_WARN_ON_USE (access, "access does not always support X_OK - "
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
unistd.h 764 # define X_OK 1
796 _GL_WARN_ON_USE (access, "access does not always support X_OK - "
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
unistd.h 764 # define X_OK 1
796 _GL_WARN_ON_USE (access, "access does not always support X_OK - "
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
unistd.h 764 # define X_OK 1
796 _GL_WARN_ON_USE (access, "access does not always support X_OK - "
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
unistd.h 764 # define X_OK 1
796 _GL_WARN_ON_USE (access, "access does not always support X_OK - "
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
unistd.h 764 # define X_OK 1
796 _GL_WARN_ON_USE (access, "access does not always support X_OK - "
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
unistd.h 764 # define X_OK 1
796 _GL_WARN_ON_USE (access, "access does not always support X_OK - "

Completed in 55 milliseconds

1 2 3 4