Home
last modified time | relevance | path

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

1234

/titanic_41/usr/src/test/libc-tests/cfg/symbols/
H A Dstdio_h.cfg17 # Definitions found in stdio.h
23 type | FILE | stdio.h | ALL
24 type | fpos_t | stdio.h | ALL
25 type | size_t | stdio.h | ALL
30 value | BUFSIZ | int | stdio.h | ALL
31 value | EOF | int | stdio.h | ALL
32 value | NULL | void * | stdio.h | ALL
33 value | stderr | FILE * | stdio.h | ALL
34 value | stdin | FILE * | stdio.h | ALL
35 value | stdout | FILE * | stdio.h | ALL
[all …]
/titanic_41/usr/src/lib/libast/
H A DMakefile.com359 common/stdio/_doprnt.o \
360 common/stdio/_doscan.o \
361 common/stdio/_filbuf.o \
362 common/stdio/_flsbuf.o \
363 common/stdio/_stdfun.o \
364 common/stdio/_stdopen.o \
365 common/stdio/_stdprintf.o \
366 common/stdio/_stdscanf.o \
367 common/stdio/_stdsprnt.o \
368 common/stdio/_stdvbuf.o \
[all …]
/titanic_41/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_41/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_41/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()
H A Dllib-lmail32 #include <stdio.h>
/titanic_41/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_41/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_41/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_41/usr/src/lib/libast/common/features/
H A Dwchar2 lib mbstowcs,wctomb,wcrtomb,wcslen,wcstombs,wcwidth stdlib.h stdio.h wchar.h
3 lib towlower,towupper stdlib.h stdio.h wchar.h
4 typ mbstate_t stdlib.h stdio.h wchar.h
11 #include <stdio.h>
H A Dfs132 hdr mntent,mnttab stdio.h
133 sys mntent,mnttab stdio.h
137 mem mntent.mnt_opts,w_mntent.mnt_opts,mnttab.mnt_opts sys/types.h stdio.h mntent.h sys/mntent.h
138 mem mntent.mnt_opts,mnttab.mnt_opts stdio.h sys/types.h mnttab.h sys/mnttab.h
/titanic_41/usr/src/lib/libast/common/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.c213 int _sfpopen(reg Sfio_t* f, int fd, int pid, int stdio) in _sfpopen() argument
215 int _sfpopen(f, fd, pid, stdio) in _sfpopen()
219 int stdio; /* stdio popen() does not reset SIGPIPE handler */
234 p->sigp = (!stdio && pid >= 0 && (f->flags&SF_WRITE)) ? 1 : 0;
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dsfio_t.h46 Void_t* stdio; /* stdio FILE if any */ \
115 (f)->stdio = (Void_t*)0, /* stdio */ \
/titanic_41/usr/src/lib/libast/common/include/
H A Dsfio_t.h46 Void_t* stdio; /* stdio FILE if any */ \
115 (f)->stdio = (Void_t*)0, /* stdio */ \
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dsfio_t.h46 Void_t* stdio; /* stdio FILE if any */ \
115 (f)->stdio = (Void_t*)0, /* stdio */ \
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio_t.h46 Void_t* stdio; /* stdio FILE if any */ \
115 (f)->stdio = (Void_t*)0, /* stdio */ \
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dsfio_t.h46 Void_t* stdio; /* stdio FILE if any */ \
115 (f)->stdio = (Void_t*)0, /* stdio */ \
/titanic_41/usr/src/lib/libc/
H A DMakefile.targ135 pics/%64.o: $(LIBCBASE)/../port/stdio/%.c
139 pics/%_w.o: $(LIBCBASE)/../port/stdio/%.c
198 pics/%.o: $(LIBCBASE)/../port/stdio/%.c
207 pics/%_c89.o: $(LIBCBASE)/../port/stdio/%.c
/titanic_41/usr/src/ucblib/libucb/
H A DMakefile.com84 $(PORTSTDIOOBJS:%.o=../port/stdio/%.c) \
118 pics/%.o: ../port/stdio/%.c
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE12 10-02-02 features/fs: sys/mnttab.h requires stdio.h on some systems!!
43 09-10-05 _sfopen.c: add but ignore 'F' flags for stdio compatibility
85 09-01-09 features/uwin,stdio/_stdfun.c: iffe for _p__iob and __p__iob
103 08-11-04 stdio: add flockfile.c ftrylockfile.c funlockfile.c
121 08-07-16 features/stdio,stdio/f(read|write).c: size_t return value!! ouch
167 07-10-26 features/stdio: add _filbuf => _ast__filbuf
221 07-02-12 stdio/vasprintf.c: add trailing '\0' -- doh
277 06-09-28 Makefile: avoid ast <stdio.h> vix iffe -X ast -- doh
350 05-06-07 features/stdio: drop FEATURE/limits to fix bootstrap circular dep
416 features/stdio: handle _LARGEFILE64_SOURCE -- oops
[all …]
/titanic_41/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_41/usr/src/man/man3head/
H A DMakefile81 stdio.h.3head \
170 stdio.3head \
259 stdio.3head := LINKSRC = stdio.h.3head
/titanic_41/usr/src/uts/common/gssapi/
H A DMakefile80 | grep -v stdlib.h | grep -v stdio.h > $@
/titanic_41/usr/src/stand/lib/sa/
H A DMakefile28 standalloc.o stdio.o stdlib.o strdup.o strings.o \

1234