| /src/external/bsd/mdocml/dist/ |
| test-vasprintf.c | 29 int irc; local 32 irc = vasprintf(ret, format, ap); 35 return irc;
|
| term_tag.c | 176 int irc = 0; local 184 if ((irc = dup2(tag_files.ofd, STDOUT_FILENO)) == -1) 189 return irc;
|
| mansearch.c | 725 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) {
|
| roff.c | 2347 int endloop, irc, rr; local 2349 irc = ROFF_IGN; 2354 irc |= endloop; 2380 irc |= endloop; 2391 return irc; 2401 int irc, rr; local 2405 irc = roff_cond_checkend(r, tok, buf, ln, ppos, pos, &rr); 2425 if (irc & ROFF_LOOPMASK) 2426 irc = ROFF_IGN | ROFF_LOOPEXIT; 2436 irc |= (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs) 2448 int irc, rr; local 2700 int irc; local [all...] |
| mdoc_macro.c | 409 int irc; local 414 irc = 0; 420 irc = 1; 433 return irc;
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_irc_pxy.c | 41 MUTEX_INIT(&ircnatfr.fr_lock, "IRC proxy rule lock"); 231 ircinfo_t *irc; local 236 KMALLOC(irc, ircinfo_t *); 237 if (irc == NULL) 242 aps->aps_data = irc; 245 bzero((char *)irc, sizeof(*irc)); 260 ircinfo_t *irc; local 291 irc = nat->nat_aps->aps_data; 292 if (ipf_p_irc_complete(irc, ctcpbuf, dlen) == 0 [all...] |
| /src/external/bsd/ipf/dist/ |
| ip_irc_pxy.c | 38 MUTEX_INIT(&ircnatfr.fr_lock, "IRC proxy rule lock"); 235 ircinfo_t *irc; local 240 KMALLOC(irc, ircinfo_t *); 241 if (irc == NULL) 246 aps->aps_data = irc; 249 bzero((char *)irc, sizeof(*irc)); 266 ircinfo_t *irc; local 297 irc = nat->nat_aps->aps_data; 298 if (ipf_p_irc_complete(irc, ctcpbuf, dlen) == 0 [all...] |
| /src/usr.sbin/altq/altqd/altq.conf.samples/ |
| cbq.widecamp | 71 ## irc for soi staff 72 class cbq sr0 irc intr borrow priority 4 pbandwidth 4 maxburst 8 red 73 filter sr0 irc 0 6667 0 0 6 # soi irc 74 filter sr0 irc 0 0 0 6667 6 # soi irc
|
| /src/external/bsd/ipf/dist/perl/ |
| logfilter.pl | 177 tcp 6667 irc.log
|
| /src/sys/arch/amiga/amiga/ |
| locore.s | 155 movb %a0@(CIAICR),%d0 | read irc register (clears ints!) 296 movb %a0@(CIAICR),%d0 | read irc register (clears ints!)
|
| /src/external/gpl3/binutils/dist/binutils/ |
| resrc.c | 322 sprintf (cpp_temp_file, "%s.irc", fileprefix);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| resrc.c | 322 sprintf (cpp_temp_file, "%s.irc", fileprefix);
|
| /src/external/public-domain/sqlite/dist/ |
| shell.c | 22239 int irc = SHELL_SUBMACRO(SQLITE_SHELL_EXTFUNCS, INIT)(p->db); local 22245 if( irc==SQLITE_OK 22246 || irc==SQLITE_OK_LOAD_PERMANENTLY ){
|