/openbsd-src/regress/usr.bin/bc/ |
H A D | t17.out | 27 123s� 28 0s� 29 1s� 30 2s� 31 3s� 32 4s� 33 5s� 34 6s� 35 7s� 36 8s� [all …]
|
/openbsd-src/regress/usr.bin/dc/ |
H A D | t19.in | 27 0s� 28 1s� 29 2s� 30 3s� 31 4s� 32 5s� 33 6s� 34 7s� 35 8s� 36 9s� [all …]
|
/openbsd-src/gnu/usr.bin/perl/regen/ |
H A D | opcodes | 22 # produces a scalar - s (OA_RETSCALAR) 31 # scalar - S list - L array - A 34 # num-compare - S< dirhandle - DF infix bitwise - S| 43 scalar scalar ck_fun s% S 50 const constant item ck_svconst s$ 54 gelem glob elem ck_null ds2 S S 56 padsv_store padsv scalar assignment ck_sassign s1 S [all...] |
/openbsd-src/lib/libcurses/ |
H A D | scr_dump.5 | 24 .\" Except as contained in this notice, the name(s) of the above copyright * 134 X/Open's documentation for \fIenhanced curses\fP says only: 148 In the mid-1990s when the X/Open Curses document was written, 307 _bkgrnd=\\{NORMAL|C1}\\s 309 1:\\{NORMAL|C1}\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s 310 2:\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s 311 3:\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s 312 4:\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s 313 5:\\s\\s\\s\\s\\s\\{BOLD}Hello\\{NORMAL}\\s\\s\\s\\s\\s\\s\\s\\s\\s\\s 314 6:\\s\\s\\s\\s\\s\\{REVERSE|C2}World!\\{NORMAL|C1}\\s\\s\\s\\s\\s\\s\\s\\s\\s [all …]
|
/openbsd-src/usr.sbin/smtpd/ |
H A D | mta_session.c | 191 #define SESSION_FILTERED(s) \ argument 192 ((s)->relay->dispatcher->u.remote.filtername) 213 struct mta_session *s; in mta_session() local 218 s = xcalloc(1, sizeof *s); in mta_session() 219 s->id = generate_uid(); in mta_session() 220 s->relay = relay; in mta_session() 221 s->route = route; in mta_session() 222 s->mxname = xstrdup(mxname); in mta_session() 224 mta_filter_begin(s); in mta_session() 268 struct mta_session *s; mta_session_imsg() local 355 struct mta_session *s; mta_tree_pop() local 369 mta_free(struct mta_session * s) mta_free() argument 409 struct mta_session *s = arg; mta_getnameinfo_cb() local 422 struct mta_session *s = arg; mta_on_timeout() local 435 struct mta_session *s = arg; mta_on_ptr() local 443 struct mta_session *s = arg; mta_start() local 449 mta_connect(struct mta_session * s) mta_connect() argument 552 mta_enter_state(struct mta_session * s,int newstate) mta_enter_state() argument 878 mta_response(struct mta_session * s,char * line) mta_response() argument 1200 struct mta_session *s = arg; mta_io() local 1401 mta_send(struct mta_session * s,char * fmt,...) mta_send() argument 1430 mta_queue_data(struct mta_session * s) mta_queue_data() argument 1462 mta_flush_task(struct mta_session * s,int delivery,const char * error,size_t count,int cache) mta_flush_task() argument 1529 mta_error(struct mta_session * s,const char * fmt,...) mta_error() argument 1568 mta_tls_init(struct mta_session * s) mta_tls_init() argument 1601 mta_tls_started(struct mta_session * s) mta_tls_started() argument 1695 mta_filter_begin(struct mta_session * s) mta_filter_begin() argument 1707 mta_filter_end(struct mta_session * s) mta_filter_end() argument 1718 mta_connected(struct mta_session * s) mta_connected() argument 1742 mta_disconnected(struct mta_session * s) mta_disconnected() argument 1750 mta_report_link_connect(struct mta_session * s,const char * rdns,int fcrdns,const struct sockaddr_storage * ss_src,const struct sockaddr_storage * ss_dest) mta_report_link_connect() argument 1761 mta_report_link_greeting(struct mta_session * s,const char * domain) mta_report_link_greeting() argument 1771 mta_report_link_identify(struct mta_session * s,const char * method,const char * identity) mta_report_link_identify() argument 1780 mta_report_link_tls(struct mta_session * s,const char * ssl) mta_report_link_tls() argument 1789 mta_report_link_disconnect(struct mta_session * s) mta_report_link_disconnect() argument 1798 mta_report_link_auth(struct mta_session * s,const char * user,const char * result) mta_report_link_auth() argument 1807 mta_report_tx_reset(struct mta_session * s,uint32_t msgid) mta_report_tx_reset() argument 1816 mta_report_tx_begin(struct mta_session * s,uint32_t msgid) mta_report_tx_begin() argument 1825 mta_report_tx_mail(struct mta_session * s,uint32_t msgid,const char * address,int ok) mta_report_tx_mail() argument 1834 mta_report_tx_rcpt(struct mta_session * s,uint32_t msgid,const char * address,int ok) mta_report_tx_rcpt() argument 1843 mta_report_tx_envelope(struct mta_session * s,uint32_t msgid,uint64_t evpid) mta_report_tx_envelope() argument 1852 mta_report_tx_data(struct mta_session * s,uint32_t msgid,int ok) mta_report_tx_data() argument 1861 mta_report_tx_commit(struct mta_session * s,uint32_t msgid,size_t msgsz) mta_report_tx_commit() argument 1870 mta_report_tx_rollback(struct mta_session * s,uint32_t msgid) mta_report_tx_rollback() argument 1879 mta_report_protocol_client(struct mta_session * s,const char * command) mta_report_protocol_client() argument 1888 mta_report_protocol_server(struct mta_session * s,const char * response) mta_report_protocol_server() argument 1908 mta_report_timeout(struct mta_session * s) mta_report_timeout() argument [all...] |
H A D | smtp_session.c | 150 #define ADVERTISE_TLS(s) \ argument 151 ((s)->listener->flags & F_STARTTLS && !((s)->flags & SF_SECURE)) 153 #define ADVERTISE_AUTH(s) \ argument 154 ((s)->listener->flags & F_AUTH && (s)->flags & SF_SECURE && \ 155 !((s)->flags & SF_AUTHENTICATED)) 157 #define ADVERTISE_EXT_DSN(s) \ argument 158 ((s)->listener->flags & F_EXT_DSN) 160 #define SESSION_FILTERED(s) \ argument 163 SESSION_DATA_FILTERED(s) global() argument 587 struct smtp_session *s; smtp_session() local 637 struct smtp_session *s = arg; smtp_getnameinfo_cb() local 666 struct smtp_session *s = arg; smtp_getaddrinfo_cb() local 697 struct smtp_session *s; smtp_session_imsg() local 1056 smtp_tls_init(struct smtp_session * s) smtp_tls_init() argument 1068 smtp_tls_started(struct smtp_session * s) smtp_tls_started() argument 1092 struct smtp_session *s = arg; smtp_io() local 1229 smtp_command(struct smtp_session * s,char * line) smtp_command() argument 1375 smtp_check_rset(struct smtp_session * s,const char * args) smtp_check_rset() argument 1390 smtp_check_helo(struct smtp_session * s,const char * args) smtp_check_helo() argument 1424 smtp_check_ehlo(struct smtp_session * s,const char * args) smtp_check_ehlo() argument 1458 smtp_check_auth(struct smtp_session * s,const char * args) smtp_check_auth() argument 1492 smtp_check_starttls(struct smtp_session * s,const char * args) smtp_check_starttls() argument 1526 smtp_check_mail_from(struct smtp_session * s,const char * args) smtp_check_mail_from() argument 1579 smtp_check_rcpt_to(struct smtp_session * s,const char * args) smtp_check_rcpt_to() argument 1614 smtp_check_data(struct smtp_session * s,const char * args) smtp_check_data() argument 1637 smtp_check_noop(struct smtp_session * s,const char * args) smtp_check_noop() argument 1643 smtp_check_noparam(struct smtp_session * s,const char * args) smtp_check_noparam() argument 1655 smtp_query_filters(enum filter_phase phase,struct smtp_session * s,const char * args) smtp_query_filters() argument 1666 smtp_filter_begin(struct smtp_session * s) smtp_filter_begin() argument 1678 smtp_filter_end(struct smtp_session * s) smtp_filter_end() argument 1689 smtp_filter_data_begin(struct smtp_session * s) smtp_filter_data_begin() argument 1701 smtp_filter_data_end(struct smtp_session * s) smtp_filter_data_end() argument 1718 smtp_filter_phase(enum filter_phase phase,struct smtp_session * s,const char * param) smtp_filter_phase() argument 1743 smtp_proceed_rset(struct smtp_session * s,const char * args) smtp_proceed_rset() argument 1756 smtp_proceed_helo(struct smtp_session * s,const char * args) smtp_proceed_helo() argument 1774 smtp_proceed_ehlo(struct smtp_session * s,const char * args) smtp_proceed_ehlo() argument 1804 smtp_proceed_auth(struct smtp_session * s,const char * args) smtp_proceed_auth() argument 1829 smtp_proceed_starttls(struct smtp_session * s,const char * args) smtp_proceed_starttls() argument 1837 smtp_proceed_mail_from(struct smtp_session * s,const char * args) smtp_proceed_mail_from() argument 1864 smtp_proceed_rcpt_to(struct smtp_session * s,const char * args) smtp_proceed_rcpt_to() argument 1870 smtp_proceed_data(struct smtp_session * s,const char * args) smtp_proceed_data() argument 1876 smtp_proceed_quit(struct smtp_session * s,const char * args) smtp_proceed_quit() argument 1884 smtp_proceed_noop(struct smtp_session * s,const char * args) smtp_proceed_noop() argument 1891 smtp_proceed_help(struct smtp_session * s,const char * args) smtp_proceed_help() argument 1903 smtp_proceed_wiz(struct smtp_session * s,const char * args) smtp_proceed_wiz() argument 1911 smtp_proceed_commit(struct smtp_session * s,const char * args) smtp_proceed_commit() argument 1917 smtp_proceed_rollback(struct smtp_session * s,const char * args) smtp_proceed_rollback() argument 1932 smtp_rfc4954_auth_plain(struct smtp_session * s,char * arg) smtp_rfc4954_auth_plain() argument 1992 smtp_rfc4954_auth_login(struct smtp_session * s,char * arg) smtp_rfc4954_auth_login() argument 2043 smtp_lookup_servername(struct smtp_session * s) smtp_lookup_servername() argument 2059 smtp_connected(struct smtp_session * s) smtp_connected() argument 2075 smtp_proceed_connected(struct smtp_session * s) smtp_proceed_connected() argument 2084 smtp_send_banner(struct smtp_session * s) smtp_send_banner() argument 2092 smtp_enter_state(struct smtp_session * s,int newstate) smtp_enter_state() argument 2102 smtp_reply(struct smtp_session * s,char * fmt,...) smtp_reply() argument 2196 smtp_free(struct smtp_session * s,const char * reason) smtp_free() argument 2270 struct smtp_session *s = p; smtp_auth_failure_resume() local 2277 smtp_auth_failure_pause(struct smtp_session * s) smtp_auth_failure_pause() argument 2290 smtp_tx(struct smtp_session * s) smtp_tx() argument 2683 struct smtp_session *s; smtp_message_fd() local 2729 struct smtp_session *s; smtp_filter_fd() local 2743 struct smtp_session *s; smtp_message_begin() local 2808 struct smtp_session *s; smtp_message_end() local 2928 smtp_report_link_connect(struct smtp_session * s,const char * rdns,int fcrdns,const struct sockaddr_storage * ss_src,const struct sockaddr_storage * ss_dest) smtp_report_link_connect() argument 2939 smtp_report_link_greeting(struct smtp_session * s,const char * domain) smtp_report_link_greeting() argument 2949 smtp_report_link_identify(struct smtp_session * s,const char * method,const char * identity) smtp_report_link_identify() argument 2958 smtp_report_link_tls(struct smtp_session * s,const char * ssl) smtp_report_link_tls() argument 2967 smtp_report_link_disconnect(struct smtp_session * s) smtp_report_link_disconnect() argument 2976 smtp_report_link_auth(struct smtp_session * s,const char * user,const char * result) smtp_report_link_auth() argument 2985 smtp_report_tx_reset(struct smtp_session * s,uint32_t msgid) smtp_report_tx_reset() argument 2994 smtp_report_tx_begin(struct smtp_session * s,uint32_t msgid) smtp_report_tx_begin() argument 3003 smtp_report_tx_mail(struct smtp_session * s,uint32_t msgid,const char * address,int ok) smtp_report_tx_mail() argument 3022 smtp_report_tx_rcpt(struct smtp_session * s,uint32_t msgid,const char * address,int ok) smtp_report_tx_rcpt() argument 3041 smtp_report_tx_envelope(struct smtp_session * s,uint32_t msgid,uint64_t evpid) smtp_report_tx_envelope() argument 3050 smtp_report_tx_data(struct smtp_session * s,uint32_t msgid,int ok) smtp_report_tx_data() argument 3059 smtp_report_tx_commit(struct smtp_session * s,uint32_t msgid,size_t msgsz) smtp_report_tx_commit() argument 3068 smtp_report_tx_rollback(struct smtp_session * s,uint32_t msgid) smtp_report_tx_rollback() argument 3077 smtp_report_protocol_client(struct smtp_session * s,const char * command) smtp_report_protocol_client() argument 3086 smtp_report_protocol_server(struct smtp_session * s,const char * response) smtp_report_protocol_server() argument 3095 smtp_report_filter_response(struct smtp_session * s,int phase,int response,const char * param) smtp_report_filter_response() argument 3104 smtp_report_timeout(struct smtp_session * s) smtp_report_timeout() argument [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | symbol.h | 67 a reference to the intrinsic IABS (in which case it's a Fortran keyword 118 ffebld sfunc_expr; /* SFN's expression. */ 128 ffesymbol func_result; /* FUN sym's corresponding RES sym, & vice 157 #define ffesymbol_accretes(s) ((s)->accretes) argument 158 #define ffesymbol_accretion(s) ((s)->accretion) argument 159 #define ffesymbol_arraysize(s) ((s)->array_size) argument 160 #define ffesymbol_assigned(s) ((s)->assigned) argument 161 #define ffesymbol_attr(s,a) ((s)->attrs & ((ffesymbolAttrs) 1 << (a))) argument 162 #define ffesymbol_attrs(s) ((s)->attrs) argument 164 #define ffesymbol_basictype(s) ffeinfo_basictype((s)->info) argument [all …]
|
/openbsd-src/gnu/gcc/libcpp/po/ |
H A D | el.po | 19 msgid "conversion from %s to %s not supported by iconv" 20 msgstr "� ��������� ��� `%s' �� `%s' ��� ������������" 28 msgid "no iconv implementation, cannot convert from %s to %s" 66 msgid "incomplete universal character name %.*s" 71 msgid "%.*s is not a valid universal character" 72 msgstr "�� `%s' ��� ����� ���������." 80 msgid "universal character %.*s is not valid in an identifier" 85 msgid "universal character %.*s is not valid at the start of an identifier" 127 msgstr "������� ������������ `%s'" 132 msgid "unknown escape sequence: '\\%s'" [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/po/ |
H A D | sv.po | 18 msgid "%s: Unknown section type in a.out.adobe file: %x\n" 19 msgstr "%s: Ok�nd sektionstyp i a.out.adobe-fil: %x\n" 23 msgid "%s: Invalid relocation type exported: %d" 24 msgstr "%s: Ogiltig omlokaliseringstyp exporterad: %d" 28 msgid "%s: Invalid relocation type imported: %d" 29 msgstr "%s: Ogiltig omlokaliseringstyp importerad: %d" 33 msgid "%s: Bad relocation record imported: %d" 34 msgstr "%s: Felaktig omlokaliseringstyp importerad: %d" 38 msgid "%s: can not represent section `%s' in a.out object file format" 39 msgstr "%s: kan inte representera sektionen \"%s\" i a.out-objektfilformat" [all …]
|
H A D | tr.po | 19 msgid "%s: Unknown section type in a.out.adobe file: %x\n" 20 msgstr "%s: a.out.adobe dosyasında bilinmeyen bölüm türü: %x\n" 24 msgid "%s: Invalid relocation type exported: %d" 25 msgstr "%s: Geçersiz yer değiştirme türü ihraç edilmiş: %d" 29 msgid "%s: Invalid relocation type imported: %d" 30 msgstr "%s: Geçersiz yer değiştirme türü ithal edilmiş: %d" 34 msgid "%s: Bad relocation record imported: %d" 35 msgstr "%s: Geçersiz yer değiştirme kaydı ithal edilmiş: %d" 39 msgid "%s: can not represent section `%s' in a.out object file format" 40 msgstr "%s: `%s' bölümü a.out nesne dosya biçeminde gösterilemez" [all …]
|
H A D | da.po | 18 msgid "%s: Unknown section type in a.out.adobe file: %x\n" 19 msgstr "%s: Ukendt sektionstype i a.out.adobe-fil: %x\n" 23 msgid "%s: Invalid relocation type exported: %d" 24 msgstr "%s: Ugyldig relokeringstype eksporteret: %d" 28 msgid "%s: Invalid relocation type imported: %d" 29 msgstr "%s: Ugyldig relokeringstype importeret: %d" 33 msgid "%s: Bad relocation record imported: %d" 34 msgstr "%s: Fejlagtig relokeringstype importeret: %d" 38 msgid "%s: can not represent section `%s' in a.out object file format" 39 msgstr "%s: kan ikke repr�sentere sektionen \"%s\" i a.out-objektfilformat" [all …]
|
H A D | ja.po | 18 msgid "%s: Unknown section type in a.out.adobe file: %x\n" 19 msgstr "%s: a.out.adobe �ե�����������ʥ������������ޤ�: %x\n" 23 msgid "%s: Invalid relocation type exported: %d" 24 msgstr "%s: export ���줿�����֥����פ���Ŭ�ڤǤ�: %d" 28 msgid "%s: Invalid relocation type imported: %d" 29 msgstr "%s: import ���줿�����֥����פ���Ŭ�ڤǤ�: %d" 33 msgid "%s: Bad relocation record imported: %d" 34 msgstr "%s: import ���줿�����֥쥳���ɤ������Ǥ�: %d" 38 msgid "%s: can not represent section `%s' in a.out object file format" 39 msgstr "%s: a.out ���֥������ȥե���������Ǥϥ�������� `%s' ��ɽ���Ǥ��ޤ���" [all …]
|
/openbsd-src/gnu/usr.bin/binutils/bfd/po/ |
H A D | sv.po | 18 msgid "%s: Unknown section type in a.out.adobe file: %x\n" 19 msgstr "%s: Ok�nd sektionstyp i a.out.adobe-fil: %x\n" 23 msgid "%s: Invalid relocation type exported: %d" 24 msgstr "%s: Ogiltig omlokaliseringstyp exporterad: %d" 28 msgid "%s: Invalid relocation type imported: %d" 29 msgstr "%s: Ogiltig omlokaliseringstyp importerad: %d" 33 msgid "%s: Bad relocation record imported: %d" 34 msgstr "%s: Felaktig omlokaliseringstyp importerad: %d" 38 msgid "%s: can not represent section `%s' in a.out object file format" 39 msgstr "%s: kan inte representera sektionen \"%s\" i a.out-objektfilformat" [all …]
|
H A D | tr.po | 19 msgid "%s: Unknown section type in a.out.adobe file: %x\n" 20 msgstr "%s: a.out.adobe dosyasında bilinmeyen bölüm türü: %x\n" 24 msgid "%s: Invalid relocation type exported: %d" 25 msgstr "%s: Geçersiz yer değiştirme türü ihraç edilmiş: %d" 29 msgid "%s: Invalid relocation type imported: %d" 30 msgstr "%s: Geçersiz yer değiştirme türü ithal edilmiş: %d" 34 msgid "%s: Bad relocation record imported: %d" 35 msgstr "%s: Geçersiz yer değiştirme kaydı ithal edilmiş: %d" 39 msgid "%s: can not represent section `%s' in a.out object file format" 40 msgstr "%s: `%s' bölümü a.out nesne dosya biçeminde gösterilemez" [all …]
|
H A D | da.po | 18 msgid "%s: Unknown section type in a.out.adobe file: %x\n" 19 msgstr "%s: Ukendt sektionstype i a.out.adobe-fil: %x\n" 23 msgid "%s: Invalid relocation type exported: %d" 24 msgstr "%s: Ugyldig relokeringstype eksporteret: %d" 28 msgid "%s: Invalid relocation type imported: %d" 29 msgstr "%s: Ugyldig relokeringstype importeret: %d" 33 msgid "%s: Bad relocation record imported: %d" 34 msgstr "%s: Fejlagtig relokeringstype importeret: %d" 38 msgid "%s: can not represent section `%s' in a.out object file format" 39 msgstr "%s: kan ikke repr�sentere sektionen \"%s\" i a.out-objektfilformat" [all …]
|
H A D | ja.po | 18 msgid "%s: Unknown section type in a.out.adobe file: %x\n" 19 msgstr "%s: a.out.adobe �ե�����������ʥ������������ޤ�: %x\n" 23 msgid "%s: Invalid relocation type exported: %d" 24 msgstr "%s: export ���줿�����֥����פ���Ŭ�ڤǤ�: %d" 28 msgid "%s: Invalid relocation type imported: %d" 29 msgstr "%s: import ���줿�����֥����פ���Ŭ�ڤǤ�: %d" 33 msgid "%s: Bad relocation record imported: %d" 34 msgstr "%s: import ���줿�����֥쥳���ɤ������Ǥ�: %d" 38 msgid "%s: can not represent section `%s' in a.out object file format" 39 msgstr "%s: a.out ���֥������ȥե���������Ǥϥ�������� `%s' ��ɽ���Ǥ��ޤ���" [all …]
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | StmtProfile.cpp | 39 void VisitStmt(const Stmt *S); 41 void VisitStmtNoChildren(const Stmt *S) { in VisitStmtNoChildren() argument 42 HandleStmtClass(S->getStmtClass()); in VisitStmtNoChildren() 47 #define STMT(Node, Base) void Visit##Node(const Node *S); 61 /// Visit identifiers that are not in Decl's or Type's. 109 // function parameters, so we will use the parameter's type for in VisitDecl() 222 void StmtProfiler::VisitStmt(const Stmt *S) { in VisitStmt() argument 223 assert(S && "Requires non-null Stmt pointer"); in VisitStmt() 225 VisitStmtNoChildren(S); in VisitStmt() 227 for (const Stmt *SubStmt : S->children()) { in VisitStmt() [all …]
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | regcharclass.h | 29 #define is_LNBREAK_safe(s,e,is_utf8) \ argument 30 ( ((e)-(s) > 2) ? \ 31 ( ( inRANGE_helper_(U8, ((const U8*)s)[0], '\n', '\f') ) ? 1 \ 32 : ( '\r' == ((const U8*)s)[0] ) ? \ 33 ( ( '\n' == ((const U8*)s)[1] ) ? 2 : 1 ) \ 35 ( ( 0xC2 == ((const U8*)s)[0] ) ? \ 36 ( ( 0x85 == ((const U8*)s)[1] ) ? 2 : 0 ) \ 37 : ( ( ( 0xE2 == ((const U8*)s)[0] ) && ( 0x80 == ((const U8*)s)[1] ) ) && ( inRANGE_helper_(U8, ((const U8*)s)[ 54 is_LNBREAK_utf8_safe(s,e) global() argument 72 is_LNBREAK_latin1_safe(s,e) global() argument 88 is_HORIZWS_high(s) global() argument 110 is_VERTWS_high(s) global() argument 123 is_XDIGIT_high(s) global() argument 141 is_XPERLSPACE_high(s) global() argument 164 is_SPACE_utf8_safe_backwards(s,e) global() argument 193 is_NONCHAR_utf8_safe(s,e) global() argument 211 is_SHORTER_NON_CHARS_utf8(s) global() argument 239 is_LARGER_NON_CHARS_utf8(s) global() argument 252 is_SURROGATE_utf8(s) global() argument 256 is_SURROGATE_utf8_safe(s,e) global() argument 265 is_QUOTEMETA_high(s) global() argument 320 is_MULTI_CHAR_FOLD_utf8_safe_part0_(s,e) global() argument 327 is_MULTI_CHAR_FOLD_utf8_safe_part1_(s,e) global() argument 402 is_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) global() argument 459 is_MULTI_CHAR_FOLD_utf8_safe_part3_(s,e) global() argument 491 is_MULTI_CHAR_FOLD_utf8_safe(s,e) global() argument 557 what_MULTI_CHAR_FOLD_utf8_safe_part0_(s,e) global() argument 584 what_MULTI_CHAR_FOLD_utf8_safe_part1_(s,e) global() argument 656 what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) global() argument 671 what_MULTI_CHAR_FOLD_utf8_safe_part3_(s,e) global() argument 743 what_MULTI_CHAR_FOLD_utf8_safe_part4_(s,e) global() argument 817 what_MULTI_CHAR_FOLD_utf8_safe_part5_(s,e) global() argument 862 what_MULTI_CHAR_FOLD_utf8_safe_part6_(s,e) global() argument 926 what_MULTI_CHAR_FOLD_utf8_safe_part7_(s,e) global() argument 979 what_MULTI_CHAR_FOLD_utf8_safe(s,e) global() argument 988 is_MULTI_CHAR_FOLD_latin1_safe(s,e) global() argument 1002 what_MULTI_CHAR_FOLD_latin1_safe(s,e) global() argument 1031 is_THREE_CHAR_FOLD_utf8_safe(s,e) global() argument 1056 is_THREE_CHAR_FOLD_latin1_safe(s,e) global() argument 1065 is_THREE_CHAR_FOLD_HEAD_utf8_safe(s,e) global() argument 1137 is_THREE_CHAR_FOLD_HEAD_latin1_safe(s,e) global() argument 1153 is_FOLDS_TO_MULTI_utf8(s) global() argument 1180 is_PROBLEMATIC_LOCALE_FOLD_utf8(s) global() argument 1221 is_PROBLEMATIC_LOCALE_FOLDEDS_START_utf8(s) global() argument 1262 is_PATWS_safe(s,e,is_utf8) global() argument 1280 is_HANGUL_ED_utf8_safe(s,e) global() argument 1296 is_LNBREAK_safe(s,e,is_utf8) global() argument 1312 is_LNBREAK_utf8_safe(s,e) global() argument 1328 is_LNBREAK_latin1_safe(s,e) global() argument 1344 is_HORIZWS_high(s) global() argument 1368 is_VERTWS_high(s) global() argument 1381 is_XDIGIT_high(s) global() argument 1397 is_XPERLSPACE_high(s) global() argument 1422 is_SPACE_utf8_safe_backwards(s,e) global() argument 1451 is_NONCHAR_utf8_safe(s,e) global() argument 1476 is_SHORTER_NON_CHARS_utf8(s) global() argument 1505 is_LARGER_NON_CHARS_utf8(s) global() argument 1516 is_SURROGATE_utf8(s) global() argument 1520 is_SURROGATE_utf8_safe(s,e) global() argument 1529 is_QUOTEMETA_high(s) global() argument 1598 is_MULTI_CHAR_FOLD_utf8_safe_part0_(s,e) global() argument 1603 is_MULTI_CHAR_FOLD_utf8_safe_part1_(s,e) global() argument 1678 is_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) global() argument 1735 is_MULTI_CHAR_FOLD_utf8_safe_part3_(s,e) global() argument 1818 is_MULTI_CHAR_FOLD_utf8_safe(s,e) global() argument 1832 what_MULTI_CHAR_FOLD_utf8_safe_part0_(s,e) global() argument 1846 what_MULTI_CHAR_FOLD_utf8_safe_part1_(s,e) global() argument 1907 what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) global() argument 1916 what_MULTI_CHAR_FOLD_utf8_safe_part3_(s,e) global() argument 1998 what_MULTI_CHAR_FOLD_utf8_safe_part4_(s,e) global() argument 2013 what_MULTI_CHAR_FOLD_utf8_safe_part5_(s,e) global() argument 2074 what_MULTI_CHAR_FOLD_utf8_safe_part6_(s,e) global() argument 2139 what_MULTI_CHAR_FOLD_utf8_safe_part7_(s,e) global() argument 2185 what_MULTI_CHAR_FOLD_utf8_safe(s,e) global() argument 2248 is_MULTI_CHAR_FOLD_latin1_safe(s,e) global() argument 2262 what_MULTI_CHAR_FOLD_latin1_safe(s,e) global() argument 2291 is_THREE_CHAR_FOLD_utf8_safe(s,e) global() argument 2316 is_THREE_CHAR_FOLD_latin1_safe(s,e) global() argument 2325 is_THREE_CHAR_FOLD_HEAD_utf8_safe(s,e) global() argument 2395 is_THREE_CHAR_FOLD_HEAD_latin1_safe(s,e) global() argument 2411 is_FOLDS_TO_MULTI_utf8(s) global() argument 2440 is_PROBLEMATIC_LOCALE_FOLD_utf8(s) global() argument 2483 is_PROBLEMATIC_LOCALE_FOLDEDS_START_utf8(s) global() argument 2524 is_PATWS_safe(s,e,is_utf8) global() argument 2538 is_HANGUL_ED_utf8_safe(s,e) global() argument 2554 is_LNBREAK_safe(s,e,is_utf8) global() argument 2570 is_LNBREAK_utf8_safe(s,e) global() argument 2586 is_LNBREAK_latin1_safe(s,e) global() argument 2602 is_HORIZWS_high(s) global() argument 2626 is_VERTWS_high(s) global() argument 2639 is_XDIGIT_high(s) global() argument 2655 is_XPERLSPACE_high(s) global() argument 2680 is_SPACE_utf8_safe_backwards(s,e) global() argument 2709 is_NONCHAR_utf8_safe(s,e) global() argument 2734 is_SHORTER_NON_CHARS_utf8(s) global() argument 2763 is_LARGER_NON_CHARS_utf8(s) global() argument 2774 is_SURROGATE_utf8(s) global() argument 2778 is_SURROGATE_utf8_safe(s,e) global() argument 2787 is_QUOTEMETA_high(s) global() argument 2856 is_MULTI_CHAR_FOLD_utf8_safe_part0_(s,e) global() argument 2861 is_MULTI_CHAR_FOLD_utf8_safe_part1_(s,e) global() argument 2936 is_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) global() argument 2993 is_MULTI_CHAR_FOLD_utf8_safe_part3_(s,e) global() argument 3076 is_MULTI_CHAR_FOLD_utf8_safe(s,e) global() argument 3090 what_MULTI_CHAR_FOLD_utf8_safe_part0_(s,e) global() argument 3104 what_MULTI_CHAR_FOLD_utf8_safe_part1_(s,e) global() argument 3165 what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) global() argument 3174 what_MULTI_CHAR_FOLD_utf8_safe_part3_(s,e) global() argument 3256 what_MULTI_CHAR_FOLD_utf8_safe_part4_(s,e) global() argument 3271 what_MULTI_CHAR_FOLD_utf8_safe_part5_(s,e) global() argument 3332 what_MULTI_CHAR_FOLD_utf8_safe_part6_(s,e) global() argument 3397 what_MULTI_CHAR_FOLD_utf8_safe_part7_(s,e) global() argument 3443 what_MULTI_CHAR_FOLD_utf8_safe(s,e) global() argument 3506 is_MULTI_CHAR_FOLD_latin1_safe(s,e) global() argument 3520 what_MULTI_CHAR_FOLD_latin1_safe(s,e) global() argument 3549 is_THREE_CHAR_FOLD_utf8_safe(s,e) global() argument 3574 is_THREE_CHAR_FOLD_latin1_safe(s,e) global() argument 3583 is_THREE_CHAR_FOLD_HEAD_utf8_safe(s,e) global() argument 3653 is_THREE_CHAR_FOLD_HEAD_latin1_safe(s,e) global() argument 3669 is_FOLDS_TO_MULTI_utf8(s) global() argument 3698 is_PROBLEMATIC_LOCALE_FOLD_utf8(s) global() argument 3741 is_PROBLEMATIC_LOCALE_FOLDEDS_START_utf8(s) global() argument 3782 is_PATWS_safe(s,e,is_utf8) global() argument 3796 is_HANGUL_ED_utf8_safe(s,e) global() argument [all...] |
/openbsd-src/usr.sbin/rpki-client/ |
H A D | rrdp.c | 79 xstrdup(const char *s) in xstrdup() argument 82 if ((r = strdup(s)) == NULL) in xstrdup() 130 rrdp_state_send(struct rrdp *s) in rrdp_state_send() argument 137 io_simple_buffer(b, &s->id, sizeof(s->id)); in rrdp_state_send() 138 rrdp_session_buffer(b, s->current); in rrdp_state_send() 146 rrdp_clear_repo(struct rrdp *s) in rrdp_clear_repo() argument 153 io_simple_buffer(b, &s->id, sizeof(s->id)); in rrdp_clear_repo() 161 rrdp_publish_file(struct rrdp *s, struc argument 185 struct rrdp *s; rrdp_new() local 209 rrdp_free(struct rrdp * s) rrdp_free() argument 236 struct rrdp *s; rrdp_get() local 245 rrdp_failed(struct rrdp * s) rrdp_failed() argument 273 rrdp_finished(struct rrdp * s) rrdp_finished() argument 375 rrdp_abort_req(struct rrdp * s) rrdp_abort_req() argument 409 struct rrdp *s; rrdp_input_handler() local 490 rrdp_data_handler(struct rrdp * s) rrdp_data_handler() argument 540 struct rrdp *s, *ns; proc_rrdp() local [all...] |
/openbsd-src/lib/libssl/ |
H A D | ssl_clnt.c | 16 * Copyright remains Eric Young's, and as such any Copyright notices in 172 static int ssl3_send_client_hello(SSL *s); 173 static int ssl3_get_dtls_hello_verify(SSL *s); 174 static int ssl3_get_server_hello(SSL *s); 175 static int ssl3_get_certificate_request(SSL *s); 176 static int ssl3_get_new_session_ticket(SSL *s); 177 static int ssl3_get_cert_status(SSL *s); 178 static int ssl3_get_server_done(SSL *s); 179 static int ssl3_send_client_verify(SSL *s); 180 static int ssl3_send_client_certificate(SSL *s); 192 ssl3_connect(SSL * s) ssl3_connect() argument 642 ssl3_send_client_hello(SSL * s) ssl3_send_client_hello() argument 754 ssl3_get_dtls_hello_verify(SSL * s) ssl3_get_dtls_hello_verify() argument 815 ssl3_get_server_hello(SSL * s) ssl3_get_server_hello() argument 1083 ssl3_get_server_certificate(SSL * s) ssl3_get_server_certificate() argument 1177 ssl3_get_server_kex_dhe(SSL * s,CBS * cbs) ssl3_get_server_kex_dhe() argument 1227 ssl3_get_server_kex_ecdhe(SSL * s,CBS * cbs) ssl3_get_server_kex_ecdhe() argument 1280 ssl3_get_server_key_exchange(SSL * s) ssl3_get_server_key_exchange() argument 1438 ssl3_get_certificate_request(SSL * s) ssl3_get_certificate_request() argument 1582 ssl3_get_new_session_ticket(SSL * s) ssl3_get_new_session_ticket() argument 1658 ssl3_get_cert_status(SSL * s) ssl3_get_cert_status() argument 1759 ssl3_get_server_done(SSL * s) ssl3_get_server_done() argument 1779 ssl3_send_client_kex_rsa(SSL * s,CBB * cbb) ssl3_send_client_kex_rsa() argument 1845 ssl3_send_client_kex_dhe(SSL * s,CBB * cbb) ssl3_send_client_kex_dhe() argument 1883 ssl3_send_client_kex_ecdhe(SSL * s,CBB * cbb) ssl3_send_client_kex_ecdhe() argument 1922 ssl3_send_client_key_exchange(SSL * s) ssl3_send_client_key_exchange() argument 1968 ssl3_send_client_verify_sigalgs(SSL * s,EVP_PKEY * pkey,const struct ssl_sigalg * sigalg,CBB * cert_verify) ssl3_send_client_verify_sigalgs() argument 2027 ssl3_send_client_verify_rsa(SSL * s,EVP_PKEY * pkey,CBB * cert_verify) ssl3_send_client_verify_rsa() argument 2063 ssl3_send_client_verify_ec(SSL * s,EVP_PKEY * pkey,CBB * cert_verify) ssl3_send_client_verify_ec() argument 2098 ssl3_send_client_verify(SSL * s) ssl3_send_client_verify() argument 2154 ssl3_send_client_certificate(SSL * s) ssl3_send_client_certificate() argument 2232 ssl3_check_cert_and_algorithm(SSL * s) ssl3_check_cert_and_algorithm() argument 2290 ssl3_check_finished(SSL * s) ssl3_check_finished() argument 2312 ssl_do_client_cert_cb(SSL * s,X509 ** px509,EVP_PKEY ** ppkey) ssl_do_client_cert_cb() argument 2321 ssl3_send_client_change_cipher_spec(SSL * s) ssl3_send_client_change_cipher_spec() argument 2364 ssl3_send_client_finished(SSL * s) ssl3_send_client_finished() argument 2401 ssl3_get_server_finished(SSL * s) ssl3_get_server_finished() argument [all...] |
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/ |
H A D | decompress.c | 27 void makeMaps_d ( DState* s ) in makeMaps_d() argument 30 s->nInUse = 0; in makeMaps_d() 32 if (s->inUse[i]) { in makeMaps_d() 33 s->seqToUnseq[s->nInUse] = i; in makeMaps_d() 34 s->nInUse++; in makeMaps_d() 45 case lll: s->state = lll; \ 47 if (s->bsLive >= nnn) { \ 49 v = (s->bsBuff >> \ 50 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 51 s->bsLive -= nnn; \ [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/builtins/ |
H A D | BUILD.gn | 41 lse_file = "aarch64/lse.S" 305 "i386/ashldi3.S", 306 "i386/ashrdi3.S", 307 "i386/divdi3.S", 308 "i386/floatdidf.S", 309 "i386/floatdisf.S", 310 "i386/floatdixf.S", 311 "i386/floatundidf.S", 312 "i386/floatundisf.S", 313 "i386/floatundixf.S", [all …]
|
/openbsd-src/games/fortune/datfiles/ |
H A D | fortunes.sp.ok | 87 Bagdikian's 92 Barach's 96 Baruch's 97 Basie's 111 Beifeld's 127 Blore's 133 Bolub's 134 Bombeck's 135 Boob's 139 Boren's [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/ |
H A D | Zlib.xs | 469 /* return the greatest common divisor of a and b using Euclid's algorithm, 575 DispStream(di_stream * s, const char * message) 577 DispStream(s, message) 578 di_stream * s; 588 #define EnDis(f) (s->flags & f ? "Enabled" : "Disabled") 590 printf("DispStream %p", s) ; 592 printf("- %s \n", message) ; 595 if (!s) { 599 printf(" stream %p\n", &(s->stream)); 600 printf(" zalloc %p\n", s 559 DispStream(di_stream * s,const char * message) DispStream() argument 663 di_stream *s ; InitStream() local 677 PostInitStream(di_stream * s,int flags,int bufsize,int windowBits) PostInitStream() argument 827 flushParams(di_stream * s) flushParams() argument 1123 inflateStream s ; global() variable [all...] |
/openbsd-src/gnu/usr.bin/perl/t/uni/ |
H A D | sprintf.t | 16 my $s = sprintf "%s", $a; 17 is($s, $a, "%s a"); 21 my $s = sprintf "%s", $b; 22 is($s, $b, "%s b"); 26 my $s = sprintf "%s%s", $a, $b; 27 is($s, $a.$b, "%s%s a b"); 31 my $s = sprintf "%s%s", $b, $a; 32 is($s, $b.$a, "%s%s b a"); 36 my $s = sprintf "%s%s", $b, $b; 37 is($s, $b.$b, "%s%s b b"); [all …]
|