Home
last modified time | relevance | path

Searched refs:stdio (Results 1 – 25 of 50) sorted by relevance

12

/plan9/sys/src/cmd/gs/src/
H A Dicontext.c47 r_clear_attrs(&pcst->stdio[0], l_mark); in CLEAR_MARKS_PROC()
48 r_clear_attrs(&pcst->stdio[1], l_mark); in CLEAR_MARKS_PROC()
49 r_clear_attrs(&pcst->stdio[2], l_mark); in CLEAR_MARKS_PROC()
71 case 1: ENUM_RETURN_REF(&pcst->stdio[0]);
72 case 2: ENUM_RETURN_REF(&pcst->stdio[1]);
73 case 3: ENUM_RETURN_REF(&pcst->stdio[2]);
79 RELOC_REF_VAR(pcst->stdio[0]);
80 RELOC_REF_VAR(pcst->stdio[1]);
81 RELOC_REF_VAR(pcst->stdio[2]);
152 make_file(&pcst->stdio[0], a_readonly | avm_invalid_file_entry, 1, in context_state_alloc()
[all …]
H A Dicstate.h62 ref stdio[3]; /* t_file */ member
H A Dfiles.h44 #define ref_stdio (i_ctx_p->stdio)
H A Dzcontext.c680 pctx->state.stdio[0] = *pstdin; in do_fork()
681 pctx->state.stdio[1] = *pstdout; in do_fork()
682 pctx->state.stdio[2] = pcur->state.stdio[2]; in do_fork()
H A Ddvx-gcc.mak284 # Choose the implementation of file I/O: 'stdio', 'fd', or 'both'.
287 FILE_IMPLEMENTATION=stdio
289 # Choose the implementation of stdio: '' for file I/O and 'c' for callouts
H A Dmsvclib.mak398 # Choose the implementation of file I/O: 'stdio', 'fd', or 'both'.
402 FILE_IMPLEMENTATION=stdio
405 # Choose the implementation of stdio: Only '' is allowed for library.
H A Dwatclib.mak142 FILE_IMPLEMENTATION=stdio
H A Dgs.mak140 # FILE_IMPLEMENTATION - normally stdio; if set to fd, uses file
141 # descriptors instead of buffered stdio for file I/O; if set to
147 # based stdio in ziodevs.c.
149 # to gs_main_interpret() in imain.c whenever stdio is needed.
H A Dmacos-mcp.mak203 # Choose the implementation of file I/O: 'stdio', 'fd', or 'both'.
206 FILE_IMPLEMENTATION=stdio
208 # Choose the implementation of stdio: '' for file I/O and 'c' for callouts
H A Dugcclib.mak111 FILE_IMPLEMENTATION=stdio
H A Dunixansi.mak323 # Choose the implementation of file I/O: 'stdio', 'fd', or 'both'.
326 FILE_IMPLEMENTATION=stdio
328 # Choose the implementation of stdio: '' for file I/O and 'c' for callouts
H A Dmacosx.mak351 # Choose the implementation of file I/O: 'stdio', 'fd', or 'both'.
354 FILE_IMPLEMENTATION=stdio
356 # Choose the implementation of stdio: '' for file I/O and 'c' for callouts
/plan9/sys/src/cmd/ext2srv/
H A Dxfssrv.c36 int stdio; in main() local
38 stdio = 0; in main()
56 stdio = 1; in main()
79 if(stdio){ in main()
/plan9/sys/src/cmd/dossrv/
H A Dxfssrv.c53 int stdio, srvfd, pipefd[2]; in main() local
59 stdio = 0; in main()
74 stdio = 1; in main()
90 if(stdio){ in main()
/plan9/sys/src/cmd/vac/
H A Dvacfs.c125 int stdio; in threadmain() local
129 stdio = 0; in threadmain()
147 stdio = 1; in threadmain()
176 if(defsrv == nil && defmnt == nil && !stdio) in threadmain()
178 if(stdio && defmnt) in threadmain()
197 if(!stdio){ in threadmain()
216 if(!stdio){ in threadmain()
/plan9/sys/src/ape/lib/ap/
H A Dmkfile4 DIRS=gen math plan9 posix stdio syscall
/plan9/sys/src/cmd/9660srv/
H A Dmain.c77 int srvfd, pipefd[2], stdio; in main() local
80 stdio = 0; in main()
97 stdio = 1; in main()
123 if(stdio) { in main()
/plan9/sys/src/libstdio/
H A Dmkfile55 HFILES=/sys/include/stdio.h\
/plan9/sys/src/ape/lib/ap/stdio/
H A Dmkfile55 stdio.$O\
/plan9/sys/src/cmd/upas/
H A DREADME3 It uses's Plan 9's bio library instead of stdio and Plan 9's
/plan9/sys/src/cmd/paqfs/
H A Dpaqfs.c168 int fd, mnt, srv, stdio, verify; in main() local
176 srv = stdio = verify = 0; in main()
193 stdio = 1; in main()
232 if(!stdio){ in main()
/plan9/sys/src/cmd/
H A Dramfs.c159 int stdio = 0; in main() local
166 stdio = 1; in main()
195 if(!stdio){ in main()
/plan9/sys/lib/dist/cmd/bzfs/
H A Doramfs.c140 int stdio = 0; in ramfsmain() local
150 stdio = 1; in ramfsmain()
165 if(!stdio){ in ramfsmain()
/plan9/sys/src/cmd/gs/jpeg/
H A Dconfig.guess302 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
317 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
H A Dfilelist.doc78 jdatadst.c Data destination manager for stdio output.
101 jdatasrc.c Data source manager for stdio input.

12