Home
last modified time | relevance | path

Searched full:irc (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_irc_pxy.c36 MUTEX_INIT(&ircnatfr.fr_lock, "IRC proxy rule lock"); in ipf_p_irc_main_load()
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()
235 aps->aps_data = irc; in ipf_p_irc_new()
238 bzero((char *)irc, sizeof(*irc)); in ipf_p_irc_new()
253 ircinfo_t *irc; in ipf_p_irc_send() local
280 irc = nat->nat_aps->aps_data; in ipf_p_irc_send()
281 if (ipf_p_irc_complete(irc, ctcpbuf, dlen) == 0) in ipf_p_irc_send()
288 if (irc->irc_ipnum != ntohl(nat->nat_osrcaddr)) in ipf_p_irc_send()
[all …]
/freebsd/contrib/libyaml/
H A Dannouncement.msg13 on the #yaml-dev and #libyaml IRC channels on irc.freenode.net.
48 LibYAML IRC Channel: #libyaml on irc.freenode.net
H A DReadMe.md31 Discuss LibYAML with the maintainers in IRC #libyaml irc.freenode.net.
/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.c145 int irc; in process_manpage()
162 irc = sock_fd_write(srv_fd, in_fd, out_fd, STDERR_FILENO); in process_tree()
167 return irc; in process_tree()
180 int inflight, irc, decr, fatal; in process_tree()
212 while ((irc = recv(srv_fd, dummy, sizeof(dummy), in main()
222 if (irc == 0) { in main()
310 irc = recv(srv_fd, dummy, sizeof(dummy), 0);
311 if (irc > 0)
313 else if (irc == -1 && errno == EAGAIN)
316 if (irc
125 int irc; process_manpage() local
[all...]
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.c2321 int endloop, irc, rr; in roff_cond_checkend() local
2323 irc = ROFF_IGN; in roff_cond_checkend()
2328 irc |= endloop; in roff_cond_checkend()
2354 irc |= endloop; in roff_cond_checkend()
2365 return irc; in roff_cond_checkend()
2375 int irc, rr, spos; in roff_cond_sub() local
2379 irc = roff_cond_checkend(r, tok, buf, ln, ppos, pos, &rr); in roff_cond_sub()
2390 if (irc & ROFF_LOOPMASK) in roff_cond_sub()
2391 irc = ROFF_IGN | ROFF_LOOPEXIT; in roff_cond_sub()
2400 irc |= roff_req_or_macro(r, t, buf, ln, spos, pos, offs); in roff_cond_sub()
[all …]
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dconfig.yml12 - name: OpenZFS on IRC
14 about: Use IRC to get community support for OpenZFS
/freebsd/usr.sbin/ppp/
H A DREADME.nat72 workarounds for FTP and IRC DCC, the most well known of the IP encoding
74 mode and avoiding IRC DCC sends, as is sometimes the case with other
177 usually 20) and IRC DCC send (which doesn't know either the address or
258 IRC and FTP exception handling make reasonable, though not strictly correct
342 - Added support for IRC DCC (ee)
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dimx7ulp-scg-clock.yaml19 domains, such as the System Oscillator clock, the Slow IRC (SIRC),
20 and and the Fast IRC clock (FIRCLK), clock sources and clock
H A Dimx7ulp-pcc-clock.yaml19 domains, such as the System Oscillator clock, the Slow IRC (SIRC),
20 and and the Fast IRC clock (FIRCLK), clock sources and clock
H A Dimx7ulp-clock.txt9 domains, such as the System Oscillator clock, the Slow IRC (SIRC),
10 and and the Fast IRC clock (FIRCLK), clock sources and clock
/freebsd/sys/netinet/libalias/
H A DHISTORY55 - Added support for IRC DCC (ee)
126 bypass of FTP/IRC DCC data connections. Also added
/freebsd/contrib/xz/
H A DREADME182 Report your bug via email or IRC (see Contact information below).
275 - IRC: #tukaani on Libera Chat
280 - IRC: Larhzu on Libera Chat
/freebsd/lib/libalias/modules/irc/
H A DMakefile2 NAME= irc
/freebsd/sys/modules/libalias/modules/
H A Dmodules.inc5 MODULES += irc
/freebsd/crypto/openssh/
H A Dssh.11177 In the example below, we look at encrypting communication for an IRC client,
1178 even though the IRC server it connects to does not directly
1189 The following example tunnels an IRC session from the client
1190 to an IRC server at
1196 using the standard IRC port, 6667:
1199 $ irc -c '#users' pinky IRC/127.0.0.1
/freebsd/lib/libc/tests/resolv/
H A Dmach21 irc.warped.net
/freebsd/release/packages/ucl/
H A Dnatd-all.ucl27 or IRC protocols.
/freebsd/share/dict/
H A Dfreebsd74 IRC
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp517 InductiveRangeCheck IRC; in extractRangeChecksFromCond()
518 IRC.End = End; in extractRangeChecksFromCond()
519 IRC.Begin = IndexAddRec->getStart(); in extractRangeChecksFromCond() local
520 IRC.Step = IndexAddRec->getStepRecurrence(SE); in extractRangeChecksFromCond()
521 IRC.CheckUse = &ConditionUse; in extractRangeChecksFromCond()
522 Checks.push_back(IRC); in extractRangeChecksFromCond()
1003 for (InductiveRangeCheck &IRC : RangeChecks) in parseLoopStructure()
1004 IRC.print(OS); in parseLoopStructure()
1037 for (InductiveRangeCheck &IRC : RangeChecks) { in parseLoopStructure()
1038 auto Result = IRC in parseLoopStructure()
[all...]
/freebsd/share/man/man4/
H A Dipfirewall.4135 skinny, irc, pptp and smedia packets, which are missing in the basic
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dd_mach38 irc.warped.net
/freebsd/sbin/dhclient/
H A Ddhcp-options.5566 .Ic option irc-server Ar ip-address
570 .Ic irc-server
571 option specifies a list of IRC servers available to the client.

123