HomeSort by: relevance | last modified time | path
    Searched defs:fileno (Results 1 - 25 of 113) sorted by relevancy

1 2 3 4 5

  /src/lib/libc/stdio/
fileno.c 1 /* $NetBSD: fileno.c,v 1.13 2012/03/15 18:22:30 christos Exp $ */
38 static char sccsid[] = "@(#)fileno.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: fileno.c,v 1.13 2012/03/15 18:22:30 christos Exp $");
52 * A subroutine version of the macro fileno.
54 #undef fileno macro
57 __weak_alias(fileno,_fileno)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
binary-io.h 25 /* The MSVC7 <stdio.h> doesn't like to be included after '#define fileno ...',
42 # undef fileno macro
43 # define fileno _fileno macro
  /src/external/gpl3/binutils/dist/include/
binary-io.h 23 like to be included after '#define fileno ...'
43 # undef fileno macro
44 # define fileno _fileno macro
  /src/external/gpl3/binutils.old/dist/include/
binary-io.h 23 like to be included after '#define fileno ...'
43 # undef fileno macro
44 # define fileno _fileno macro
  /src/external/gpl3/gdb.old/dist/include/
binary-io.h 23 like to be included after '#define fileno ...'
43 # undef fileno macro
44 # define fileno _fileno macro
  /src/external/gpl3/gdb/dist/include/
binary-io.h 23 like to be included after '#define fileno ...'
43 # undef fileno macro
44 # define fileno _fileno macro
  /src/external/public-domain/xz/dist/src/xz/
private.h 40 # define fileno _fileno macro
44 # define STDIN_FILENO (fileno(stdin))
48 # define STDOUT_FILENO (fileno(stdout))
52 # define STDERR_FILENO (fileno(stderr))
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/
msvc.c 142 #ifdef fileno
143 #undef fileno macro
146 fileno (FILE *fp) function
151 #endif /* fileno */
  /src/external/bsd/ntp/dist/ntpd/
refclock_hopfpci.c 47 #undef fileno macro
49 #undef fileno macro
  /src/external/gpl3/gcc/dist/fixincludes/
system.h 96 # undef fileno macro
97 # define fileno(Stream) fileno_unlocked (Stream) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/
system.h 96 # undef fileno macro
97 # define fileno(Stream) fileno_unlocked (Stream) macro
  /src/external/public-domain/xz/dist/src/xzdec/
xzdec.c 46 # define fileno _fileno macro
435 setmode(fileno(stdin), O_BINARY);
436 setmode(fileno(stdout), O_BINARY);
473 sandbox_enter(fileno(src_file));
  /src/bin/sh/bltin/
bltin.h 59 #undef fileno macro
76 #define fileno(f) ((f)->fd) macro
  /src/crypto/external/apache2/openssl/dist/crypto/rand/
randfile.c 46 #define fileno _fileno macro
112 if (fstat(fileno(in), &sb) < 0) {
  /src/crypto/external/bsd/openssl/dist/crypto/rand/
randfile.c 46 # define fileno _fileno macro
113 if (fstat(fileno(in), &sb) < 0) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
randfile.c 37 # define fileno _fileno macro
104 if (fstat(fileno(in), &sb) < 0) {
  /src/external/gpl3/binutils/dist/zlib/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
50 # define fileno(file) file->__file macro
53 # include <unix.h> /* for fileno */
206 int ifd = fileno(in);
397 file = gzdopen(fileno(stdin), "rb");
401 file = gzdopen(fileno(stdout), outmode);
427 file = gzdopen(fileno(stdout), outmode);
  /src/external/gpl3/binutils.old/dist/zlib/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
50 # define fileno(file) file->__file macro
53 # include <unix.h> /* for fileno */
206 int ifd = fileno(in);
397 file = gzdopen(fileno(stdin), "rb");
401 file = gzdopen(fileno(stdout), outmode);
427 file = gzdopen(fileno(stdout), outmode);
  /src/external/gpl3/gdb/dist/zlib/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
50 # define fileno(file) file->__file macro
53 # include <unix.h> /* for fileno */
206 int ifd = fileno(in);
397 file = gzdopen(fileno(stdin), "rb");
401 file = gzdopen(fileno(stdout), outmode);
427 file = gzdopen(fileno(stdout), outmode);
  /src/external/gpl3/gdb.old/dist/zlib/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
50 # define fileno(file) file->__file macro
53 # include <unix.h> /* for fileno */
206 int ifd = fileno(in);
397 file = gzdopen(fileno(stdin), "rb");
401 file = gzdopen(fileno(stdout), outmode);
427 file = gzdopen(fileno(stdout), outmode);
  /src/sys/kern/
vfs_getcwd.c 104 ino_t fileno; local
151 fileno = va.va_fileid;
227 (dp->d_fileno == fileno)) {
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin.h 112 #define fileno _fileno macro
  /src/sys/arch/hp300/stand/inst/
inst.c 552 int fileno, ignoreshread, eof, len; local
620 fileno = a2int(line);
621 if (fileno < 1 || fileno > 8) {
634 minirootname[i++] = 'a' + (fileno - 1);
652 printf("can't open %s file %c\n", tapename, fileno);
656 printf("Copying %s file %d to %s...", tapename, fileno,
  /src/usr.bin/join/
join.c 96 u_long fileno; /* file number */ member in struct:__anon8271
442 if (olist[cnt].fileno == (u_long)F->number)
464 if (olist[cnt].fileno == 1)
466 else /* if (olist[cnt].fileno == 2) */
532 olist[olistcnt].fileno = token[0] - '0';
626 "usage: %s [-a fileno | -v fileno] [-e string] [-j fileno field]\n"
  /src/crypto/external/bsd/openssl.old/dist/
e_os.h 319 # define fileno _fileno macro

Completed in 35 milliseconds

1 2 3 4 5