Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_irc_pxy.c226 ircinfo_t *irc; in ipf_p_irc_new() local
231 KMALLOC(irc, ircinfo_t *); in ipf_p_irc_new()
232 if (irc == NULL) in ipf_p_irc_new()
237 aps->aps_data = irc; in ipf_p_irc_new()
240 bzero((char *)irc, sizeof(*irc)); in ipf_p_irc_new()
255 ircinfo_t *irc; in ipf_p_irc_send() local
282 irc = nat->nat_aps->aps_data; in ipf_p_irc_send()
290 if (irc->irc_ipnum != ntohl(nat->nat_osrcaddr)) in ipf_p_irc_send()
293 a5 = irc->irc_port; in ipf_p_irc_send()
299 olen = irc->irc_len; in ipf_p_irc_send()
[all …]
/freebsd-14.2/contrib/mandoc/
H A Dtest-vasprintf.c29 int irc; in testfunc() local
32 irc = vasprintf(ret, format, ap); in testfunc()
35 return irc; in testfunc()
H A Dterm_tag.c176 int irc = 0; in term_tag_close() local
184 if ((irc = dup2(tag_files.ofd, STDOUT_FILENO)) == -1) in term_tag_close()
189 return irc; in term_tag_close()
H A Dcatman.c125 int irc; in process_manpage() local
140 irc = sock_fd_write(srv_fd, in_fd, out_fd, STDERR_FILENO); in process_manpage()
145 if (irc < 0) { in process_manpage()
H A Dmansearch.c725 int cs, i, irc; in exprterm() local
796 irc = regcomp(e->match.re, val, in exprterm()
798 if (irc) { in exprterm()
799 regerror(irc, e->match.re, errbuf, sizeof(errbuf)); in exprterm()
804 if (irc) { in exprterm()
H A Droff.c2349 irc = ROFF_IGN; in roff_cond_checkend()
2354 irc |= endloop; in roff_cond_checkend()
2380 irc |= endloop; in roff_cond_checkend()
2391 return irc; in roff_cond_checkend()
2401 int irc, rr; in roff_cond_sub() local
2439 return irc; in roff_cond_sub()
2448 int irc, rr; in roff_cond_text() local
2454 return irc; in roff_cond_text()
2700 int irc; in roff_cond() local
2774 irc = ROFF_RERUN; in roff_cond()
[all …]
H A Dmdoc_macro.c409 int irc; in find_pending() local
414 irc = 0; in find_pending()
420 irc = 1; in find_pending()
433 return irc; in find_pending()
/freebsd-14.2/lib/libalias/modules/irc/
H A DMakefile3 NAME= irc
/freebsd-14.2/sys/modules/libalias/modules/
H A Dmodules.inc5 MODULES += irc
/freebsd-14.2/lib/libc/tests/resolv/
H A Dmach21 irc.warped.net
/freebsd-14.2/contrib/netbsd-tests/lib/libpthread/
H A Dd_mach38 irc.warped.net
/freebsd-14.2/targets/pseudo/userland/lib/
H A DMakefile.depend32 lib/libalias/modules/irc \
/freebsd-14.2/usr.sbin/bsdconfig/share/packages/
H A Dcategories.subr145 f_category irc "$msg_irc_desc"
/freebsd-14.2/usr.sbin/services_mkdb/
H A Dservices380 irc 194/tcp #Internet Relay Chat Protocol
381 irc 194/udp #Internet Relay Chat Protocol
948 irc-serv 529/tcp
949 irc-serv 529/udp
1464 ircs 994/tcp # irc protocol over TLS/SSL
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-s_client.pod.in660 "irc", "postgres", "mysql", "lmtp", "nntp", "sieve" and "ldap".
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt30 You can ask questions on the #libevent IRC channel at irc.oftc.net or
/freebsd-14.2/contrib/libevent/
H A Dwhatsnew-2.1.txt30 You can ask questions on the #libevent IRC channel at irc.oftc.net or
/freebsd-14.2/contrib/sqlite3/
H A Dshell.c23503 int irc = SHELL_SUBMACRO(SQLITE_SHELL_EXTFUNCS, INIT)(p->db); in open_db() local
23509 if( irc==SQLITE_OK in open_db()
23510 || irc==SQLITE_OK_LOAD_PERMANENTLY ){ in open_db()