| /freebsd-14-stable/sys/netpfil/ipfilter/netinet/ |
| HD | ip_irc_pxy.c | 226 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-14-stable/contrib/mandoc/ |
| HD | test-vasprintf.c | 29 int irc; in testfunc() local 32 irc = vasprintf(ret, format, ap); in testfunc() 35 return irc; in testfunc()
|
| HD | catman.c | 125 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()
|
| HD | term_tag.c | 176 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()
|
| HD | mansearch.c | 725 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()
|
| HD | roff.c | 2347 int endloop, irc, rr; in roff_cond_checkend() local 2349 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 2405 irc = roff_cond_checkend(r, tok, buf, ln, ppos, pos, &rr); in roff_cond_sub() 2425 if (irc & ROFF_LOOPMASK) in roff_cond_sub() 2426 irc = ROFF_IGN | ROFF_LOOPEXIT; in roff_cond_sub() 2436 irc |= (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs); in roff_cond_sub() [all …]
|
| HD | mdoc_macro.c | 409 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-stable/lib/libalias/modules/irc/ |
| HD | Makefile | 3 NAME= irc
|
| /freebsd-14-stable/sys/modules/libalias/modules/ |
| HD | modules.inc | 5 MODULES += irc
|
| /freebsd-14-stable/lib/libc/tests/resolv/ |
| HD | mach | 21 irc.warped.net
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libpthread/ |
| HD | d_mach | 38 irc.warped.net
|
| /freebsd-14-stable/targets/pseudo/userland/lib/ |
| HD | Makefile.depend | 32 lib/libalias/modules/irc \
|
| /freebsd-14-stable/usr.sbin/bsdconfig/share/packages/ |
| HD | categories.subr | 145 f_category irc "$msg_irc_desc"
|
| /freebsd-14-stable/usr.sbin/services_mkdb/ |
| HD | services | 380 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-stable/contrib/ntp/sntp/libevent/ |
| HD | whatsnew-2.1.txt | 30 You can ask questions on the #libevent IRC channel at irc.oftc.net or
|
| /freebsd-14-stable/contrib/libevent/ |
| HD | whatsnew-2.1.txt | 30 You can ask questions on the #libevent IRC channel at irc.oftc.net or
|
| /freebsd-14-stable/crypto/openssl/doc/man1/ |
| HD | openssl-s_client.pod.in | 660 "irc", "postgres", "mysql", "lmtp", "nntp", "sieve" and "ldap".
|
| /freebsd-14-stable/contrib/sqlite3/ |
| HD | shell.c | 23503 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()
|