Home
last modified time | relevance | path

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

/freebsd/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()
283 if (ipf_p_irc_complete(irc, ctcpbuf, dlen) == 0) 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()
[all …]
/freebsd/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.c2326 int endloop, irc, rr; in roff_cond_checkend() local
2328 irc = ROFF_IGN; in roff_cond_checkend()
2333 irc |= endloop; in roff_cond_checkend()
2359 irc |= endloop; in roff_cond_checkend()
2370 return irc; in roff_cond_checkend()
2380 int irc, rr, spos; in roff_cond_sub() local
2384 irc = roff_cond_checkend(r, tok, buf, ln, ppos, pos, &rr); in roff_cond_sub()
2395 if (irc & ROFF_LOOPMASK) in roff_cond_sub()
2396 irc = ROFF_IGN | ROFF_LOOPEXIT; in roff_cond_sub()
2405 irc |= roff_req_or_macro(r, t, buf, ln, spos, pos, offs); in roff_cond_sub()
[all …]
H A Dmdoc_macro.c412 int irc; in find_pending() local
417 irc = 0; in find_pending()
423 irc = 1; in find_pending()
436 return irc; in find_pending()
/freebsd/lib/libalias/modules/irc/
H A DMakefile2 NAME= irc
/freebsd/sys/modules/libalias/modules/
H A Dmodules.inc5 MODULES += irc
/freebsd/lib/libc/tests/resolv/
H A Dmach21 irc.warped.net
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dd_mach38 irc.warped.net
/freebsd/targets/pseudo/userland/lib/
H A DMakefile.depend31 lib/libalias/modules/irc \
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dcategories.subr145 f_category irc "$msg_irc_desc"
/freebsd/usr.sbin/services_mkdb/
H A Dservices377 irc 194/tcp #Internet Relay Chat Protocol
378 irc 194/udp #Internet Relay Chat Protocol
945 irc-serv 529/tcp
946 irc-serv 529/udp
1461 ircs 994/tcp # irc protocol over TLS/SSL
/freebsd/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/contrib/libevent/
H A Dwhatsnew-2.1.txt30 You can ask questions on the #libevent IRC channel at irc.oftc.net or
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-s_client.pod.in660 "irc", "postgres", "mysql", "lmtp", "nntp", "sieve" and "ldap".
/freebsd/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()