| /src/usr.bin/mail/ |
| mime_child.c | 121 FILE *nfo; local 162 nfo = fdopen(p[WRITE], "we"); 163 if (nfo == NULL) { 169 register_file(nfo, 1, pid); 179 FILE *nfo; local 206 nfo = fdopen(p[WRITE], "we"); 207 if (nfo == NULL) { 212 register_file(nfo, 1, pid);
|
| send.c | 483 FILE *nfo, *nfi; local 490 (nfo = Fdopen(fd, "wef")) == NULL) { 498 (void)Fclose(nfo); 503 (void)puthead(hp, nfo, 512 (void)putc(c, nfo); 520 (void)fflush(nfo); 521 if (ferror(nfo)) { 523 (void)Fclose(nfo); 528 (void)Fclose(nfo);
|
| mime_attach.c | 610 mktemp_file(FILE **nfo, FILE **nfi, const char *hint) 617 (*nfo = Fdopen(fd, "wef")) == NULL) { 627 (void)Fclose(*nfo); 644 FILE *nfi, *nfo; local 650 * handles: nfi and nfo, resp. 652 if (mktemp_file(&nfo, &nfi, "mail.Rs") != 0) 675 (void)fprintf(nfo, "This is a multi-part message in MIME format.\n"); 678 (void)fprintf(nfo, "\n--%s\n", header->h_mime_boundary); 679 fput_attachment(nfo, ap); 683 (void)fprintf(nfo, "\n--%s--\n", header->h_mime_boundary) [all...] |
| /src/share/mk/ |
| bsd.info.mk | 17 INFOFILES= ${TEXINFO:C/\.te?xi(nfo)?$/.info/}
|
| /src/sys/arch/arm/at91/ |
| at91emac.c | 248 uint32_t nfo; local 258 nfo = sc->RDSC[bi].Info; 259 fl = (nfo & ETH_RDSC_I_LEN) - 4; 260 DPRINTFN(2,("## nfo=0x%08X\n", nfo));
|
| /src/sys/dev/cadence/ |
| if_cemac.c | 313 uint32_t nfo; local 320 nfo = sc->RDSC[bi].Info; 321 fl = (nfo & ETH_RDSC_I_LEN) - 4; 322 DPRINTFN(2,("## nfo=0x%08X\n", nfo)); 336 switch (nfo & ETH_RDSC_I_CHKSUM) {
|
| /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| texi2html | 358 if (/^-expandi(nfo)?$/) { $expandinfo = 1; next; }
|
| /src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| texi2html | 358 if (/^-expandi(nfo)?$/) { $expandinfo = 1; next; }
|
| /src/external/gpl3/autoconf/dist/ |
| maint.mk | 834 texinfo_suffix_re_ ?= \.(txi|texi(nfo)?)$$
|