Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 3863) sorted by relevance

12345678910>>...155

/openbsd/gnu/usr.bin/perl/
H A Dregcharclass.h29 #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 Dsymbol.h162 #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 Dstorag.h119 #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 Dobj-coff.h268 #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 Dobj-aout.h106 #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 Dobj-coff.h204 #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 Dssl_tlsext.c43 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()
2379 tlsext_extension_seen(SSL *s, uint16_t type) in tlsext_extension_seen()
2408 tlsext_randomize_build_order(SSL *s) in tlsext_randomize_build_order()
2461 tlsext_linearize_build_order(SSL *s) in tlsext_linearize_build_order()
2663 tlsext_server_reset_state(SSL *s) in tlsext_server_reset_state()
[all …]
H A Dssl_lib.c165 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()
2874 SSL_dup(SSL *s) in SSL_dup()
3360 ssl_ok(SSL *s) in ssl_ok()
[all …]
H A Ds3_lib.c1383 ssl3_pending(const SSL *s) in ssl3_pending()
1470 ssl3_handshake_write(SSL *s) in ssl3_handshake_write()
1485 ssl3_new(SSL *s) in ssl3_new()
1496 ssl3_free(SSL *s) in ssl3_free()
1538 ssl3_clear(SSL *s) in ssl3_clear()
1681 _SSL_session_reused(SSL *s) in _SSL_session_reused()
1687 _SSL_num_renegotiations(SSL *s) in _SSL_num_renegotiations()
1710 _SSL_set_tmp_dh(SSL *s, DH *dh) in _SSL_set_tmp_dh()
2627 ssl3_shutdown(SSL *s) in ssl3_shutdown()
2731 ssl3_renegotiate(SSL *s) in ssl3_renegotiate()
[all …]
H A Dssl_transcript.c24 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 Dd1_lib.c79 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()
275 dtls1_start_timer(SSL *s) in dtls1_start_timer()
335 dtls1_is_timer_expired(SSL *s) in dtls1_is_timer_expired()
354 dtls1_double_timeout(SSL *s) in dtls1_double_timeout()
363 dtls1_stop_timer(SSL *s) in dtls1_stop_timer()
376 dtls1_check_timeout_num(SSL *s) in dtls1_check_timeout_num()
397 dtls1_handle_timeout(SSL *s) in dtls1_handle_timeout()
[all …]
H A Dssl_sess.c387 SSL_SESSION_has_ticket(const SSL_SESSION *s) in SSL_SESSION_has_ticket()
432 ssl_get_new_session(SSL *s, int session) in ssl_get_new_session()
609 ssl_session_by_id(SSL *s, CBS *session_id) in ssl_session_by_id()
758 SSL_SESSION *s; in SSL_CTX_add_session() local
972 SSL_SESSION_get_time(const SSL_SESSION *s) in SSL_SESSION_get_time()
1006 SSL_SESSION_get0_peer(SSL_SESSION *s) in SSL_SESSION_get0_peer()
1049 SSL_CTX_set_timeout(SSL_CTX *s, long t) in SSL_CTX_set_timeout()
1063 SSL_CTX_get_timeout(const SSL_CTX *s) in SSL_CTX_get_timeout()
1072 SSL_set_session_secret_cb(SSL *s, int (*tls_session_secret_cb)(SSL *s, in SSL_set_session_secret_cb()
1159 SSL_CTX_flush_sessions(SSL_CTX *s, long t) in SSL_CTX_flush_sessions()
[all …]
H A Dd1_pkt.c194 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 Dsession.c64 session_alive(struct session *s) in session_alive()
79 struct session s; in session_find() local
105 struct session *s; in session_find_by_id() local
119 struct session *s; in session_create() local
188 struct session *s = arg; in session_free() local
259 struct session *s = arg; in session_lock_timer() local
476 session_last(struct session *s) in session_last()
520 struct session *s; in session_group_contains() local
586 struct session *s; in session_group_count() local
599 struct session *s; in session_group_attached_count() local
[all …]
H A Dscreen.c56 screen_free_titles(struct screen *s) in screen_free_titles()
101 screen_reinit(struct screen *s) in screen_reinit()
129 screen_reset_hyperlinks(struct screen *s) in screen_reset_hyperlinks()
139 screen_free(struct screen *s) in screen_free()
160 screen_reset_tabs(struct screen *s) in screen_reset_tabs()
217 screen_set_title(struct screen *s, const char *title) in screen_set_title()
228 screen_set_path(struct screen *s, const char *path) in screen_set_path()
236 screen_push_title(struct screen *s) in screen_push_title()
254 screen_pop_title(struct screen *s) in screen_pop_title()
431 screen_clear_selection(struct screen *s) in screen_clear_selection()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dsymbols.c120 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 Dwince-stub.c235 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 Dsymbols.c122 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/iscsid/
H A Dsession.c53 struct session *s; in session_find() local
65 struct session *s; in session_new() local
91 session_cleanup(struct session *s) in session_cleanup()
106 session_shutdown(struct session *s) in session_shutdown()
150 session_task_issue(struct session *s, struct task *t) in session_task_issue()
183 session_schedule(struct session *s) in session_schedule()
253 struct session *s = sev->sess; in session_fsm_callback() local
284 sess_do_start(struct session *s, struct sessev *sev) in sess_do_start()
395 sess_do_stop(struct session *s, struct sessev *sev) in sess_do_stop()
409 sess_do_free(struct session *s, struct sessev *sev) in sess_do_free()
[all …]
/openbsd/usr.sbin/smtpd/
H A Dsmtp_session.c150 #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
2270 struct smtp_session *s = p; in smtp_auth_failure_resume() local
2683 struct smtp_session *s; in smtp_message_fd() local
2729 struct smtp_session *s; in smtp_filter_fd() local
2743 struct smtp_session *s; in smtp_message_begin() local
[all …]
/openbsd/usr.bin/less/
H A Doptfunc.c64 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 DSumTimerInfo.py33 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/usr.sbin/unbound/sldns/
H A Dwire2str.c344 char* s, size_t slen) in sldns_wire2str_rr_comment_buf()
421 char** s, size_t* slen) in print_remainder_hex()
1029 static int sldns_wire2str_svcparam_port2str(char** s, in sldns_wire2str_svcparam_port2str()
1041 static int sldns_wire2str_svcparam_ipv4hint2str(char** s, in sldns_wire2str_svcparam_ipv4hint2str()
1070 static int sldns_wire2str_svcparam_ipv6hint2str(char** s, in sldns_wire2str_svcparam_ipv6hint2str()
1099 static int sldns_wire2str_svcparam_mandatory2str(char** s, in sldns_wire2str_svcparam_mandatory2str()
1121 static int sldns_wire2str_svcparam_alpn2str(char** s, in sldns_wire2str_svcparam_alpn2str()
1159 static int sldns_wire2str_svcparam_ech2str(char** s, in sldns_wire2str_svcparam_ech2str()
1449 static int str_char_print(char** s, size_t* sl, uint8_t c) in str_char_print()
1725 double s; in sldns_wire2str_loc_scan() local
[all …]
/openbsd/sbin/unwind/libunbound/sldns/
H A Dwire2str.c344 char* s, size_t slen) in sldns_wire2str_rr_comment_buf()
421 char** s, size_t* slen) in print_remainder_hex()
1029 static int sldns_wire2str_svcparam_port2str(char** s, in sldns_wire2str_svcparam_port2str()
1041 static int sldns_wire2str_svcparam_ipv4hint2str(char** s, in sldns_wire2str_svcparam_ipv4hint2str()
1070 static int sldns_wire2str_svcparam_ipv6hint2str(char** s, in sldns_wire2str_svcparam_ipv6hint2str()
1099 static int sldns_wire2str_svcparam_mandatory2str(char** s, in sldns_wire2str_svcparam_mandatory2str()
1121 static int sldns_wire2str_svcparam_alpn2str(char** s, in sldns_wire2str_svcparam_alpn2str()
1159 static int sldns_wire2str_svcparam_ech2str(char** s, in sldns_wire2str_svcparam_ech2str()
1449 static int str_char_print(char** s, size_t* sl, uint8_t c) in str_char_print()
1725 double s; in sldns_wire2str_loc_scan() local
[all …]
/openbsd/lib/libevent/
H A Dmin_heap.h60 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 …]

12345678910>>...155