| /plan9/sys/src/cmd/upas/common/ |
| H A D | process.c | 75 pp->std[0] = inp; in noshell_proc_start() 76 pp->std[1] = outp; in noshell_proc_start() 77 pp->std[2] = errp; in noshell_proc_start() 86 if (pp->std[i] != 0){ in noshell_proc_start() 87 close(Bfildes(pp->std[i]->fp)); in noshell_proc_start() 88 while(pp->std[i]->fd < 3) in noshell_proc_start() 89 pp->std[i]->fd = dup(pp->std[i]->fd, -1); in noshell_proc_start() 92 if (pp->std[i] != 0) in noshell_proc_start() 93 dup(pp->std[i]->fd, i); in noshell_proc_start() 103 if (pp->std[i] != 0) { in noshell_proc_start() [all …]
|
| H A D | common.h | 64 stream *std[3]; /* standard fd's*/ member
|
| /plan9/sys/src/cmd/upas/send/ |
| H A D | translate.c | 21 cp = Brdline(pp->std[1]->fp, '\n'); in translate() 28 n = Blinelen(pp->std[1]->fp); in translate() 34 while(s_read_line(pp->std[2]->fp, line)) in translate()
|
| H A D | main.c | 362 if(pp==0 || pp->std[0]==0 || pp->std[2]==0) in pipe_mail() 365 m_print(mp, pp->std[0]->fp, thissys, 0); in pipe_mail() 367 stream_free(pp->std[0]); in pipe_mail() 368 pp->std[0] = 0; in pipe_mail() 369 while(s_read_line(pp->std[2]->fp, errstring)) in pipe_mail()
|
| H A D | authorize.c | 21 while(s_read_line(pp->std[2]->fp, errstr)) in authorize()
|
| /plan9/sys/src/cmd/upas/smtp/ |
| H A D | smtpd.c | 760 p = Brdline(pp->std[1]->fp, '\n'); in verify() 764 p[Blinelen(pp->std[1]->fp)-1] = 0; in verify() 1052 nbytes += Bprint(pp->std[0]->fp, in forgedheaderwarnings() 1062 nbytes += Bprint(pp->std[0]->fp, in forgedheaderwarnings() 1070 nbytes += Bprint(pp->std[0]->fp, in forgedheaderwarnings() 1101 nbytes += Bprint(pp->std[0]->fp, "From %s %s remote from \n", in pipemsg() 1107 nbytes += Bprint(pp->std[0]->fp, "Received: from %s ", him); in pipemsg() 1109 nbytes += Bprint(pp->std[0]->fp, "([%s]) ", nci->rsys); in pipemsg() 1110 nbytes += Bprint(pp->std[0]->fp, "by %s; %s\n", me, thedate()); in pipemsg() 1153 nbytes += Bprint(pp->std[0]->fp, "From: /dev/null@%s\n", in pipemsg() [all …]
|
| /plan9/sys/src/ape/lib/ap/posix/ |
| H A D | tzset.c | 12 static char std[32] = "GMT0"; variable 15 std, dst 108 for (p = std, i = len+retlen; i; i--) in tzset()
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevtifs.c | 231 bool std; in gdev_tiff_begin_page() local 234 std = true, entry = *pse++, --nse; in gdev_tiff_begin_page() 236 std = false, entry = *pce++, --nce; in gdev_tiff_begin_page() 238 std = false, ++pse, --nse, entry = *pce++, --nce; in gdev_tiff_begin_page() 266 (std ? 0 : std_value_size); in gdev_tiff_begin_page()
|
| H A D | gsdevice.c | 243 const gs_memory_struct_type_t *std = dev->stype; in gs_copydevice2() local 254 gs_alloc_bytes_immovable(mem->non_gc_memory, sizeof(*std), in gs_copydevice2() 258 *a_std = *std; in gs_copydevice2() 260 } else if (std != 0 && std->ssize == dev->params_size) { in gs_copydevice2() 262 new_std = std; in gs_copydevice2() 266 gs_alloc_bytes_immovable(mem->non_gc_memory, sizeof(*std), in gs_copydevice2() 284 new_dev->stype_is_dynamic = new_std != std; in gs_copydevice2()
|
| H A D | gdevxxf.c | 188 &fmp->std, xheight, &scalable_font); in x_lookup_font() 206 &fmp->std, xheight, &scalable_font); in x_lookup_font() 220 &fmp->std, xheight, &scalable_font); in x_lookup_font()
|
| H A D | unixhead.mak | 84 std: STDDIRS default target
|
| H A D | gdevx.h | 48 x11fontlist std, iso; member
|
| H A D | gdevxini.c | 785 font->std.names = NULL; in scan_font_resource() 786 font->std.count = -1; in scan_font_resource() 984 if (font->std.names) in free_x_fontmaps() 985 XFreeFontNames(font->std.names); in free_x_fontmaps()
|
| H A D | openvms.mak | 408 std: STDDIRS default target
|
| H A D | lib.mak | 51 std_h=$(GLSRC)std.h $(arch_h) $(stdpre_h) 78 # because we must include std.h before any file that includes sys/types.h, 278 # get std.h included when compiling md5.c.
|
| /plan9/sys/lib/ghostscript/font/ |
| H A D | README | 3 gnu-gs-fonts-std-6.0.tar.gz. It does not,
|
| /plan9/sys/src/cmd/cfs/ |
| H A D | cfs.c | 130 int std, format, chkid; in main() local 134 std = 0; in main() 168 std = 1; in main() 181 if(std){ in main()
|
| /plan9/sys/src/cmd/upas/fs/ |
| H A D | dat.h | 93 int std; member
|
| H A D | fs.c | 159 int p[2], std, nodflt; in main() local 170 std = 0; in main() 220 std = 1; in main() 227 err = newmbox(mboxfile, "mbox", std); in main()
|
| H A D | mbox.c | 95 newmbox(char *path, char *name, int std) in newmbox() argument 159 mb->std = std; in newmbox()
|
| /plan9/sys/src/cmd/gs/libpng/ |
| H A D | INSTALL | 68 makefile.std => Generic UNIX makefile (cc, creates static libpng.a) 133 UNIX example: cp scripts/makefile.std makefile
|
| H A D | README | 190 makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
|
| /plan9/sys/src/9/port/ |
| H A D | usbehci.c | 1052 Sitd *std, *stdi, *stdu; in isodump() local 1098 std = iso->sitdps[i]; in isodump() 1099 seprintsitd(buf, buf+sizeof(buf), std); in isodump() 1100 if(std == iso->stdi) in isodump() 1102 if(std == iso->stdu) in isodump() 2930 Sitd *std; in cancelisoio() local 2961 std = iso->sitdps[frno]; in cancelisoio() 2962 std->csw &= ~(Stdioc|Stdactive); in cancelisoio()
|
| /plan9/sys/src/cmd/ki/ |
| H A D | run.c | 114 void std(ulong); 129 { std, "std", Istore }, 945 std(ulong ir) in std() function
|
| /plan9/lib/face/48x48x1/ |
| H A D | .dict | 273 sug.std.com/unknown u/unknown.sug.std.com
|