| /plan9/sys/src/cmd/gs/src/ |
| H A D | icontext.c | 47 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 D | icstate.h | 62 ref stdio[3]; /* t_file */ member
|
| H A D | files.h | 44 #define ref_stdio (i_ctx_p->stdio)
|
| H A D | zcontext.c | 680 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 D | dvx-gcc.mak | 284 # 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 D | msvclib.mak | 398 # 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 D | watclib.mak | 142 FILE_IMPLEMENTATION=stdio
|
| H A D | gs.mak | 140 # 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 D | macos-mcp.mak | 203 # 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 D | ugcclib.mak | 111 FILE_IMPLEMENTATION=stdio
|
| H A D | unixansi.mak | 323 # 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 D | macosx.mak | 351 # 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 D | xfssrv.c | 36 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 D | xfssrv.c | 53 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 D | vacfs.c | 125 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 D | mkfile | 4 DIRS=gen math plan9 posix stdio syscall
|
| /plan9/sys/src/cmd/9660srv/ |
| H A D | main.c | 77 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 D | mkfile | 55 HFILES=/sys/include/stdio.h\
|
| /plan9/sys/src/ape/lib/ap/stdio/ |
| H A D | mkfile | 55 stdio.$O\
|
| /plan9/sys/src/cmd/upas/ |
| H A D | README | 3 It uses's Plan 9's bio library instead of stdio and Plan 9's
|
| /plan9/sys/src/cmd/paqfs/ |
| H A D | paqfs.c | 168 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 D | ramfs.c | 159 int stdio = 0; in main() local 166 stdio = 1; in main() 195 if(!stdio){ in main()
|
| /plan9/sys/lib/dist/cmd/bzfs/ |
| H A D | oramfs.c | 140 int stdio = 0; in ramfsmain() local 150 stdio = 1; in ramfsmain() 165 if(!stdio){ in ramfsmain()
|
| /plan9/sys/src/cmd/gs/jpeg/ |
| H A D | config.guess | 302 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 D | filelist.doc | 78 jdatadst.c Data destination manager for stdio output. 101 jdatasrc.c Data source manager for stdio input.
|