Searched refs:irc (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/lib/libalias/modules/irc/
H A DMakefile3 NAME= irc
/freebsd-12-stable/contrib/mandoc/
H A Dtest-vasprintf.c29 int irc; local
32 irc = vasprintf(ret, format, ap);
35 return irc;
H A Dcatman.c125 int irc; local
140 irc = sock_fd_write(srv_fd, in_fd, out_fd, STDERR_FILENO);
145 if (irc < 0) {
H A Dmansearch.c725 int cs, i, irc; local
796 irc = regcomp(e->match.re, val,
798 if (irc) {
799 regerror(irc, e->match.re, errbuf, sizeof(errbuf));
804 if (irc) {
H A Droff.c2253 int endloop, irc, rr; local
2256 irc = ROFF_IGN;
2261 irc |= endloop;
2282 irc |= endloop;
2300 if (irc & ROFF_LOOPMASK)
2301 irc = ROFF_IGN | ROFF_LOOPEXIT;
2311 irc |= (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs);
2313 irc |= rr ? ROFF_CONT : ROFF_IGN;
2314 return irc;
2321 int endloop, irc, r local
2607 int irc; local
[all...]
H A Dmdoc_macro.c408 int irc; local
413 irc = 0;
419 irc = 1;
432 return irc;
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c233 ircinfo_t *irc; local
238 KMALLOC(irc, ircinfo_t *);
239 if (irc == NULL)
244 aps->aps_data = irc;
247 bzero((char *)irc, sizeof(*irc));
264 ircinfo_t *irc; local
291 irc = nat->nat_aps->aps_data;
292 if (ipf_p_irc_complete(irc, ctcpbuf, dlen) == 0)
299 if (irc
[all...]
/freebsd-12-stable/targets/pseudo/userland/lib/
H A DMakefile.depend32 lib/libalias/modules/irc \
/freebsd-12-stable/contrib/binutils/binutils/
H A Dresrc.c326 sprintf (cpp_temp_file, "%s.irc", fileprefix);

Completed in 121 milliseconds