| /openbsd-src/lib/libcrypto/bn/asm/ |
| H A D | x86_64-mont.pl | 700 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr); 755 lea 64(%rsp,$num,2),$tptr # end of tp[] buffer, &tp[2*$num] 757 lea -32($tptr,$i),$tptr # end of tp[] window, &tp[2*$num-"$i"] 765 mov $A0[0],-24($tptr,$i) # t[1] 772 mov $A0[1],-16($tptr,$i) # t[2] 791 mov $A0[0],-8($tptr,$j) # t[3] 810 mov $A0[1],($tptr,$j) # t[4] 827 mov $A0[0],8($tptr,$j) # t[5] 843 mov $A0[1],16($tptr,$j) # t[6] 861 mov $A0[0],-8($tptr,$j) # t[7] [all …]
|
| /openbsd-src/usr.bin/gencat/ |
| H A D | gencat.c | 174 char *tptr; in warning() local 175 for (tptr = curline; tptr < cptr; ++tptr) in warning() 295 char *tptr; in getmsg() local 309 tptr = msg; in getmsg() 318 *tptr++ = *cptr++; in getmsg() 330 i = tptr - msg; in getmsg() 332 tptr = msg + i; in getmsg() 335 *tptr++ = '\n'; in getmsg() 339 *tptr++ = '\t'; in getmsg() 343 *tptr++ = '\v'; in getmsg() [all …]
|
| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | print-slow.c | 124 const u_char *tptr, *tlv_tptr; in slow_print() local 134 tptr = pptr; in slow_print() 163 tptr += sizeof(const struct slow_common_header); in slow_print() 167 TCHECK2(*tptr, sizeof(struct tlv_header_t)); in slow_print() 168 tlv_header = (const struct tlv_header_t *)tptr; in slow_print() 186 tlv_tptr = tptr + sizeof(struct tlv_header_t); in slow_print() 190 TCHECK2(*tptr, tlv_len); in slow_print() 260 tptr += tlv_len; in slow_print()
|
| /openbsd-src/games/hack/ |
| H A D | hack.termcap.c | 87 char *tptr; in startup() local 90 tptr = (char *) alloc(1024); in startup() 97 if(tgetent(tptr, term) < 1) in startup() 139 free(tptr); in startup()
|
| /openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 730 #define __sanitizer_syscall_pre_compat_50_utimes(path, tptr) \ argument 732 (long long)(tptr)) 733 #define __sanitizer_syscall_post_compat_50_utimes(res, path, tptr) \ argument 735 (long long)(tptr)) 1106 #define __sanitizer_syscall_pre_compat_50_futimes(fd, tptr) \ argument 1108 (long long)(tptr)) 1109 #define __sanitizer_syscall_post_compat_50_futimes(res, fd, tptr) \ argument 1111 (long long)(tptr)) 1459 #define __sanitizer_syscall_pre_compat_50_lutimes(path, tptr) \ argument 1461 (long long)(tptr)) [all …]
|
| H A D | linux_syscall_hooks.h | 27 #define __sanitizer_syscall_pre_stime(tptr) \ argument 28 __sanitizer_syscall_pre_impl_stime((long)(tptr)) 29 #define __sanitizer_syscall_post_stime(res, tptr) \ argument 30 __sanitizer_syscall_post_impl_stime(res, (long)(tptr)) 2026 void __sanitizer_syscall_pre_impl_stime(long tptr); 2027 void __sanitizer_syscall_post_impl_stime(long res, long tptr);
|
| /openbsd-src/sys/dev/pcmcia/ |
| H A D | if_xe.c | 538 char *tptr; in xe_pcmcia_interpret_manfid() local 544 tptr = memchr(psc->card.cis1_info[2], 'C', in xe_pcmcia_interpret_manfid() 547 if (tptr && *(tptr + 1) == 'E' && *(tptr + 2) == '2') { in xe_pcmcia_interpret_manfid()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 3067 struct __sanitizer_timespec **tptr = (struct __sanitizer_timespec **)tptr_; 3072 if (tptr) { 3073 PRE_READ(tptr[0], struct_timespec_sz); 3074 PRE_READ(tptr[1], struct_timespec_sz); 3089 struct __sanitizer_timespec **tptr = (struct __sanitizer_timespec **)tptr_; 3090 if (tptr) { 3091 PRE_READ(tptr[0], struct_timespec_sz); 3092 PRE_READ(tptr[1], struct_timespec_sz); 3097 struct __sanitizer_timespec **tptr = (struct __sanitizer_timespec **)tptr_; 3102 if (tptr) { [all …]
|
| H A D | sanitizer_common_syscalls.inc | 215 PRE_SYSCALL(stime)(void *tptr) {} 217 POST_SYSCALL(stime)(long res, void *tptr) { 219 if (tptr) 220 POST_WRITE(tptr, sizeof(long));
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | syscall_emulator.c | 485 const struct timeval * tptr = (const struct timeval *)va_arg(args, long); in syscall_emulator() local 486 ret = utimes(path, tptr); in syscall_emulator() 491 const struct timeval * tptr = (const struct timeval *)va_arg(args, long); in syscall_emulator() local 492 ret = futimes(fd, tptr); in syscall_emulator()
|
| /openbsd-src/sys/sys/ |
| H A D | syscallargs.h | 374 syscallarg(const struct timeval *) tptr; 379 syscallarg(const struct timeval *) tptr;
|
| /openbsd-src/regress/usr.bin/diff/ |
| H A D | t9.2 | 2082 syscallarg(struct timeval *) tptr; 2091 if (SCARG(uap, tptr) == NULL) { 2096 error = copyin((caddr_t)SCARG(uap, tptr), (caddr_t)tv, 2138 syscallarg(struct timeval *) tptr; 2147 if (SCARG(uap, tptr) == NULL) { 2152 error = copyin((caddr_t)SCARG(uap, tptr), (caddr_t)tv,
|
| H A D | t9.1 | 1550 syscallarg(struct timeval *) tptr; 1559 if (SCARG(uap, tptr) == NULL) { 1563 } else if (error = copyin((caddr_t)SCARG(uap, tptr), (caddr_t)tv,
|
| /openbsd-src/sys/kern/ |
| H A D | vfs_syscalls.c | 2608 syscallarg(const struct timeval *) tptr; in sys_utimes() 2616 tvp = SCARG(uap, tptr); in sys_utimes() 2749 syscallarg(const struct timeval *) tptr; in sys_futimes() 2756 tvp = SCARG(uap, tptr); in sys_futimes()
|