Searched refs:FILE (Results 476 - 500 of 1560) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/uniname/
H A Dtest-uninames.c37 getfield (FILE *stream, char *buffer, int delim)
66 FILE *stream;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dcatalog.in.h101 FILE *out);
121 xmlCatalogDump (FILE *out);
H A Drelaxng.in.h141 xmlRelaxNGDump (FILE *output,
144 xmlRelaxNGDumpTree (FILE * output,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_dbclient.c24 int ex_dbclient_run __P((const char *, FILE *, const char *, const char *));
74 FILE *errfp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/getting_started/
H A Dgettingstarted_common.c53 const char *program_name, FILE *error_file_pointer,
109 FILE *error_file_pointer)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dhuffbuild.c3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
25 static int getval(FILE *in,int begin,int n,int group,int max){
66 FILE *file;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Ddes.c95 int uufwrite(unsigned char *data, int size, unsigned int num, FILE *fp);
96 void uufwriteEnd(FILE *fp);
97 int uufread(unsigned char *out,int size,unsigned int num,FILE *fp);
115 FILE *DES_IN,*DES_OUT,*CKSUM_OUT;
372 FILE *O;
685 int uufwrite(unsigned char *data, int size, unsigned int num, FILE *fp)
738 void uufwriteEnd(FILE *fp)
755 int uufread(unsigned char *out, int size, unsigned int num, FILE *fp)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rand/
H A Drandfile.c101 FILE *in;
150 FILE *out = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/tunala/
H A Dtunala.h147 void cb_ssl_info_set_output(FILE *fp); /* Called if output should be sent too */
149 void cb_ssl_verify_set_output(FILE *fp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/
H A Dinstall.com51 $ SET FILE/PROT=WORLD:RE WRK_SSLINCLUDE:'tmp'
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlmemory.c574 * @fp: a FILE descriptor used as the output file
581 xmlMemContentShow(FILE *fp, MEMHDR *p)
633 * @fp: a FILE descriptor used as the output file, if NULL, the result is
642 xmlMemDisplayLast(FILE *fp, long nbBytes)
649 FILE *old_fp = fp;
706 * @fp: a FILE descriptor used as the output file, if NULL, the result is
713 xmlMemDisplay(FILE *fp)
725 FILE *old_fp = fp;
830 static FILE *xmlMemoryDumpFile = NULL;
835 * @fp: a FILE descripto
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drandfile.c101 FILE *in;
150 FILE *out = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.h147 void cb_ssl_info_set_output(FILE *fp); /* Called if output should be sent too */
149 void cb_ssl_verify_set_output(FILE *fp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_d2i_fp.c69 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x)
123 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Db_dump.c165 int BIO_dump_fp(FILE *fp, const char *s, int len)
169 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes.c95 int uufwrite(unsigned char *data, int size, unsigned int num, FILE *fp);
96 void uufwriteEnd(FILE *fp);
97 int uufread(unsigned char *out,int size,unsigned int num,FILE *fp);
115 FILE *DES_IN,*DES_OUT,*CKSUM_OUT;
372 FILE *O;
685 int uufwrite(unsigned char *data, int size, unsigned int num, FILE *fp)
738 void uufwriteEnd(FILE *fp)
755 int uufread(unsigned char *out, int size, unsigned int num, FILE *fp)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dxpath1.c27 void print_xpath_nodes(xmlNodeSetPtr nodes, FILE* output);
205 print_xpath_nodes(xmlNodeSetPtr nodes, FILE* output) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dcatalog.h101 FILE *out);
121 xmlCatalogDump (FILE *out);
H A Drelaxng.h158 xmlRelaxNGDump (FILE *output,
161 xmlRelaxNGDumpTree (FILE * output,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dbzlib.h74 /* Need a definitition for FILE */
141 FILE* f,
169 FILE* f,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A Dsmooth-gtk-thread.c58 size_t write_file(void *ptr, size_t size, size_t nmemb, FILE *stream)
70 FILE *outfile;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/
H A Dutils.h130 int print_timestamp(FILE *fp);
135 extern size_t getcmdline(char **line, size_t *len, FILE *in);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtty.c22 static FILE *tty=NULL;
170 FILE *opentty(int mode)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Da_d2i_fp.c69 char *ASN1_d2i_fp(char *(*xnew)(), char *(*d2i)(), FILE *in,
125 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Ddecoder.h227 virtual ::FLAC__StreamDecoderInitStatus init(FILE *file); ///< See FLAC__stream_decoder_init_FILE()
230 virtual ::FLAC__StreamDecoderInitStatus init_ogg(FILE *file); ///< See FLAC__stream_decoder_init_ogg_FILE()

Completed in 147 milliseconds

<<11121314151617181920>>