Searched refs:putw (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/lib/libc/stdio/
H A Dputw.c1 /* $OpenBSD: putw.c,v 1.11 2015/08/31 02:53:57 guenther Exp $ */
39 putw(int w, FILE *fp) function
55 DEF_WEAK(putw); variable
H A DMakefile.inc13 open_wmemstream.c perror.c printf.c putc.c putchar.c puts.c putw.c \
/openbsd-current/gnu/usr.bin/perl/
H A Dnostdio.h63 #undef putw macro
125 #define putw(v,f) _CANNOT _putw_ macro
H A Dfakesdio.h48 #undef putw macro
113 #define putw(v,f) _CANNOT _putw_ macro
/openbsd-current/lib/libc/hidden/
H A Dstdio.h94 PROTO_NORMAL(putw); variable
/openbsd-current/games/sail/
H A Dmisc.c218 (void) putw(1, fp);
220 (void) putw(persons + 1, fp);
/openbsd-current/usr.bin/locate/code/
H A Dlocate.code.c194 putw(diffcount, stdout) == EOF)
/openbsd-current/regress/lib/libc/orientation/
H A Dorientation_test.c213 * getw() and putw() aren't specified anywhere but logically
218 TEST_NARROW(putw(1234, f));
/openbsd-current/include/
H A Dstdio.h356 int putw(int, FILE *);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c75 int putw(int w, struct _iobuf *stream);
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h857 extern int putw(int, FILE *);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h857 extern int putw(int, FILE *);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp700.C1607 int putw(int, struct _iobuf *);

Completed in 273 milliseconds