Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 3891) sorted by relevance

12345678910>>...156

/openbsd/usr.sbin/lpd/
H A Dproc.c69 proc_getpid(struct imsgproc *p) in proc_getpid()
75 proc_gettype(struct imsgproc *p) in proc_gettype()
95 struct imsgproc *p; in proc_bypid() local
107 struct imsgproc *p; in proc_exec() local
152 struct imsgproc *p; in proc_attach() local
196 proc_free(struct imsgproc *p) in proc_free()
214 struct imsgproc *p; in proc_new() local
278 struct imsgproc *p = arg; in proc_dispatch() local
346 m_close(struct imsgproc *p) in m_close()
428 m_end(struct imsgproc *p) in m_end()
[all …]
/openbsd/regress/lib/libcrypto/mlkem/
H A Dparse_test_file.c192 parse_advance(struct parse *p) in parse_advance()
202 parse_max(struct parse *p) in parse_max()
214 parse_cur(struct parse *p) in parse_cur()
232 parse_states(struct parse *p) in parse_states()
246 parse_state(struct parse *p) in parse_state()
252 line(struct parse *p) in line()
258 test(struct parse *p) in test()
264 name(struct parse *p) in name()
272 label(struct parse *p) in label()
278 match(struct parse *p) in match()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Diftrap-1.c3 void f1(int p) in f1()
9 void f2(int p) in f2()
17 void f3(int p) in f3()
25 void f4(int p, int q) in f4()
37 void f5(int p) in f5()
45 void f6(int p) in f6()
53 void f7(int p) in f7()
61 void f8(int p) in f8()
72 void f9(int p) in f9()
83 void f10(int p) in f10()
[all …]
/openbsd/usr.bin/mandoc/
H A Dterm.c57 term_free(struct termp *p) in term_free()
79 term_end(struct termp *p) in term_end()
93 term_flushln(struct termp *p) in term_flushln()
435 endline(struct termp *p) in endline()
459 term_newln(struct termp *p) in term_newln()
474 term_vspace(struct termp *p) in term_vspace()
488 term_fontlast(struct termp *p) in term_fontlast()
532 term_fontpop(struct termp *p) in term_fontpop()
811 bufferc(struct termp *p, char c) in bufferc()
826 term_tab_ref(struct termp *p) in term_tab_ref()
[all …]
H A Dterm_ascii.c60 struct termp *p; in ascii_init() local
174 struct termp *p; in terminal_sepline() local
186 ascii_width(const struct termp *p, int c) in ascii_width()
199 ascii_letter(struct termp *p, int c) in ascii_letter()
206 ascii_begin(struct termp *p) in ascii_begin()
213 ascii_end(struct termp *p) in ascii_end()
220 ascii_endline(struct termp *p) in ascii_endline()
233 ascii_advance(struct termp *p, size_t len) in ascii_advance()
364 locale_width(const struct termp *p, int c) in locale_width()
394 locale_endline(struct termp *p) in locale_endline()
[all …]
/openbsd/lib/libpcap/
H A Dpcap.c247 pcap_breakloop(pcap_t *p) in pcap_breakloop()
253 pcap_datalink(pcap_t *p) in pcap_datalink()
382 pcap_snapshot(pcap_t *p) in pcap_snapshot()
388 pcap_is_swapped(pcap_t *p) in pcap_is_swapped()
394 pcap_major_version(pcap_t *p) in pcap_major_version()
400 pcap_minor_version(pcap_t *p) in pcap_minor_version()
406 pcap_file(pcap_t *p) in pcap_file()
412 pcap_fileno(pcap_t *p) in pcap_fileno()
430 pcap_geterr(pcap_t *p) in pcap_geterr()
586 pcap_do_addexit(pcap_t *p) in pcap_do_addexit()
[all …]
H A Dpcap-bpf.c53 pcap_stats(pcap_t *p, struct pcap_stat *ps) in pcap_stats()
199 bpf_open(pcap_t *p) in bpf_open()
258 pcap_can_set_rfmon(pcap_t *p) in pcap_can_set_rfmon()
275 pcap_cleanup_bpf(pcap_t *p) in pcap_cleanup_bpf()
367 pcap_close(pcap_t *p) in pcap_close()
376 check_setif_failure(pcap_t *p, int error) in check_setif_failure()
406 pcap_activate(pcap_t *p) in pcap_activate()
610 monitor_mode(pcap_t *p, int set) in monitor_mode()
820 pcap_t *p; in pcap_create() local
851 pcap_t *p; in pcap_open_live() local
[all …]
/openbsd/sys/dev/pci/drm/i915/
H A Di915_syncmap.c99 static inline u32 *__sync_seqno(struct i915_syncmap *p) in __sync_seqno()
118 __sync_leaf_idx(const struct i915_syncmap *p, u64 id) in __sync_leaf_idx()
156 struct i915_syncmap *p; in i915_syncmap_is_later() local
201 struct i915_syncmap *p; in __sync_alloc_leaf() local
219 __sync_seqno(p)[idx] = seqno; in __sync_set_seqno() local
227 __sync_child(p)[idx] = child; in __sync_set_child() local
232 struct i915_syncmap *p = *root; in __sync_set() local
299 __sync_child(p->parent)[idx] = next; in __sync_set() local
355 struct i915_syncmap *p = *root; in i915_syncmap_set() local
369 static void __sync_free(struct i915_syncmap *p) in __sync_free()
[all …]
/openbsd/regress/lib/libc/malloc/malloc_errs/
H A Dmalloc_errs.c30 clearq(void *p) in clearq()
66 void *p, *q; in t2() local
79 void *p = malloc(100); in t3() local
102 char *p = malloc(32); in t6() local
112 char *p, *q; in t7() local
129 char *p, *q; in t8() local
142 char *p = malloc(100); in t9() local
161 char *p = malloc(16); in t12() local
169 char *p = malloc(16); in t13() local
177 char *p = malloc(15); in t14() local
[all …]
/openbsd/sys/dev/pci/drm/include/linux/
H A Datomic.h45 #define atomic_read(p) READ_ONCE(*(p)) argument
67 #define try_cmpxchg(p, op, n) \ argument
133 #define atomic64_read(p) READ_ONCE(*(p)) argument
256 clear_bit(u_int b, volatile void *p) in clear_bit()
269 set_bit(u_int b, volatile void *p) in set_bit()
275 __clear_bit(u_int b, volatile void *p) in __clear_bit()
282 __set_bit(u_int b, volatile void *p) in __set_bit()
289 test_bit(u_int b, const volatile void *p) in test_bit()
358 find_first_bit(volatile void *p, int max) in find_first_bit()
392 #define for_each_set_bit(b, p, max) \ argument
[all …]
/openbsd/sys/arch/alpha/alpha/
H A Dprocess_machdep.c93 #define process_frame(p) ((p)->p_md.md_tf) argument
94 #define process_pcb(p) (&(p)->p_addr->u_pcb) argument
98 process_read_regs(p, regs) in process_read_regs() argument
110 process_read_fpregs(p, regs) in process_read_fpregs() argument
125 process_write_regs(p, regs) in process_write_regs() argument
137 process_set_pc(p, addr) in process_set_pc() argument
148 process_write_fpregs(p, regs) in process_write_fpregs() argument
206 ptrace_read_register(struct proc *p, int regno) in ptrace_read_register()
253 ptrace_clear_bpt(struct proc *p, struct mdbpt *bpt) in ptrace_clear_bpt()
259 ptrace_set_bpt(struct proc *p, struct mdbpt *bpt) in ptrace_set_bpt()
[all …]
/openbsd/sys/arch/armv7/omap/
H A Dif_cpswreg.h90 #define CPSW_ALE_PORTCTL(p) (CPSW_ALE_OFFSET + 0x40 + ((p) * 0x04)) argument
93 #define CPSW_SL_MACCONTROL(p) (CPSW_SL_OFFSET + (0x40 * (p)) + 0x04) argument
94 #define CPSW_SL_SOFT_RESET(p) (CPSW_SL_OFFSET + (0x40 * (p)) + 0x0C) argument
95 #define CPSW_SL_RX_MAXLEN(p) (CPSW_SL_OFFSET + (0x40 * (p)) + 0x10) argument
110 #define CPSW_WR_C_RX_EN(p) (CPSW_WR_OFFSET + (0x10 * (p)) + 0x14) argument
111 #define CPSW_WR_C_TX_EN(p) (CPSW_WR_OFFSET + (0x10 * (p)) + 0x18) argument
112 #define CPSW_WR_C_MISC_EN(p) (CPSW_WR_OFFSET + (0x10 * (p)) + 0x1C) argument
114 #define CPSW_WR_C_RX_STAT(p) (CPSW_WR_OFFSET + (0x10 * (p)) + 0x44) argument
115 #define CPSW_WR_C_TX_STAT(p) (CPSW_WR_OFFSET + (0x10 * (p)) + 0x48) argument
117 #define CPSW_WR_C_RX_IMAX(p) (CPSW_WR_OFFSET + (0x08 * (p)) + 0x70) argument
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan.cpp480 void __hwasan_load1(uptr p) { in __hwasan_load1()
483 void __hwasan_load2(uptr p) { in __hwasan_load2()
486 void __hwasan_load4(uptr p) { in __hwasan_load4()
489 void __hwasan_load8(uptr p) { in __hwasan_load8()
492 void __hwasan_load16(uptr p) { in __hwasan_load16()
499 void __hwasan_load1_noabort(uptr p) { in __hwasan_load1_noabort()
518 void __hwasan_store1(uptr p) { in __hwasan_store1()
521 void __hwasan_store2(uptr p) { in __hwasan_store2()
524 void __hwasan_store4(uptr p) { in __hwasan_store4()
527 void __hwasan_store8(uptr p) { in __hwasan_store8()
[all …]
/openbsd/sys/kern/
H A Dkern_pledge.c745 pledge_recvfd(struct proc *p, struct file *fp) in pledge_recvfd()
773 pledge_sendfd(struct proc *p, struct file *fp) in pledge_sendfd()
1024 pledge_adjtime(struct proc *p, const void *v) in pledge_adjtime()
1039 pledge_sendit(struct proc *p, const void *to) in pledge_sendit()
1532 pledge_flock(struct proc *p) in pledge_flock()
1543 pledge_swapctl(struct proc *p, int cmd) in pledge_swapctl()
1579 pledge_fcntl(struct proc *p, int cmd) in pledge_fcntl()
1589 pledge_kill(struct proc *p, pid_t pid) in pledge_kill()
1601 pledge_profil(struct proc *p, u_int scale) in pledge_profil()
1611 pledge_protexec(struct proc *p, int prot) in pledge_protexec()
[all …]
H A Dvfs_syscalls.c101 sys_mount(struct proc *p, void *v, register_t *retval) in sys_mount() argument
358 sys_unmount(struct proc *p, voi argument
406 dounmount(struct mount * mp,int flags,struct proc * p) dounmount() argument
470 dounmount_leaf(struct mount * mp,int flags,struct proc * p) dounmount_leaf() argument
524 sys_sync(struct proc * p,void * v,register_t * retval) sys_sync() argument
550 sys_quotactl(struct proc * p,void * v,register_t * retval) sys_quotactl() argument
572 copyout_statfs(struct statfs * sp,void * uaddr,struct proc * p) copyout_statfs() argument
603 sys_statfs(struct proc * p,void * v,register_t * retval) sys_statfs() argument
634 sys_fstatfs(struct proc * p,void * v,register_t * retval) sys_fstatfs() argument
666 sys_getfsstat(struct proc * p,void * v,register_t * retval) sys_getfsstat() argument
723 sys_fchdir(struct proc * p,void * v,register_t * retval) sys_fchdir() argument
771 sys_chdir(struct proc * p,void * v,register_t * retval) sys_chdir() argument
797 sys_chroot(struct proc * p,void * v,register_t * retval) sys_chroot() argument
834 change_dir(struct nameidata * ndp,struct proc * p) change_dir() argument
854 sys___realpath(struct proc * p,void * v,register_t * retval) sys___realpath() argument
944 sys_unveil(struct proc * p,void * v,register_t * retval) sys_unveil() argument
1042 sys_open(struct proc * p,void * v,register_t * retval) sys_open() argument
1055 sys_openat(struct proc * p,void * v,register_t * retval) sys_openat() argument
1069 doopenat(struct proc * p,int fd,const char * path,int oflags,mode_t mode,register_t * retval) doopenat() argument
1206 sys___tmpfd(struct proc * p,void * v,register_t * retval) sys___tmpfd() argument
1292 sys_getfh(struct proc * p,void * v,register_t * retval) sys_getfh() argument
1332 sys_fhopen(struct proc * p,void * v,register_t * retval) sys_fhopen() argument
1465 sys_fhstat(struct proc * p,void * v,register_t * retval) sys_fhstat() argument
1499 sys_fhstatfs(struct proc * p,void * v,register_t * retval) sys_fhstatfs() argument
1537 sys_mknod(struct proc * p,void * v,register_t * retval) sys_mknod() argument
1550 sys_mknodat(struct proc * p,void * v,register_t * retval) sys_mknodat() argument
1564 domknodat(struct proc * p,int fd,const char * path,mode_t mode,dev_t dev) domknodat() argument
1642 sys_mkfifo(struct proc * p,void * v,register_t * retval) sys_mkfifo() argument
1654 sys_mkfifoat(struct proc * p,void * v,register_t * retval) sys_mkfifoat() argument
1670 sys_link(struct proc * p,void * v,register_t * retval) sys_link() argument
1682 sys_linkat(struct proc * p,void * v,register_t * retval) sys_linkat() argument
1697 dolinkat(struct proc * p,int fd1,const char * path1,int fd2,const char * path2,int flag) dolinkat() argument
1754 sys_symlink(struct proc * p,void * v,register_t * retval) sys_symlink() argument
1765 sys_symlinkat(struct proc * p,void * v,register_t * retval) sys_symlinkat() argument
1778 dosymlinkat(struct proc * p,const char * upath,int fd,const char * link) dosymlinkat() argument
1816 sys_unlink(struct proc * p,void * v,register_t * retval) sys_unlink() argument
1826 sys_unlinkat(struct proc * p,void * v,register_t * retval) sys_unlinkat() argument
1839 dounlinkat(struct proc * p,int fd,const char * path,int flag) dounlinkat() argument
1905 sys_lseek(struct proc * p,void * v,register_t * retval) sys_lseek() argument
1943 sys_access(struct proc * p,void * v,register_t * retval) sys_access() argument
1955 sys_faccessat(struct proc * p,void * v,register_t * retval) sys_faccessat() argument
1969 dofaccessat(struct proc * p,int fd,const char * path,int amode,int flag) dofaccessat() argument
2030 sys_stat(struct proc * p,void * v,register_t * retval) sys_stat() argument
2041 sys_fstatat(struct proc * p,void * v,register_t * retval) sys_fstatat() argument
2055 dofstatat(struct proc * p,int fd,const char * path,struct stat * buf,int flag) dofstatat() argument
2094 sys_lstat(struct proc * p,void * v,register_t * retval) sys_lstat() argument
2109 sys_pathconf(struct proc * p,void * v,register_t * retval) sys_pathconf() argument
2121 sys_pathconfat(struct proc * p,void * v,register_t * retval) sys_pathconfat() argument
2135 dopathconfat(struct proc * p,int fd,const char * path,int name,int flag,register_t * retval) dopathconfat() argument
2159 sys_readlink(struct proc * p,void * v,register_t * retval) sys_readlink() argument
2172 sys_readlinkat(struct proc * p,void * v,register_t * retval) sys_readlinkat() argument
2186 doreadlinkat(struct proc * p,int fd,const char * path,char * buf,size_t count,register_t * retval) doreadlinkat() argument
2224 sys_chflags(struct proc * p,void * v,register_t * retval) sys_chflags() argument
2236 sys_chflagsat(struct proc * p,void * v,register_t * retval) sys_chflagsat() argument
2250 dochflagsat(struct proc * p,int fd,const char * path,u_int flags,int atflags) dochflagsat() argument
2271 sys_fchflags(struct proc * p,void * v,register_t * retval) sys_fchflags() argument
2290 dovchflags(struct proc * p,struct vnode * vp,u_int flags) dovchflags() argument
2323 sys_chmod(struct proc * p,void * v,register_t * retval) sys_chmod() argument
2334 sys_fchmodat(struct proc * p,void * v,register_t * retval) sys_fchmodat() argument
2348 dofchmodat(struct proc * p,int fd,const char * path,mode_t mode,int flag) dofchmodat() argument
2385 sys_fchmod(struct proc * p,void * v,register_t * retval) sys_fchmod() argument
2422 sys_chown(struct proc * p,void * v,register_t * retval) sys_chown() argument
2435 sys_fchownat(struct proc * p,void * v,register_t * retval) sys_fchownat() argument
2450 dofchownat(struct proc * p,int fd,const char * path,uid_t uid,gid_t gid,int flag) dofchownat() argument
2501 sys_lchown(struct proc * p,void * v,register_t * retval) sys_lchown() argument
2554 sys_fchown(struct proc * p,void * v,register_t * retval) sys_fchown() argument
2605 sys_utimes(struct proc * p,void * v,register_t * retval) sys_utimes() argument
2637 sys_utimensat(struct proc * p,void * v,register_t * retval) sys_utimensat() argument
2675 doutimensat(struct proc * p,int fd,const char * path,struct timespec ts[2],int flag) doutimensat() argument
2697 dovutimens(struct proc * p,struct vnode * vp,struct timespec ts[2]) dovutimens() argument
2746 sys_futimes(struct proc * p,void * v,register_t * retval) sys_futimes() argument
2779 sys_futimens(struct proc * p,void * v,register_t * retval) sys_futimens() argument
2813 dofutimens(struct proc * p,int fd,struct timespec ts[2]) dofutimens() argument
2832 dotruncate(struct proc * p,struct vnode * vp,off_t len) dotruncate() argument
2861 sys_truncate(struct proc * p,void * v,register_t * retval) sys_truncate() argument
2888 sys_ftruncate(struct proc * p,void * v,register_t * retval) sys_ftruncate() argument
2917 sys_fsync(struct proc * p,void * v,register_t * retval) sys_fsync() argument
2942 sys_rename(struct proc * p,void * v,register_t * retval) sys_rename() argument
2954 sys_renameat(struct proc * p,void * v,register_t * retval) sys_renameat() argument
2968 dorenameat(struct proc * p,int fromfd,const char * from,int tofd,const char * to) dorenameat() argument
3053 sys_mkdir(struct proc * p,void * v,register_t * retval) sys_mkdir() argument
3064 sys_mkdirat(struct proc * p,void * v,register_t * retval) sys_mkdirat() argument
3077 domkdirat(struct proc * p,int fd,const char * path,mode_t mode) domkdirat() argument
3113 sys_rmdir(struct proc * p,void * v,register_t * retval) sys_rmdir() argument
3126 sys_getdents(struct proc * p,void * v,register_t * retval) sys_getdents() argument
3190 sys_umask(struct proc * p,void * v,register_t * retval) sys_umask() argument
3209 sys_revoke(struct proc * p,void * v,register_t * retval) sys_revoke() argument
3248 getvnode(struct proc * p,int fd,struct file ** fpp) getvnode() argument
3276 sys_pread(struct proc * p,void * v,register_t * retval) sys_pread() argument
3304 sys_preadv(struct proc * p,void * v,register_t * retval) sys_preadv() argument
3336 sys_pwrite(struct proc * p,void * v,register_t * retval) sys_pwrite() argument
3364 sys_pwritev(struct proc * p,void * v,register_t * retval) sys_pwritev() argument
[all...]
/openbsd/lib/libc/uuid/
H A Duuid_stream.c86 uint8_t const *p = (uint8_t const *)pp; in be16dec() local
94 uint8_t const *p = (uint8_t const *)pp; in be32dec() local
102 uint8_t const *p = (uint8_t const *)pp; in le16dec() local
118 uint8_t *p = (uint8_t *)pp; in be16enc() local
127 uint8_t *p = (uint8_t *)pp; in be32enc() local
138 uint8_t *p = (uint8_t *)pp; in le16enc() local
147 uint8_t *p = (uint8_t *)pp; in le32enc() local
158 uint8_t *p = buf; in uuid_enc_le() local
173 const uint8_t *p = buf; in uuid_dec_le() local
188 uint8_t *p = buf; in uuid_enc_be() local
[all …]
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_events.c125 page_slots(p->signal_page)[id] = UNSIGNALED_EVENT_SLOT; in allocate_event_notification_slot() local
157 struct kfd_process *p, uint32_t id, uint32_t bits) in lookup_signaled_event_by_partial_id()
241 int kfd_event_init_process(struct kfd_process *p) in kfd_event_init_process()
280 static void destroy_events(struct kfd_process *p) in destroy_events()
308 void kfd_event_free_process(struct kfd_process *p) in kfd_event_free_process()
445 struct kfd_process *p, in kfd_criu_restore_event()
521 int kfd_criu_checkpoint_events(struct kfd_process *p, in kfd_criu_checkpoint_events()
592 int kfd_get_num_events(struct kfd_process *p) in kfd_get_num_events()
798 static int init_event_waiter(struct kfd_process *p, in init_event_waiter()
934 int kfd_wait_on_events(struct kfd_process *p, in kfd_wait_on_events()
[all …]
/openbsd/lib/libc/arch/sparc64/
H A DSYS.h50 #define __ENTRY_HIDDEN(p,x) ENTRY(_CAT(p,x)) argument
70 #define _SYSCALL(p,x,y) \ argument
80 #define _SYSCALL_HIDDEN(p,x,y) \ argument
90 #define __SYSCALL(p,x) \ argument
93 #define __SYSCALL_HIDDEN(p,x) \ argument
101 #define __RSYSCALL(p,x) \ argument
109 #define __RSYSCALL_HIDDEN(p,x) \ argument
121 #define __PSEUDO(p,x,y) \ argument
136 #define __SYSCALL_NOERROR(p,x) \ argument
148 #define __RSYSCALL_NOERROR(p,x) \ argument
[all …]
/openbsd/usr.sbin/tcpdump/
H A Dextract.h28 #define EXTRACT_16BITS(p) \ argument
32 #define EXTRACT_32BITS(p) \ argument
38 #define EXTRACT_24BITS(p) \ argument
45 #define EXTRACT_LE_8BITS(p) (*(p)) argument
46 #define EXTRACT_LE_16BITS(p) \ argument
49 #define EXTRACT_LE_32BITS(p) \ argument
54 #define EXTRACT_LE_64BITS(p) \ argument
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mman_test.cpp21 char *p = (char *)Alloc(10); in TEST() local
39 char *p = (char*)user_alloc(thr, pc, 10); in TEST() local
54 void *p = user_realloc(thr, pc, 0, 0); in TEST() local
61 void *p = user_realloc(thr, pc, 0, 100); in TEST() local
67 void *p = user_alloc(thr, pc, 100); in TEST() local
75 void *p = user_realloc(thr, pc, 0, 100); in TEST() local
100 char *p = (char*)user_alloc(thr, pc, 10); in TEST() local
122 char *p = (char*)user_alloc(thr, 0, 10); in TEST() local
143 void *p = user_valloc(thr, 0, 100); in TEST() local
164 void *p = user_memalign(thr, 0, 8, 100); in TEST() local
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dregcomp.h431 #define ARG1u(p) ARG_VALUE(ARG1u_LOC(p)) argument
432 #define ARG1i(p) ARG_VALUE(ARG1i_LOC(p)) argument
433 #define ARG1a(p) ARG_VALUE(ARG1a_LOC(p)) argument
434 #define ARG1b(p) ARG_VALUE(ARG1b_LOC(p)) argument
436 #define ARG2u(p) ARG_VALUE(ARG2u_LOC(p)) argument
446 #define ARGp(p) ARGp_VALUE_inline(p) argument
495 #define OPERANDs(p) STRINGs(p) argument
517 #define OPERANDl(p) STRINGl(p) argument
523 #define OPERAND(p) STRING(p) argument
1064 #define ANYOF_BITMAP_SETALL(p) \ argument
[all …]
/openbsd/usr.bin/ssh/
H A Dsshbuf-getput-basic.c213 const u_char *p; in sshbuf_get_string_direct() local
305 u_char *p; in sshbuf_get_stringb() local
324 u_char *p; in sshbuf_put() local
359 u_char *p; in sshbuf_putfv() local
390 u_char *p; in sshbuf_put_u64() local
402 u_char *p; in sshbuf_put_u32() local
414 u_char *p; in sshbuf_put_u16() local
426 u_char *p; in sshbuf_put_u8() local
452 u_char *p = NULL; in sshbuf_poke_u64() local
464 u_char *p = NULL; in sshbuf_poke_u32() local
[all …]
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dprdbg.c541 pr_empty_type (void *p) in pr_empty_type()
551 pr_void_type (void *p) in pr_void_type()
674 pr_pointer_type (void *p) in pr_pointer_type()
764 pr_reference_type (void *p) in pr_reference_type()
872 pr_offset_type (void *p) in pr_offset_type()
990 pr_const_type (void *p) in pr_const_type()
1000 pr_volatile_type (void *p) in pr_volatile_type()
1161 pr_end_struct_type (void *p) in pr_end_struct_type()
1540 pr_class_end_method (void *p) in pr_class_end_method()
1551 pr_end_class_type (void *p) in pr_end_class_type()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dprdbg.c542 pr_empty_type (void *p) in pr_empty_type()
552 pr_void_type (void *p) in pr_void_type()
675 pr_pointer_type (void *p) in pr_pointer_type()
765 pr_reference_type (void *p) in pr_reference_type()
873 pr_offset_type (void *p) in pr_offset_type()
991 pr_const_type (void *p) in pr_const_type()
1001 pr_volatile_type (void *p) in pr_volatile_type()
1162 pr_end_struct_type (void *p) in pr_end_struct_type()
1541 pr_class_end_method (void *p) in pr_class_end_method()
1552 pr_end_class_type (void *p) in pr_end_class_type()
[all …]
/openbsd/lib/libexpat/lib/
H A Dxmltok.c135 isNever(const ENCODING *enc, const char *p) { in isNever()
142 utf8_isName2(const ENCODING *enc, const char *p) { in utf8_isName2()
252 sb_byteType(const ENCODING *enc, const char *p) { in sb_byteType()
257 # define BYTE_TYPE(enc, p) SB_BYTE_TYPE(enc, p) argument
268 # define BYTE_TO_ASCII(enc, p) (*(p)) argument
288 # define IS_NAME_CHAR_MINBPC(enc, p) (0) argument
289 # define IS_NMSTRT_CHAR_MINBPC(enc, p) (0) argument
302 # define CHAR_MATCHES(enc, p, c) (*(p) == (c)) argument
923 # define IS_NAME_CHAR(enc, p, n) 0 argument
925 # define IS_NMSTRT_CHAR(enc, p, n) (0) argument
[all …]

12345678910>>...156