/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
H A D | templates.cc | 75 short g(short, const short, volatile short) in g() argument 77 short g(R, short&, const short&, volatile short&) in g() argument 79 short g(short*, const short*, volatile short*) in g() argument 81 short g(S, short*&, const short*&, volatile short*&) in g() argument 84 signed short g(T, signed short, const signed short, volatile signed short) in g() 86 signed short g(T, R, signed short&, const signed short&, volatile signed short&) in g() 88 signed short g(T, signed short*, const signed short*, volatile signed short*) in g() 93 unsigned short g(unsigned short, const unsigned short, volatile unsigned short) in g() 95 unsigned short g(R, unsigned short&, const unsigned short&, volatile unsigned short&) in g() 97 unsigned short g(unsigned short*, const unsigned short*, volatile unsigned short*) in g() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | arg7.C | 12 int ovf(unsigned long, short, short) { printf ("PASS\n"); return 0; } in ovf() argument 13 int ovf( int, short, unsigned long) { printf ("FAIL\n"); return 1; } in ovf() argument
|
H A D | ctors14.C | 26 B0(short) : A0() {} in B0() argument
|
/openbsd/usr.sbin/unbound/util/ |
H A D | ub_event_pluggable.c | 193 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in my_timer_add() argument 276 my_event_new(struct ub_event_base* base, int fd, short bits, in my_event_new() argument 297 void (*cb)(int, short, void*), void* arg) in my_signal_new() argument 317 void (*cb)(int, short, void*), void* arg) in my_winsock_register_wsaevent() argument 508 ub_event_new(struct ub_event_base* base, int fd, short bits, in ub_event_new() argument 521 void (*cb)(int, short, void*), void* arg) in ub_signal_new() argument 533 void (*cb)(int, short, void*), void* arg) in ub_winsock_register_wsaevent() argument 608 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in ub_timer_add() argument
|
H A D | ub_event.c | 290 ub_event_new(struct ub_event_base* base, int fd, short bits, in ub_event_new() argument 315 void (*cb)(int, short, void*), void* arg) in ub_signal_new() argument 339 void (*cb)(int, short, void*), void* arg) in ub_winsock_register_wsaevent() argument 400 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in ub_timer_add() argument
|
H A D | winsock_event.c | 469 void event_set(struct event *ev, int fd, short bits, in event_set() argument 660 WSAEVENT wsaevent, void (*cb)(int, short, void*), void* arg) in winsock_register_wsaevent() argument
|
H A D | mini_event.c | 271 void event_set(struct event* ev, int fd, short bits, in event_set() argument
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | ub_event_pluggable.c | 193 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in my_timer_add() argument 276 my_event_new(struct ub_event_base* base, int fd, short bits, in my_event_new() argument 297 void (*cb)(int, short, void*), void* arg) in my_signal_new() argument 317 void (*cb)(int, short, void*), void* arg) in my_winsock_register_wsaevent() argument 508 ub_event_new(struct ub_event_base* base, int fd, short bits, in ub_event_new() argument 521 void (*cb)(int, short, void*), void* arg) in ub_signal_new() argument 533 void (*cb)(int, short, void*), void* arg) in ub_winsock_register_wsaevent() argument 608 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in ub_timer_add() argument
|
H A D | winsock_event.c | 469 void event_set(struct event *ev, int fd, short bits, in event_set() argument 660 WSAEVENT wsaevent, void (*cb)(int, short, void*), void* arg) in winsock_register_wsaevent() argument
|
H A D | mini_event.c | 271 void event_set(struct event* ev, int fd, short bits, in event_set() argument
|
/openbsd/regress/libexec/ld.so/ldd/ |
H A D | Makefile | 12 short: target
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | c-inline.C | 7 inline short abs (short) { return 0; } in abs() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
H A D | ucs.c | 16 #define short +2 macro
|
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
H A D | util.py | 9 def safe_repr(obj, short=False): argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/ |
H A D | short.f | 1 program short program
|
/openbsd/lib/libevent/ |
H A D | event.c | 519 event_once(int fd, short events, in event_once() argument 527 event_base_once(struct event_base *base, int fd, short events, in event_base_once() argument 573 event_set(struct event *ev, int fd, short events, in event_set() argument
|
/openbsd/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/ |
H A D | Balanced.pm | 426 short: label
|
/openbsd/usr.sbin/ldpd/ |
H A D | accept.c | 52 accept_add(int fd, void (*cb)(int, short, void *), void *arg) in accept_add() argument
|
/openbsd/usr.sbin/npppd/npppd/ |
H A D | accept.c | 54 accept_add(int fd, void (*cb)(int, short, void *), void *arg) in accept_add() argument
|
/openbsd/usr.sbin/vmd/ |
H A D | vm.c | 1308 vm_pipe_init(struct vm_dev_pipe *p, void (*cb)(int, short, void *)) in vm_pipe_init() argument 1325 vm_pipe_init2(struct vm_dev_pipe *p, void (*cb)(int, short, void *), void *arg) in vm_pipe_init2() argument
|
H A D | vmm.c | 458 vmm_pipe(struct vmd_vm *vm, int fd, void (*cb)(int, short, void *)) in vmm_pipe() argument
|
/openbsd/usr.sbin/relayd/ |
H A D | check_icmp.c | 88 void (*fn)(int, short, void *)) in check_icmp_add() argument
|
/openbsd/usr.sbin/nsd/ |
H A D | mini_event.c | 323 event_set(struct event* ev, int fd, short bits, in event_set() argument
|
/openbsd/usr.sbin/unbound/dnstap/ |
H A D | unbound-dnstap-socket.c | 290 void (*ev_cb)(int, short, void*), void* data) in tap_socket_new_local() argument 311 void (*ev_cb)(int, short, void*), void* data) in tap_socket_new_tcpaccept() argument 332 void (*ev_cb)(int, short, void*), void* data, char* server_key, in tap_socket_new_tlsaccept() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | libgcc2.h | 144 #define short bogus_type macro
|