Home
last modified time | relevance | path

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

12345

/titanic_53/usr/src/cmd/ast/libast/
H A DMakefile.defs28 sfinit sfio sig siglist signal sizeof stdio \
32 HEADERSTD= dirent.h iconv.h nl_types.h stdio.h wchar.h wctype.h
58 regex sfio stdio string tm uwin vec vmalloc
388 stdio/_doprnt.o \
389 stdio/_doscan.o \
390 stdio/_filbuf.o \
391 stdio/_flsbuf.o \
392 stdio/_stdfun.o \
393 stdio/_stdopen.o \
394 stdio/_stdprintf.o \
[all …]
/titanic_53/usr/src/test/libc-tests/cfg/symbols/
H A Dstdio_h.cfg18 # Definitions found in stdio.h
24 type | FILE | stdio.h | ALL
25 type | fpos_t | stdio.h | ALL
26 type | size_t | stdio.h | ALL
31 value | BUFSIZ | int | stdio.h | ALL
32 value | EOF | int | stdio.h | ALL
33 value | NULL | void * | stdio.h | ALL
34 value | stderr | FILE * | stdio.h | ALL
35 value | stdin | FILE * | stdio.h | ALL
36 value | stdout | FILE * | stdio.h | ALL
[all …]
/titanic_53/usr/src/test/libc-tests/runfiles/
H A Ddefault.run54 [/opt/libc-tests/tests/stdio/fileno.32]
55 [/opt/libc-tests/tests/stdio/fileno.64]
56 [/opt/libc-tests/tests/stdio/fmemopentest.32]
57 [/opt/libc-tests/tests/stdio/fmemopentest.64]
58 [/opt/libc-tests/tests/stdio/ftell_ungetc.32]
59 [/opt/libc-tests/tests/stdio/ftell_ungetc.64]
60 [/opt/libc-tests/tests/stdio/memstream.32]
61 [/opt/libc-tests/tests/stdio/memstream.64]
62 [/opt/libc-tests/tests/stdio/memstream_reopen.32]
63 [/opt/libc-tests/tests/stdio/memstream_reopen.64]
[all …]
/titanic_53/usr/src/contrib/ast/src/lib/libast/
H A DMamfile195 make FEATURE/stdio
196 meta FEATURE/stdio features/%>FEATURE/% features/stdio stdio
197 make features/stdio
198 done features/stdio
199 exec - iffe -v -X ast -X std -c '${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS} ' run features/stdio
230 make std/stdio.h implicit
232 done std/stdio.h dontcare
233 prev std/stdio.h implicit
237 prev std/stdio.h implicit
301 done FEATURE/stdio generated
[all …]
H A DMakefile18 regex sfio stdio string tm uwin vec vmalloc
53 HEADERSTD = dirent.h iconv.h nl_types.h stdio.h wchar.h wctype.h
167 /* stdio */ \
178 stdio/tmpfile.c ungetc.c vfprintf.c vfscanf.c vprintf.c \
183 /* wchar stdio */ \
189 /* stdio extensions */ \
214 * man is stdio.h problematic
215 * the std/stdio.h => ast_stdio.h runaround should
226 virtual ast/stdio.h
318 * more stdio.h complications ...
H A DRELEASE169 10-05-07 sfio,stdio: fix all snprintf() variants to handle buf==0 and/or n==0
200 10-02-02 features/fs: sys/mnttab.h requires stdio.h on some systems!!
231 09-10-05 _sfopen.c: add but ignore 'F' flags for stdio compatibility
273 09-01-09 features/uwin,stdio/_stdfun.c: iffe for _p__iob and __p__iob
291 08-11-04 stdio: add flockfile.c ftrylockfile.c funlockfile.c
309 08-07-16 features/stdio,stdio/f(read|write).c: size_t return value!! ouch
355 07-10-26 features/stdio: add _filbuf => _ast__filbuf
409 07-02-12 stdio/vasprintf.c: add trailing '\0' -- doh
465 06-09-28 Makefile: avoid ast <stdio.h> vix iffe -X ast -- doh
538 05-06-07 features/stdio: drop FEATURE/limits to fix bootstrap circular dep
[all …]
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.tst5 EXEC -r -v - hdr stdio
10 #define _hdr_stdio 1 /* #include <stdio.h> ok */
13 iffe: test: is stdio.h a header ... yes'
15 EXEC -r -v -s bsh - hdr stdio
17 EXEC -r -v - hdr stdio,limits
22 #define _hdr_stdio 1 /* #include <stdio.h> ok */
26 iffe: test: is stdio.h a header ... yes
29 EXEC -r -v -s bsh - hdr stdio,limits
31 EXEC -r -v - hdr,lib no_foo_bar,no_bar_foo stdio.h
36 #define _hdr_stdio 1 /* #include <stdio.h> ok */
[all …]
/titanic_53/usr/src/lib/libmail/common/
H A Dpopenvp.c76 int stdio; in popenvp() local
82 stdio = tst(0, 1); in popenvp()
84 (void) close(stdio); in popenvp()
85 (void) fcntl(yourside, F_DUPFD, stdio); in popenvp()
/titanic_53/usr/src/cmd/mailx/
H A Dpopen.c93 int stdio; in npopen() local
95 stdio = tst(0, 1); in npopen()
97 (void) close(stdio); in npopen()
98 (void) fcntl(yourside, 0, stdio); in npopen()
/titanic_53/usr/src/tools/cscope-fast/
H A Dmypopen.c65 int stdio; in mypopen() local
72 stdio = tst(0, 1); in mypopen()
74 (void) close(stdio); in mypopen()
75 (void) fcntl(yourside, F_DUPFD, stdio); in mypopen()
/titanic_53/usr/src/lib/libbc/libc/gen/common/
H A Dpopen.c53 int stdio; local
60 stdio = tst(0, 1);
62 if (hisside != stdio) {
63 (void) dup2(hisside, stdio);
/titanic_53/usr/src/contrib/ast/src/lib/libast/features/
H A Dwchar3 set stdio ast_common.h
11 lib mbstowcs,wctomb,wcrtomb,wcslen,wcstombs,wcwidth stdlib.h stdio.h wchar.h
12 lib towlower,towupper stdlib.h stdio.h wchar.h
13 typ mbstate_t stdlib.h stdio.h wchar.h
19 #include <stdio.h>
23 if tst note{ <wchar.h> requires native <stdio.h> }end nocompile{
30 if tst note{ <stdio.h> defines __va_list for <wchar.h> }end compile{
H A Dfs131 hdr mntent,mnttab stdio.h
132 sys mntent,mnttab stdio.h
136 mem mntent.mnt_opts,w_mntent.mnt_opts,mnttab.mnt_opts sys/types.h stdio.h mntent.h sys/mntent.h
137 mem mntent.mnt_opts,mnttab.mnt_opts stdio.h sys/types.h mnttab.h sys/mnttab.h
/titanic_53/usr/src/pkg/manifests/
H A Dsystem-test-libctest.mf31 dir path=opt/libc-tests/tests/stdio
121 file path=opt/libc-tests/tests/stdio/fileno.32 mode=0555
122 file path=opt/libc-tests/tests/stdio/fileno.64 mode=0555
123 file path=opt/libc-tests/tests/stdio/fmemopentest.32 mode=0555
124 file path=opt/libc-tests/tests/stdio/fmemopentest.64 mode=0555
125 file path=opt/libc-tests/tests/stdio/ftell_ungetc.32 mode=0555
126 file path=opt/libc-tests/tests/stdio/ftell_ungetc.64 mode=0555
127 file path=opt/libc-tests/tests/stdio/memstream.32 mode=0555
128 file path=opt/libc-tests/tests/stdio/memstream.64 mode=0555
129 file path=opt/libc-tests/tests/stdio/memstream_reopen.32 mode=0555
[all …]
/titanic_53/usr/src/cmd/backup/restore/
H A Dlint.sed1 /stdio.h".*sometimes ignored: fprintf/d
2 /stdio.h".*always ignored: snprintf/d
3 /stdio.h".*always ignored: printf/d
/titanic_53/usr/src/cmd/backup/dump/
H A Dlint.sed1 /stdio.h",.*always ignored: fclose/d
2 /stdio.h",.*always ignored: fprintf/d
3 /stdio.h",.*always ignored: printf/d
4 /stdio.h",.*always ignored: snprintf/d
/titanic_53/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfpopen.c183 int stdio, parent[2], child[2];
220 stdio = 1;
222 else stdio = 0;
238 if(_sfpopen(f,fd,pid,stdio) < 0)
H A Dsfmode.c214 int _sfpopen(reg Sfio_t* f, int fd, int pid, int stdio) in _sfpopen() argument
216 int _sfpopen(f, fd, pid, stdio) in _sfpopen()
220 int stdio; /* stdio popen() does not reset SIGPIPE handler */
235 p->sigp = (!stdio && pid >= 0 && (f->flags&SF_WRITE)) ? 1 : 0;
/titanic_53/usr/src/lib/libc/port/stdio/
H A DREADME.design21 Notes on the design of stdio.
27 At the heart of the stdio is the 'FILE *'. The 'FILE *' represents a
31 focuses on the implementation of streams. Other misc. functions in stdio
39 files to stdio the file name should match the primary function name.
52 are as they have profound impact on the stdio design and serve as a good
69 * The main C stdio symbols 'stdin', 'stdout', and 'stderr', were (and
86 This represents all of the data that has been added to stdio that is
125 Every stream in stdio starts out as buffered. Buffering can be changed
170 general, data will be written directly to the stdio buffer. When that
219 the stdio implementation.
[all …]
/titanic_53/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio_t.h46 Void_t* stdio; /* stdio FILE if any */ \
122 (f)->stdio = (Void_t*)0, /* stdio */ \
/titanic_53/usr/src/lib/libc/
H A DMakefile.targ141 pics/%64.o: $(LIBCBASE)/../port/stdio/%.c
145 pics/%_w.o: $(LIBCBASE)/../port/stdio/%.c
204 pics/%.o: $(LIBCBASE)/../port/stdio/%.c
213 pics/%_c89.o: $(LIBCBASE)/../port/stdio/%.c
/titanic_53/usr/src/ucblib/libucb/
H A DMakefile.com84 $(PORTSTDIOOBJS:%.o=../port/stdio/%.c) \
118 pics/%.o: ../port/stdio/%.c
/titanic_53/usr/src/lib/libc/port/threads/
H A Dspawn.c901 int myside, yourside, stdio; in posix_spawn_pipe_np() local
920 stdio = STDIN_FILENO; in posix_spawn_pipe_np()
924 stdio = STDOUT_FILENO; in posix_spawn_pipe_np()
928 if (yourside != stdio) { in posix_spawn_pipe_np()
931 yourside, stdio); in posix_spawn_pipe_np()
/titanic_53/usr/src/man/man3head/
H A DMakefile82 stdio.h.3head \
172 stdio.3head \
261 stdio.3head := LINKSRC = stdio.h.3head
/titanic_53/usr/src/test/libc-tests/tests/stdio/
H A DMakefile30 ROOTOPTSTDIO = $(ROOTOPTDIR)/stdio

12345