Searched refs:FILE (Results 151 - 175 of 1560) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/sha/
H A Dsha.c65 void do_fp(FILE *f);
71 FILE *IN;
96 void do_fp(FILE *f)
H A Dsha1.c65 void do_fp(FILE *f);
74 FILE *IN;
99 void do_fp(FILE *f)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ripemd/
H A Drmd160.c65 void do_fp(FILE *f);
74 FILE *IN;
99 void do_fp(FILE *f)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha.c65 void do_fp(FILE *f);
71 FILE *IN;
96 void do_fp(FILE *f)
H A Dsha1.c65 void do_fp(FILE *f);
74 FILE *IN;
99 void do_fp(FILE *f)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dmd4.c65 void do_fp(FILE *f);
74 FILE *IN;
99 void do_fp(FILE *f)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/md2/
H A Dmd2.c65 void do_fp(FILE *f);
72 FILE *IN;
98 void do_fp(FILE *f)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/md4/
H A Dmd4.c65 void do_fp(FILE *f);
74 FILE *IN;
99 void do_fp(FILE *f)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/
H A Dmd5.c65 void do_fp(FILE *f);
74 FILE *IN;
99 void do_fp(FILE *f)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Ddprintf.c34 int d_vfprintf(FILE *f, const char *format, va_list ap)
80 int d_fprintf(FILE *f, const char *format, ...)
92 static FILE *outfile;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdio.in.h71 extern int fprintf (FILE *fp, const char *format, ...)
86 extern int vfprintf (FILE *fp, const char *format, va_list args)
218 extern FILE * fopen (const char *filename, const char *mode);
231 extern FILE * freopen (const char *filename, const char *mode, FILE *stream);
246 extern int fseeko (FILE *fp, off_t offset, int whence);
258 extern int rpl_fseek (FILE *fp, long offset, int whence);
282 extern off_t ftello (FILE *fp);
294 extern long rpl_ftell (FILE *fp);
324 extern int fflush (FILE *gl_strea
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dgenaliases.c24 static void emit_encoding (FILE* out1, FILE* out2, const char* const* names, size_t n, const char* c_name)
57 FILE* stdout2;
H A Dgenaliases2.c24 static void emit_encoding (FILE* out1, FILE* out2, const char* tag, const char* const* names, size_t n, const char* c_name)
49 FILE * stdout2 = fdopen(3, "w");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dtee.c20 FILE **files;
21 FILE **fp;
45 /* Allocate an array of FILE *'s, with one extra for a sentinal. */
46 fp = files = xzalloc(sizeof(FILE *) * (argc + 2));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dpwd_.h75 extern struct passwd *fgetpwent(FILE *__stream);
79 FILE *__restrict __f);
111 extern int fgetpwent_r(FILE *__restrict __stream,
H A Dshadow_.h87 extern struct spwd *fgetspent(FILE *__stream);
90 extern int putspent(__const struct spwd *__p, FILE *__stream);
104 extern int fgetspent_r(FILE *__stream, struct spwd *__result_buf,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dxmlwf.c30 FILE *fp = (FILE *)userData;
64 attributeValue(FILE *fp, const XML_Char *s)
125 FILE *fp = (FILE *)userData;
147 FILE *fp = (FILE *)userData;
172 FILE *fp = (FILE *)userData;
218 FILE *f
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbrew_db.h113 int fclose(FILE *);
114 int fgetc(FILE *);
115 char *fgets(char *, int, FILE *);
116 FILE *fopen(const char *, const char *);
117 size_t fwrite(const void *, size_t, size_t, FILE *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dbcmstdlib.h54 typedef int FILE; typedef
55 #define stdout ((FILE *)1)
56 #define stderr ((FILE *)2)
59 extern int fputc(int c, FILE *stream);
61 /* extern int putc(int c, FILE *stream); */
63 extern int fputs(const char *s, FILE *stream);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A DCA.pl.in98 $FILE = <STDIN>;
100 chop $FILE;
103 if ($FILE) {
104 cp_pem($FILE,"${CATOP}/private/$CAKEY", "PRIVATE");
105 cp_pem($FILE,"${CATOP}/$CACERT", "CERTIFICATE");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dioapi.c73 FILE* file = NULL;
97 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream);
109 ret = (uLong)fwrite(buf, 1, (size_t)size, (FILE *)stream);
118 ret = ftell((FILE *)stream);
144 fseek((FILE *)stream, offset, fseek_origin);
153 ret = fclose((FILE *)stream);
162 ret = ferror((FILE *)stream);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/tests/
H A DWgetTest.pm139 open (FILE, ">$filename")
143 print FILE $file->{content}
146 close (FILE);
232 open (FILE, $filename)
235 my $content = <FILE>;
245 $atime, $mtime, $ctime, $blksize, $blocks) = stat FILE;
251 close (FILE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/ip/
H A Dxfrm.h110 FILE *fp, const char *prefix, const char *title);
111 void xfrm_stats_print(struct xfrm_stats *s, FILE *fp, const char *prefix);
114 FILE *fp, const char *prefix);
116 FILE *fp, const char *prefix);
118 FILE *fp, const char *prefix);
120 struct rtattr *tb[], FILE *fp, const char *prefix,
123 struct rtattr *tb[], FILE *fp, const char *prefix,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dioapi.c73 FILE* file = NULL;
97 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream);
109 ret = (uLong)fwrite(buf, 1, (size_t)size, (FILE *)stream);
118 ret = ftell((FILE *)stream);
144 fseek((FILE *)stream, offset, fseek_origin);
153 ret = fclose((FILE *)stream);
162 ret = ferror((FILE *)stream);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstdio.in.h75 extern int fprintf (FILE *fp, const char *format, ...)
80 extern int fprintf (FILE *fp, const char *format, ...)
94 extern int vfprintf (FILE *fp, const char *format, va_list args)
99 extern int vfprintf (FILE *fp, const char *format, va_list args)
292 extern FILE * fopen (const char *filename, const char *mode);
306 extern FILE * freopen (const char *filename, const char *mode, FILE *stream);
321 extern int fseeko (FILE *fp, off_t offset, int whence);
333 extern int rpl_fseek (FILE *fp, long offset, int whence);
357 extern off_t ftello (FILE *f
[all...]

Completed in 223 milliseconds

1234567891011>>