Home
last modified time | relevance | path

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

1234

/illumos-gate/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 …]
/illumos-gate/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 …]
/illumos-gate/usr/src/test/libc-tests/runfiles/
H A Ddefault.run80 [/opt/libc-tests/tests/stdio/fileno.32]
81 [/opt/libc-tests/tests/stdio/fileno.64]
82 [/opt/libc-tests/tests/stdio/fmemopentest.32]
83 [/opt/libc-tests/tests/stdio/fmemopentest.64]
84 [/opt/libc-tests/tests/stdio/ftell_ungetc.32]
85 [/opt/libc-tests/tests/stdio/ftell_ungetc.64]
86 [/opt/libc-tests/tests/stdio/ftello_12768.lfs]
87 [/opt/libc-tests/tests/stdio/ftello_12768.64]
88 [/opt/libc-tests/tests/stdio/memstream.32]
89 [/opt/libc-tests/tests/stdio/memstream.64]
[all …]
/illumos-gate/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 …]
/illumos-gate/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 …]
/illumos-gate/usr/src/lib/libmail/common/
H A Dpopenvp.c74 int stdio; in popenvp() local
80 stdio = tst(0, 1); in popenvp()
82 (void) close(stdio); in popenvp()
83 (void) fcntl(yourside, F_DUPFD, stdio); in popenvp()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmypopen.c63 int stdio; in mypopen() local
70 stdio = tst(0, 1); in mypopen()
72 (void) close(stdio); in mypopen()
73 (void) fcntl(yourside, F_DUPFD, stdio); in mypopen()
/illumos-gate/usr/src/cmd/mailx/
H A Dpopen.c91 int stdio; in npopen() local
93 stdio = tst(0, 1); in npopen()
95 (void) close(stdio); in npopen()
96 (void) fcntl(yourside, 0, stdio); in npopen()
/illumos-gate/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
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-libctest.p5m209 dir path=opt/libc-tests/tests/stdio
210 file path=opt/libc-tests/tests/stdio/fileno.32 mode=0555
211 file path=opt/libc-tests/tests/stdio/fileno.64 mode=0555
212 file path=opt/libc-tests/tests/stdio/fmemopentest.32 mode=0555
213 file path=opt/libc-tests/tests/stdio/fmemopentest.64 mode=0555
214 file path=opt/libc-tests/tests/stdio/ftell_ungetc.32 mode=0555
215 file path=opt/libc-tests/tests/stdio/ftell_ungetc.64 mode=0555
216 file path=opt/libc-tests/tests/stdio/ftello_12768.64 mode=0555
217 file path=opt/libc-tests/tests/stdio/ftello_12768.lfs mode=0555
218 file path=opt/libc-tests/tests/stdio/memstream.32 mode=0555
[all …]
/illumos-gate/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 …]
/illumos-gate/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;
/illumos-gate/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 */ \
/illumos-gate/usr/src/lib/libc/
H A DMakefile.targ148 pics/%64.o: $(LIBCBASE)/../port/stdio/%.c
152 pics/%_w.o: $(LIBCBASE)/../port/stdio/%.c
216 pics/%.o: $(LIBCBASE)/../port/stdio/%.c
225 pics/%_c89.o: $(LIBCBASE)/../port/stdio/%.c
/illumos-gate/usr/src/ucblib/libucb/
H A DMakefile.com87 $(PORTSTDIOOBJS:%.o=../port/stdio/%.c) \
124 pics/%.o: ../port/stdio/%.c
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c981 int myside, yourside, stdio; in posix_spawn_pipe_np() local
1000 stdio = STDIN_FILENO; in posix_spawn_pipe_np()
1004 stdio = STDOUT_FILENO; in posix_spawn_pipe_np()
1008 if (yourside != stdio) { in posix_spawn_pipe_np()
1011 yourside, stdio); in posix_spawn_pipe_np()
/illumos-gate/usr/src/uts/common/gssapi/
H A DMakefile87 | grep -v stdlib.h | grep -v stdio.h > $@
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A DMakefile34 ROOTOPTSTDIO = $(ROOTOPTDIR)/stdio
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com104 $(STDIO:%.o=../src/libc/stdio/%.c) \
163 objs/%.o pics/%.o: ../src/libc/stdio/%.c

1234