Searched refs:access (Results 51 - 75 of 144) sorted by relevance

123456

/haiku-buildtools/legacy/gcc/libchill/
H A Diomodes.h67 struct Access_Mode* access; member in struct:Association_Mode
84 /* access/text flags */
/haiku-buildtools/legacy/gcc/libiberty/
H A Dchoose-temp.c89 && access (dir, R_OK | W_OK | X_OK) == 0)
/haiku-buildtools/binutils/libiberty/
H A Dmake-temp-file.c79 && access (dir, R_OK | W_OK | X_OK) == 0)
H A Dmake-relative-prefix.c288 if (! access (nstore, X_OK)
290 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-driver-system.c65 if (access (filename, F_OK) == -1
/haiku-buildtools/gcc/libiberty/
H A Dmake-temp-file.c79 && access (dir, R_OK | W_OK | X_OK) == 0)
H A Dmake-relative-prefix.c284 if (! access (nstore, X_OK)
286 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_thread.h77 bool GetStackFrameAccessByAddr(uptr addr, StackFrameAccess *access);
/haiku-buildtools/gcc/gmp/tune/
H A Dhppa.asm1 dnl HPPA 32-bit time stamp counter access routine.
H A Dhppa2.asm1 dnl HPPA 64-bit time stamp counter access routine.
H A Dhppa2w.asm1 dnl HPPA 64-bit time stamp counter access routine.
H A Dia64.asm1 dnl IA-64 time stamp counter access routine.
H A Dpentium.asm1 dnl x86 pentium time stamp counter access routine.
H A Dsparcv9.asm1 dnl Sparc v9 32-bit time stamp counter access routine.
H A Dx86_64.asm1 dnl x86 pentium time stamp counter access routine.
H A Dalpha.asm1 dnl Alpha time stamp counter access routine.
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmake-relative-prefix.c272 if (! access (nstore, X_OK)
274 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_imp.hpp237 PB_DS_STATIC_ASSERT(access, external_load_access);
246 PB_DS_STATIC_ASSERT(access, external_load_access);
/haiku-buildtools/gcc/libgcc/config/mmix/
H A Dcrti.S78 % access-for-execution and read/write access.
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dinquire.c26 x = access(buf,0) ? -1 : 0;
H A Dopen.c11 #include "unistd.h" /* for access */
205 if (access(buf,0))
235 if (!access(buf,0))
/haiku-buildtools/gcc/gcc/
H A Dprefix.c288 && access (result, X_OK) == 0)
295 /* We can't access the dir, so we won't be able to
296 access dir/.. either. Strip out `dir/../'. If `dir'
H A Dtree-emutls.c91 access variable are stored. */
95 tree access; member in struct:tls_var_data
99 made by control variable and access variable. */
428 tree addr = data->access;
456 data->access = addr;
610 /* Reset access variable for a given TLS variable data DATA. */
615 data->access = NULL;
620 /* Clear the access variables, in order to begin a new block. */
H A Dtree-dump.c317 tree access = (accesses ? (*accesses)[ix] : access_public_node); local
320 if (access == access_public_node)
322 else if (access == access_protected_node)
324 else if (access == access_private_node)
/haiku-buildtools/gcc/libgcc/config/nds32/
H A Dcrtzero.S55 la $gp, _SDA_BASE_ ! init $gp for small data access

Completed in 225 milliseconds

123456