/openbsd/gnu/usr.bin/perl/ |
H A D | regcharclass.h | 29 #define is_LNBREAK_safe(s,e,is_utf8) \ argument 54 #define is_LNBREAK_utf8_safe(s,e) \ argument 72 #define is_LNBREAK_latin1_safe(s,e) \ argument 88 #define is_HORIZWS_high(s) \ argument 110 #define is_VERTWS_high(s) \ argument 123 #define is_XDIGIT_high(s) \ argument 141 #define is_XPERLSPACE_high(s) \ argument 164 #define is_SPACE_utf8_safe_backwards(s,e) \ argument 193 #define is_NONCHAR_utf8_safe(s,e) \ argument 211 #define is_SHORTER_NON_CHARS_utf8(s) \ argument [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | symbol.h | 162 #define ffesymbol_attrs(s) ((s)->attrs) argument 166 #define ffesymbol_common(s) ((s)->common) argument 180 #define ffesymbol_dims(s) ((s)->dims) argument 186 #define ffesymbol_equiv(s) ((s)->equiv) argument 194 #define ffesymbol_hook(s) ((s)->hook) argument 196 #define ffesymbol_info(s) ((s)->info) argument 197 #define ffesymbol_init(s) ((s)->init) argument 214 #define ffesymbol_name(s) ((s)->name) argument 266 #define ffesymbol_state(s) ((s)->state) argument 278 #define ffesymbol_value(s) ((s)->value) argument [all …]
|
H A D | storag.h | 119 #define ffestorag_accretes(s) ((s)->accretes) argument 123 #define ffestorag_hook(s) ((s)->hook) argument 124 #define ffestorag_init(s) ((s)->init) argument 129 #define ffestorag_is_init(s) ((s)->is_init) argument 130 #define ffestorag_is_save(s) ((s)->is_save) argument 134 #define ffestorag_modulo(s) ((s)->modulo) argument 135 #define ffestorag_offset(s) ((s)->offset) argument 136 #define ffestorag_parent(s) ((s)->parent) argument 155 #define ffestorag_size(s) ((s)->size) argument 156 #define ffestorag_symbol(s) ((s)->symbol) argument [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-coff.h | 268 #define S_GET_NUMBER_AUXILIARY(s) \ argument 339 #define SF_GET(s) (*symbol_get_obj (s)) argument 344 #define SF_GET_FILE(s) (SF_GET (s) & SF_FILE) argument 347 #define SF_GET_STRING(s) (SF_GET (s) & SF_STRING) argument 348 #define SF_GET_LOCAL(s) (SF_GET (s) & SF_LOCAL) argument 351 #define SF_GET_TAGGED(s) (SF_GET (s) & SF_TAGGED) argument 352 #define SF_GET_TAG(s) (SF_GET (s) & SF_TAG) argument 361 #define SF_SET(s,v) (SF_GET (s) = (v)) argument 364 #define SF_SET_FILE(s) (SF_GET (s) |= SF_FILE) argument 368 #define SF_SET_LOCAL(s) (SF_GET (s) |= SF_LOCAL) argument [all …]
|
H A D | obj-aout.h | 106 #define S_IS_DEFINED(s) \ argument 109 #define S_IS_COMMON(s) \ argument 115 #define S_FORCE_RELOC(s, strict) \ argument 123 #define S_IS_LOCAL(s) \ argument 135 #define S_IS_STABD(s) (S_GET_NAME(s) == (char *)0) argument 139 #define S_GET_NAME(s) ((s)->sy_symbol.n_un.n_name) argument 147 #define S_GET_OTHER(s) ((s)->sy_symbol.n_other) argument 149 #define S_GET_DESC(s) ((s)->sy_symbol.n_desc) argument 151 #define S_GET_WEAK(s) ((s)->sy_obj) argument 173 #define S_SET_WEAK(s) ((s)->sy_obj = 1) argument [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-coff.h | 204 #define S_GET_NUMBER_AUXILIARY(s) \ argument 270 #define SF_GET(s) (* symbol_get_obj (s)) argument 275 #define SF_GET_FILE(s) (SF_GET (s) & SF_FILE) argument 278 #define SF_GET_STRING(s) (SF_GET (s) & SF_STRING) argument 279 #define SF_GET_LOCAL(s) (SF_GET (s) & SF_LOCAL) argument 282 #define SF_GET_TAGGED(s) (SF_GET (s) & SF_TAGGED) argument 283 #define SF_GET_TAG(s) (SF_GET (s) & SF_TAG) argument 292 #define SF_SET(s,v) (SF_GET (s) = (v)) argument 295 #define SF_SET_FILE(s) (SF_GET (s) |= SF_FILE) argument 299 #define SF_SET_LOCAL(s) (SF_GET (s) |= SF_LOCAL) argument [all …]
|
/openbsd/lib/libssl/ |
H A D | ssl_tlsext.c | 43 tlsext_alpn_client_needs(SSL *s, uint16_t msg_type) in tlsext_alpn_client_needs() 137 tlsext_alpn_server_needs(SSL *s, uint16_t msg_type) in tlsext_alpn_server_needs() 404 tlsext_ecpf_client_needs(SSL *s, uint16_t msg_type) in tlsext_ecpf_client_needs() 443 tlsext_ri_client_needs(SSL *s, uint16_t msg_type) in tlsext_ri_client_needs() 488 tlsext_ri_server_needs(SSL *s, uint16_t msg_type) in tlsext_ri_server_needs() 655 tlsext_sni_client_needs(SSL *s, uint16_t msg_type) in tlsext_sni_client_needs() 2380 tlsext_extension_seen(SSL *s, uint16_t type) in tlsext_extension_seen() 2409 tlsext_randomize_build_order(SSL *s) in tlsext_randomize_build_order() 2462 tlsext_linearize_build_order(SSL *s) in tlsext_linearize_build_order() 2664 tlsext_server_reset_state(SSL *s) in tlsext_server_reset_state() [all …]
|
H A D | ssl_lib.c | 165 SSL_clear(SSL *s) in SSL_clear() 239 SSL *s; in SSL_new() local 524 SSL_free(SSL *s) in SSL_free() 604 SSL_up_ref(SSL *s) in SSL_up_ref() 1034 SSL_accept(SSL *s) in SSL_accept() 1044 SSL_connect(SSL *s) in SSL_connect() 1287 SSL_shutdown(SSL *s) in SSL_shutdown() 1309 SSL_renegotiate(SSL *s) in SSL_renegotiate() 2899 SSL_dup(SSL *s) in SSL_dup() 3384 ssl_ok(SSL *s) in ssl_ok() [all …]
|
H A D | s3_lib.c | 1155 ssl3_pending(const SSL *s) in ssl3_pending() 1242 ssl3_handshake_write(SSL *s) in ssl3_handshake_write() 1257 ssl3_new(SSL *s) in ssl3_new() 1268 ssl3_free(SSL *s) in ssl3_free() 1312 ssl3_clear(SSL *s) in ssl3_clear() 1457 _SSL_session_reused(SSL *s) in _SSL_session_reused() 1463 _SSL_num_renegotiations(SSL *s) in _SSL_num_renegotiations() 1486 _SSL_set_tmp_dh(SSL *s, DH *dh) in _SSL_set_tmp_dh() 2403 ssl3_shutdown(SSL *s) in ssl3_shutdown() 2507 ssl3_renegotiate(SSL *s) in ssl3_renegotiate() [all …]
|
H A D | ssl_transcript.c | 24 tls1_transcript_hash_init(SSL *s) in tls1_transcript_hash_init() 73 tls1_transcript_hash_value(SSL *s, unsigned char *out, size_t len, in tls1_transcript_hash_value() 110 tls1_transcript_hash_free(SSL *s) in tls1_transcript_hash_free() 117 tls1_transcript_init(SSL *s) in tls1_transcript_init() 131 tls1_transcript_free(SSL *s) in tls1_transcript_free() 138 tls1_transcript_reset(SSL *s) in tls1_transcript_reset() 146 tls1_transcript_append(SSL *s, const unsigned char *buf, size_t len) in tls1_transcript_append() 158 tls1_transcript_data(SSL *s, const unsigned char **data, size_t *len) in tls1_transcript_data() 176 tls1_transcript_freeze(SSL *s) in tls1_transcript_freeze() 182 tls1_transcript_unfreeze(SSL *s) in tls1_transcript_unfreeze() [all …]
|
H A D | d1_lib.c | 79 dtls1_new(SSL *s) in dtls1_new() 156 dtls1_clear_queues(SSL *s) in dtls1_clear_queues() 165 dtls1_free(SSL *s) in dtls1_free() 187 dtls1_clear(SSL *s) in dtls1_clear() 254 dtls1_start_timer(SSL *s) in dtls1_start_timer() 314 dtls1_is_timer_expired(SSL *s) in dtls1_is_timer_expired() 333 dtls1_double_timeout(SSL *s) in dtls1_double_timeout() 342 dtls1_stop_timer(SSL *s) in dtls1_stop_timer() 355 dtls1_check_timeout_num(SSL *s) in dtls1_check_timeout_num() 376 dtls1_handle_timeout(SSL *s) in dtls1_handle_timeout() [all …]
|
H A D | ssl_sess.c | 381 SSL_SESSION_has_ticket(const SSL_SESSION *s) in SSL_SESSION_has_ticket() 426 ssl_get_new_session(SSL *s, int session) in ssl_get_new_session() 603 ssl_session_by_id(SSL *s, CBS *session_id) in ssl_session_by_id() 746 SSL_SESSION *s; in SSL_CTX_add_session() local 958 SSL_SESSION_get_time(const SSL_SESSION *s) in SSL_SESSION_get_time() 992 SSL_SESSION_get0_peer(SSL_SESSION *s) in SSL_SESSION_get0_peer() 1035 SSL_CTX_set_timeout(SSL_CTX *s, long t) in SSL_CTX_set_timeout() 1049 SSL_CTX_get_timeout(const SSL_CTX *s) in SSL_CTX_get_timeout() 1058 SSL_set_session_secret_cb(SSL *s, int (*tls_session_secret_cb)(SSL *s, in SSL_set_session_secret_cb() 1145 SSL_CTX_flush_sessions(SSL_CTX *s, long t) in SSL_CTX_flush_sessions() [all …]
|
H A D | d1_pkt.c | 194 dtls1_copy_record(SSL *s, DTLS1_RECORD_DATA_INTERNAL *rdata) in dtls1_copy_record() 292 dtls1_retrieve_buffered_record(SSL *s, record_pqueue *queue) in dtls1_retrieve_buffered_record() 310 dtls1_retrieve_buffered_rcontent(SSL *s, rcontent_pqueue *queue) in dtls1_retrieve_buffered_rcontent() 333 dtls1_process_buffered_record(SSL *s) in dtls1_process_buffered_record() 357 dtls1_process_record(SSL *s) in dtls1_process_record() 408 dtls1_get_record(SSL *s) in dtls1_get_record() 544 dtls1_read_handshake_unexpected(SSL *s) in dtls1_read_handshake_unexpected() 974 dtls1_write_bytes(SSL *s, int type, const void *buf, int len) in dtls1_write_bytes() 1047 dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap, in dtls1_record_replay_check() 1066 dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap, in dtls1_record_bitmap_update() [all …]
|
/openbsd/usr.bin/tmux/ |
H A D | session.c | 61 session_alive(struct session *s) in session_alive() 76 struct session s; in session_find() local 102 struct session *s; in session_find_by_id() local 116 struct session *s; in session_create() local 185 struct session *s = arg; in session_free() local 256 struct session *s = arg; in session_lock_timer() local 470 session_last(struct session *s) in session_last() 514 struct session *s; in session_group_contains() local 580 struct session *s; in session_group_count() local 593 struct session *s; in session_group_attached_count() local [all …]
|
H A D | screen.c | 56 screen_free_titles(struct screen *s) in screen_free_titles() 101 screen_reinit(struct screen *s) in screen_reinit() 130 screen_reset_hyperlinks(struct screen *s) in screen_reset_hyperlinks() 140 screen_free(struct screen *s) in screen_free() 161 screen_reset_tabs(struct screen *s) in screen_reset_tabs() 232 screen_set_title(struct screen *s, const char *title) in screen_set_title() 243 screen_set_path(struct screen *s, const char *path) in screen_set_path() 251 screen_push_title(struct screen *s) in screen_push_title() 269 screen_pop_title(struct screen *s) in screen_pop_title() 446 screen_clear_selection(struct screen *s) in screen_clear_selection() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | symbols.c | 120 char *s; in save_symbol_name() local 1788 S_GET_VALUE (symbolS *s) in S_GET_VALUE() 1879 S_IS_WEAK (symbolS *s) in S_IS_WEAK() 1909 S_IS_COMMON (symbolS *s) in S_IS_COMMON() 1917 S_IS_DEFINED (symbolS *s) in S_IS_DEFINED() 1947 S_IS_DEBUG (symbolS *s) in S_IS_DEBUG() 1957 S_IS_LOCAL (symbolS *s) in S_IS_LOCAL() 1994 S_IS_STABD (symbolS *s) in S_IS_STABD() 2016 S_GET_NAME (symbolS *s) in S_GET_NAME() 2103 S_SET_WEAK (symbolS *s) in S_SET_WEAK() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | wince-stub.c | 235 create_process (int s) in create_process() 262 terminate_process (int s) in terminate_process() 275 flag_single_step (int s) in flag_single_step() 283 wchar_t *s; member 295 char s[80]; in skip_message() local 416 thread_alive (int s) in thread_alive() 428 suspend_thread (int s) in suspend_thread() 438 resume_thread (int s) in resume_thread() 460 close_handle (int s) in close_handle() 470 dispatch (int s) in dispatch() [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | symbols.c | 122 char *s; in save_symbol_name() local 1637 S_GET_VALUE (symbolS *s) in S_GET_VALUE() 1741 S_IS_WEAK (symbolS *s) in S_IS_WEAK() 1749 S_IS_COMMON (symbolS *s) in S_IS_COMMON() 1787 S_IS_DEBUG (symbolS *s) in S_IS_DEBUG() 1797 S_IS_LOCAL (symbolS *s) in S_IS_LOCAL() 1832 S_IS_EXTERN (symbolS *s) in S_IS_EXTERN() 1838 S_IS_STABD (symbolS *s) in S_IS_STABD() 1844 S_GET_NAME (symbolS *s) in S_GET_NAME() 1926 S_SET_WEAK (symbolS *s) in S_SET_WEAK() [all …]
|
/openbsd/usr.sbin/smtpd/ |
H A D | smtp_session.c | 150 #define ADVERTISE_TLS(s) \ argument 153 #define ADVERTISE_AUTH(s) \ argument 157 #define ADVERTISE_EXT_DSN(s) \ argument 160 #define SESSION_FILTERED(s) \ argument 587 struct smtp_session *s; in smtp_session() local 697 struct smtp_session *s; in smtp_session_imsg() local 2271 struct smtp_session *s = p; in smtp_auth_failure_resume() local 2684 struct smtp_session *s; in smtp_message_fd() local 2730 struct smtp_session *s; in smtp_filter_fd() local 2744 struct smtp_session *s; in smtp_message_begin() local [all …]
|
/openbsd/usr.sbin/iscsid/ |
H A D | session.c | 50 session_cleanup(struct session *s) in session_cleanup() 65 session_shutdown(struct session *s) in session_shutdown() 109 session_task_issue(struct session *s, struct task *t) in session_task_issue() 116 session_logout_issue(struct session *s, struct task *t) in session_logout_issue() 142 session_schedule(struct session *s) in session_schedule() 168 struct session *s = sev->sess; in session_fsm() local 207 struct session *s = sev->sess; in session_fsm_callback() local 236 sess_do_start(struct session *s, struct sessev *sev) in sess_do_start() 347 sess_do_stop(struct session *s, struct sessev *sev) in sess_do_stop() 361 sess_do_free(struct session *s, struct sessev *sev) in sess_do_free() [all …]
|
/openbsd/usr.bin/less/ |
H A D | optfunc.c | 64 opt_o(int type, char *s) in opt_o() 106 opt__O(int type, char *s) in opt__O() 116 opt_j(int type, char *s) in opt_j() 228 opt_k(int type, char *s) in opt_k() 246 opt_t(int type, char *s) in opt_t() 282 opt__T(int type, char *s) in opt__T() 305 opt_p(int type, char *s) in opt_p() 330 opt__P(int type, char *s) in opt__P() 364 opt_b(int type, char *s) in opt_b() 383 opt_i(int type, char *s) in opt_i() [all …]
|
/openbsd/gnu/llvm/clang/utils/analyzer/ |
H A D | SumTimerInfo.py | 33 s = line.split() variable 39 s = line.split() variable 42 s = line.split() variable 45 s = line.split() variable 48 s = line.split() variable 51 s = line.split() variable 55 s = line.split() variable 58 s = line.split() variable 62 s = line.split() variable 65 s = line.split() variable
|
/openbsd/sbin/unwind/libunbound/sldns/ |
H A D | wire2str.c | 349 char* s, size_t slen) in sldns_wire2str_rr_comment_buf() 426 char** s, size_t* slen) in print_remainder_hex() 1034 static int sldns_wire2str_svcparam_port2str(char** s, in sldns_wire2str_svcparam_port2str() 1046 static int sldns_wire2str_svcparam_ipv4hint2str(char** s, in sldns_wire2str_svcparam_ipv4hint2str() 1075 static int sldns_wire2str_svcparam_ipv6hint2str(char** s, in sldns_wire2str_svcparam_ipv6hint2str() 1104 static int sldns_wire2str_svcparam_mandatory2str(char** s, in sldns_wire2str_svcparam_mandatory2str() 1126 static int sldns_wire2str_svcparam_alpn2str(char** s, in sldns_wire2str_svcparam_alpn2str() 1164 static int sldns_wire2str_svcparam_ech2str(char** s, in sldns_wire2str_svcparam_ech2str() 1455 static int str_char_print(char** s, size_t* sl, uint8_t c) in str_char_print() 1731 double s; in sldns_wire2str_loc_scan() local [all …]
|
/openbsd/usr.sbin/unbound/sldns/ |
H A D | wire2str.c | 349 char* s, size_t slen) in sldns_wire2str_rr_comment_buf() 426 char** s, size_t* slen) in print_remainder_hex() 1034 static int sldns_wire2str_svcparam_port2str(char** s, in sldns_wire2str_svcparam_port2str() 1046 static int sldns_wire2str_svcparam_ipv4hint2str(char** s, in sldns_wire2str_svcparam_ipv4hint2str() 1075 static int sldns_wire2str_svcparam_ipv6hint2str(char** s, in sldns_wire2str_svcparam_ipv6hint2str() 1104 static int sldns_wire2str_svcparam_mandatory2str(char** s, in sldns_wire2str_svcparam_mandatory2str() 1126 static int sldns_wire2str_svcparam_alpn2str(char** s, in sldns_wire2str_svcparam_alpn2str() 1164 static int sldns_wire2str_svcparam_ech2str(char** s, in sldns_wire2str_svcparam_ech2str() 1455 static int str_char_print(char** s, size_t* sl, uint8_t c) in str_char_print() 1731 double s; in sldns_wire2str_loc_scan() local [all …]
|
/openbsd/lib/libevent/ |
H A D | min_heap.h | 60 min_heap_ctor(min_heap_t * s) in min_heap_ctor() 66 void min_heap_dtor(min_heap_t * s) { in min_heap_dtor() 76 min_heap_empty(min_heap_t * s) in min_heap_empty() 81 min_heap_size(min_heap_t * s) in min_heap_size() 86 min_heap_top(min_heap_t * s) in min_heap_top() 92 min_heap_push(min_heap_t * s, struct event * e) in min_heap_push() 101 min_heap_pop(min_heap_t * s) in min_heap_pop() 113 min_heap_erase(min_heap_t * s, struct event * e) in min_heap_erase() 136 min_heap_reserve(min_heap_t * s, size_t n) in min_heap_reserve() 152 min_heap_shift_up_(min_heap_t * s, size_t hole_index, struct event * e) in min_heap_shift_up_() [all …]
|