/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-w65.c | 205 int amode; variable 242 amode = ADDR_IMMTOI; 246 amode = ADDR_IMMTOA; 250 amode = ADDR_IMMCOP; 254 amode = ADDR_ABS; 286 amode = ADDR_ABS; 329 amode = ADDR_DIR; 335 amode = ADDR_ACC; 514 amode = ADDR_DIR; 524 amode = ADDR_ABS; [all …]
|
H A D | tc-tic54x.c | 175 static enum address_mode amode = c_mode; variable 1189 && amode == c_mode 1197 amode = far_mode; 1201 amode = c_mode; 2256 amode = mode; 2272 if (assembly_begun && amode != (unsigned) mode) 2702 amode = far_mode; 3809 if (amode == c_mode) 5225 set_address_mode (amode); 5310 && amode != far_mode)
|
/openbsd/regress/sys/kern/access/ |
H A D | access.c | 36 int amode; member 169 ret = faccessat(AT_FDCWD, t->filename, t->amode, in main() 180 t->amode, t->eaccess, t->filename, in main()
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | w65-dis.c | 89 switch (op->amode) in print_insn_w65()
|
H A D | w65-opc.h | 55 int amode; member
|
/openbsd/bin/ksh/ |
H A D | c_test.c | 353 test_eaccess(const char *path, int amode) in test_eaccess() argument 357 res = access(path, amode); in test_eaccess() 362 if (res == 0 && ksheuid == 0 && (amode & X_OK)) { in test_eaccess()
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | w65-dis.c | 114 switch (op->amode)
|
H A D | w65-opc.h | 55 int amode; member
|
/openbsd/usr.sbin/vmd/ |
H A D | vmd.c | 1680 vm_checkaccess(int fd, unsigned int uflag, uid_t uid, int amode) in vm_checkaccess() argument 1702 mode = amode & W_OK ? S_IWOTH : 0; in vm_checkaccess() 1703 mode |= amode & R_OK ? S_IROTH : 0; in vm_checkaccess() 1708 mode = amode & W_OK ? S_IWUSR : 0; in vm_checkaccess() 1709 mode |= amode & R_OK ? S_IRUSR : 0; in vm_checkaccess() 1714 mode = amode & W_OK ? S_IWGRP : 0; in vm_checkaccess() 1715 mode |= amode & R_OK ? S_IRGRP : 0; in vm_checkaccess()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-tic54x.c | 173 static enum address_mode amode = c_mode; variable 1184 && amode == c_mode 1192 amode = far_mode; 1196 amode = c_mode; 2251 amode = mode; 2267 if (assembly_begun && amode != (unsigned) mode) 2669 amode = far_mode; 3757 if (amode == c_mode) 5155 set_address_mode (amode); 5240 && amode != far_mode)
|
/openbsd/sys/kern/ |
H A D | vfs_syscalls.c | 1951 SCARG(uap, amode), 0)); in sys_access() 1965 SCARG(uap, amode), SCARG(uap, flag))); in sys_faccessat() 1969 dofaccessat(struct proc *p, int fd, const char *path, int amode, int flag) in dofaccessat() argument 1976 if (amode & ~(R_OK | W_OK | X_OK)) in dofaccessat() 1999 if (amode & R_OK) in dofaccessat() 2001 if (amode & W_OK) { in dofaccessat() 2005 if (amode & X_OK) in dofaccessat() 2012 if (amode) { in dofaccessat()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | syscall_emulator.c | 233 int amode = (int)va_arg(args, long); in syscall_emulator() local 234 ret = access(path, amode); in syscall_emulator() 1316 int amode = (int)va_arg(args, long); in syscall_emulator() local 1318 ret = faccessat(fd, path, amode, flag); in syscall_emulator()
|
/openbsd/sys/sys/ |
H A D | syscallargs.h | 176 syscallarg(int) amode; 1075 syscallarg(int) amode;
|
/openbsd/gnu/gcc/gcc/ |
H A D | loop-iv.c | 710 enum machine_mode amode = GET_MODE (next); in get_biv_step_1() local 712 if (GET_MODE_SIZE (amode) > GET_MODE_SIZE (*inner_mode)) in get_biv_step_1() 715 *inner_mode = amode; in get_biv_step_1()
|
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2581 #define __sanitizer_syscall_pre_faccessat(fd, path, amode, flag) \ argument 2583 (long long)(amode), \ 2585 #define __sanitizer_syscall_post_faccessat(res, fd, path, amode, flag) \ argument 2587 res, (long long)(fd), (long long)(path), (long long)(amode), \ 4792 long long amode, long long flag); 4794 long long path, long long amode,
|
/openbsd/gnu/gcc/gcc/config/cris/ |
H A D | cris.md | 4053 enum machine_mode amode 4061 operands[5] = gen_rtx_REG (amode, REGNO (operands[0])); 4063 = gen_rtx_AND (amode, gen_rtx_REG (amode, REGNO (operands[0])), 4065 amode == SImode 4066 ? QImode : amode)));
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 757 /// int access(const char *path, int amode);
|