Home
last modified time | relevance | path

Searched refs:std (Results 1 – 25 of 29) sorted by relevance

12

/plan9/sys/src/cmd/upas/common/
H A Dprocess.c75 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 Dcommon.h64 stream *std[3]; /* standard fd's*/ member
/plan9/sys/src/cmd/upas/send/
H A Dtranslate.c21 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 Dmain.c362 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 Dauthorize.c21 while(s_read_line(pp->std[2]->fp, errstr)) in authorize()
/plan9/sys/src/cmd/upas/smtp/
H A Dsmtpd.c760 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 Dtzset.c12 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 Dgdevtifs.c231 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 Dgsdevice.c243 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 Dgdevxxf.c188 &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 Dunixhead.mak84 std: STDDIRS default target
H A Dgdevx.h48 x11fontlist std, iso; member
H A Dgdevxini.c785 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 Dopenvms.mak408 std: STDDIRS default target
H A Dlib.mak51 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 DREADME3 gnu-gs-fonts-std-6.0.tar.gz. It does not,
/plan9/sys/src/cmd/cfs/
H A Dcfs.c130 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 Ddat.h93 int std; member
H A Dfs.c159 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 Dmbox.c95 newmbox(char *path, char *name, int std) in newmbox() argument
159 mb->std = std; in newmbox()
/plan9/sys/src/cmd/gs/libpng/
H A DINSTALL68 makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
133 UNIX example: cp scripts/makefile.std makefile
H A DREADME190 makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
/plan9/sys/src/9/port/
H A Dusbehci.c1052 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 Drun.c114 void std(ulong);
129 { std, "std", Istore },
945 std(ulong ir) in std() function
/plan9/lib/face/48x48x1/
H A D.dict273 sug.std.com/unknown u/unknown.sug.std.com

12