Home
last modified time | relevance | path

Searched refs:irc (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/regress/lib/libcrypto/asn1/
H A Dasn1string_copy.c29 int irc; in main() local
46 irc, strlen(data)); in main()
50 irc, V_ASN1_IA5STRING); in main()
59 if ((irc = ASN1_STRING_length(dst)) != 0) in main()
65 irc, V_ASN1_OCTET_STRING); in main()
70 if ((irc = ASN1_STRING_length(dst)) != -1) in main()
76 irc, V_ASN1_OCTET_STRING); in main()
91 irc, strlen(data)); in main()
95 irc, V_ASN1_IA5STRING); in main()
110 irc, strlen(data)); in main()
[all …]
/openbsd/regress/lib/libc/printf/
H A Dstring.c51 int irc, happy; in tc() local
56 if (irc < 0) { in tc()
89 int irc, happy; in tlc() local
95 if (irc < 0) { in tlc()
128 int irc; in tlc_expect_fail() local
133 if (irc != -1) { in tlc_expect_fail()
156 int irc, happy; in ts() local
161 if (irc < 0) { in ts()
200 if (irc < 0) { in tls()
233 int irc; in tls_expect_fail() local
[all …]
H A Dint.c56 int irc, happy; in ti() local
67 irc = snprintf(buf, sizeof(buf), fmt, (int)i); in ti()
91 if (irc < 0) { in ti()
96 if ((unsigned long long)irc != len) { in ti()
98 fmt, i, irc, len); in ti()
110 fmt, i, buf, irc); in ti()
123 int irc, happy; in tu() local
155 if (irc < 0) { in tu()
160 if ((unsigned long long)irc != len) { in tu()
162 fmt, i, irc, len); in tu()
[all …]
/openbsd/regress/lib/libcrypto/x509/
H A Dx509req_ext.c85 int irc; in main() local
93 fail_int("X509_REQ_add_extensions", irc); in main()
95 fail_int("X509_REQ_get_attr_count", irc); in main()
110 fail_int("X509_REQ_add_extensions", irc); in main()
112 fail_int("X509_REQ_get_attr_count", irc); in main()
123 fail_int("X509_REQ_add_extensions", irc); in main()
126 fail_int("X509_REQ_get_attr_count", irc); in main()
132 fail_int("X509_ATTRIBUTE_count", irc); in main()
138 fail_int("ASN1_TYPE_get", irc); in main()
145 fail_int("sk_X509_EXTENSION_num", irc); in main()
[all …]
/openbsd/regress/lib/libedit/keymacro/
H A Dtest_get.c75 int irc; in main() local
85 irc = keymacro_get(&el, &ch, &val); in main()
86 if (irc != XK_CMD) in main()
87 errx(1, "ad %d != XK_CMD", irc); in main()
95 irc = keymacro_get(&el, &ch, &val); in main()
96 if (irc != XK_STR) in main()
97 errx(1, "al %d != XK_STR", irc); in main()
106 if (irc != XK_STR) in main()
107 errx(1, "ix %d != XK_STR", irc); in main()
116 if (irc != XK_NOD) in main()
[all …]
/openbsd/regress/lib/libc/locale/uselocale/
H A Duselocale.c195 int irc; in switch_thread() local
198 if ((irc = pthread_cond_signal(&cond)) != 0) in switch_thread()
202 if ((irc = pthread_mutex_trylock(&mtx)) != 0) in switch_thread()
208 if ((irc = pthread_mutex_unlock(&mtx)) != 0) in switch_thread()
422 int irc; in main() local
435 errc(1, irc, "pthread_mutexattr_init"); in main()
438 errc(1, irc, "pthread_mutexattr_settype"); in main()
440 errc(1, irc, "pthread_mutex_init"); in main()
442 errc(1, irc, "pthread_cond_init"); in main()
446 errc(1, irc, "pthread_create"); in main()
[all …]
/openbsd/regress/lib/libedit/read/
H A Dtest_read_char.c44 int irc; in main() local
55 irc = read_char(&el, &cp); in main()
66 switch (irc) { in main()
74 printf("[%d]", irc); in main()
77 } while (irc != 0); in main()
H A Dtest_getcmd.c39 int irc; in main() local
66 irc = read_getcmd(&el, &cmdnum, &ch); in main()
67 switch (irc) { in main()
87 printf("ret(%d)", irc); in main()
96 } while (irc == 0); in main()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlcommunity.pod43 own IRC network, L<irc://irc.perl.org>. General (not help-oriented) chat can be
44 found at L<irc://irc.perl.org/#perl>. Many other more specific chats are also
45 hosted on the network. Information about irc.perl.org is located on the
46 network's website: L<https://www.irc.perl.org>. For a more help-oriented #perl,
47 check out L<irc://irc.libera.chat/#perl>
133 L<irc://irc.perl.org/#perl>.
/openbsd/regress/lib/libc/getopt/
H A Dgetopt.sh31 irc=1
54 irc=0
136 exit $irc
/openbsd/usr.bin/mandoc/
H A Dterm_tag.c174 int irc = 0; in term_tag_close() local
182 if ((irc = dup2(tag_files.ofd, STDOUT_FILENO)) == -1) in term_tag_close()
187 return irc; in term_tag_close()
H A Dmansearch.c722 int cs, i, irc; in exprterm() local
786 irc = regcomp(e->match.re, val, in exprterm()
788 if (irc) { in exprterm()
789 regerror(irc, e->match.re, errbuf, sizeof(errbuf)); in exprterm()
794 if (irc) { in exprterm()
H A Droff.c2326 irc = ROFF_IGN; in roff_cond_checkend()
2331 irc |= endloop; in roff_cond_checkend()
2357 irc |= endloop; in roff_cond_checkend()
2368 return irc; in roff_cond_checkend()
2407 return irc; in roff_cond_sub()
2416 int irc, rr; in roff_cond_text() local
2421 irc |= ROFF_CONT; in roff_cond_text()
2422 return irc; in roff_cond_text()
2668 int irc; in roff_cond() local
2742 irc = ROFF_RERUN; in roff_cond()
[all …]
H A Dmdoc_macro.c407 int irc; in find_pending() local
412 irc = 0; in find_pending()
418 irc = 1; in find_pending()
431 return irc; in find_pending()
/openbsd/gnu/llvm/clang/www/
H A Dmenu.html.incl40 <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/
H A Dx_deprecated-META.yml60 IRC: irc://irc.perl.org/#distzilla
/openbsd/gnu/usr.bin/perl/dist/constant/
H A DMakefile.PL23 irc => 'irc://irc.perl.org/#p5p',
/openbsd/gnu/usr.bin/perl/t/comp/
H A Dopsubs.t183 from irc://irc.perl.org/p5p 2004/08/12
/openbsd/gnu/llvm/llvm/docs/
H A DContributing.rst9 or the #llvm channel on `irc.oftc.net`_.
198 .. _irc.oftc.net: irc://irc.oftc.net/llvm
H A DGettingInvolved.rst366 can be found in #llvm on `irc.oftc.net <irc://irc.oftc.net/llvm>`_. The channel
H A DReportingGuide.rst23 irc/discord/slack, etc) we ask that you make any reports by emailing
/openbsd/gnu/usr.bin/perl/
H A DREADME.tw120 =item L<irc://chat.freenode.org/#perl.tw>
/openbsd/gnu/usr.bin/perl/Porting/
H A Ddocs-team-charter.pod112 The team also collaborates on the C<< #docs >> channel on irc.perl.org. The
/openbsd/gnu/usr.bin/perl/cpan/Module-Metadata/t/
H A Dmetadata.t224 #simon on irc.perl.org.
279 #simon on irc.perl.org.
/openbsd/etc/
H A Dservices97 irc 194/tcp # Internet Relay Chat

12