Searched refs:fileno (Results 1 - 25 of 640) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/xz/
H A Dprivate.h36 # define STDIN_FILENO (fileno(stdin))
40 # define STDOUT_FILENO (fileno(stdout))
44 # define STDERR_FILENO (fileno(stderr))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/srclib/
H A Dbinary-io.h24 /* The MSVC7 <stdio.h> doesn't like to be included after '#define fileno ...',
35 # undef fileno macro
36 # define fileno _fileno macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/srclib/
H A Dbinary-io.h24 /* The MSVC7 <stdio.h> doesn't like to be included after '#define fileno ...',
35 # undef fileno macro
36 # define fileno _fileno macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/srclib/
H A Dbinary-io.h24 /* The MSVC7 <stdio.h> doesn't like to be included after '#define fileno ...',
35 # undef fileno macro
36 # define fileno _fileno macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dbinary-io.h24 /* The MSVC7 <stdio.h> doesn't like to be included after '#define fileno ...',
45 # undef fileno
46 # define fileno _fileno
H A Dftello.c45 if (lseek (fileno (fp), 0, SEEK_CUR) == -1)
61 pos = lseek (fileno (fp), (off_t) 0, SEEK_CUR);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dbinary-io.h24 /* The MSVC7 <stdio.h> doesn't like to be included after '#define fileno ...',
45 # undef fileno
46 # define fileno _fileno
H A Dftello.c45 if (lseek (fileno (fp), 0, SEEK_CUR) == -1)
61 pos = lseek (fileno (fp), (off_t) 0, SEEK_CUR);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dbinary-io.h24 /* The MSVC7 <stdio.h> doesn't like to be included after '#define fileno ...',
45 # undef fileno
46 # define fileno _fileno
H A Dftello.c45 if (lseek (fileno (fp), 0, SEEK_CUR) == -1)
61 pos = lseek (fileno (fp), (off_t) 0, SEEK_CUR);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dcloexec.c56 rk_cloexec(fileno(f));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/cmdline/
H A Dcredentials.c44 if (isatty(fileno(stdout))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dcloexec.c56 rk_cloexec(fileno(f));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/cmdline/
H A Dcredentials.c44 if (isatty(fileno(stdout))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dcloexec.c56 rk_cloexec(fileno(f));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/cmdline/
H A Dcredentials.c44 if (isatty(fileno(stdout))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/include/cs/
H A Dbfa_trc.h32 u16 fileno; member in struct:bfa_trc_s
36 u16 fileno;
98 void bfa_boot_trc(struct bfa_trc_mod_s *trcmod, u16 fileno,
127 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) argument
135 trc->fileno = (u16) fileno;
149 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data) argument
157 trc->fileno = (u16) fileno;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/include/cs/
H A Dbfa_trc.h32 u16 fileno; member in struct:bfa_trc_s
36 u16 fileno;
98 void bfa_boot_trc(struct bfa_trc_mod_s *trcmod, u16 fileno,
127 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) argument
135 trc->fileno = (u16) fileno;
149 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data) argument
157 trc->fileno = (u16) fileno;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Dcdjpeg.c154 setmode(fileno(stdin), O_BINARY);
157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
172 setmode(fileno(stdout), O_BINARY);
175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/tests/
H A Dgengb18030z.c31 SET_BINARY(fileno(stdout));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/tests/
H A Dgengb18030z.c31 SET_BINARY(fileno(stdout));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Dcdjpeg.c154 setmode(fileno(stdin), O_BINARY);
157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
172 setmode(fileno(stdout), O_BINARY);
175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/tests/
H A Dgengb18030z.c31 SET_BINARY(fileno(stdout));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Dcdjpeg.c154 setmode(fileno(stdin), O_BINARY);
157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
172 setmode(fileno(stdout), O_BINARY);
175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/src/
H A Dsetup.h157 #if !defined(fileno) && !defined(WIN32) /* sunos 4 have this as a macro! */
158 int fileno( FILE *stream);

Completed in 307 milliseconds

1234567891011>>