Searched refs:FILE (Results 376 - 400 of 1560) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dwget.c27 static FILE *open_socket(len_and_sockaddr *lsa);
28 static char *gethdr(char *buf, size_t bufsiz, FILE *fp, int *istrunc);
29 static int ftpcmd(const char *s1, const char *s2, FILE *fp, char *buf);
50 static size_t safe_fread(void *ptr, size_t nmemb, FILE *stream)
67 static char *safe_fgets(char *s, int size, FILE *stream)
109 FILE *sfp = NULL; /* socket to web/ftp server */
110 FILE *dfp = NULL; /* socket to ftp server (data) */
566 static FILE *open_socket(len_and_sockaddr *lsa)
568 FILE *fp;
580 static char *gethdr(char *buf, size_t bufsiz, FILE *f
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dlex.zconf.c144 extern FILE *zconfin, *zconfout;
182 FILE *yy_input_file;
278 void zconfrestart (FILE *input_file );
280 YY_BUFFER_STATE zconf_create_buffer (FILE *file,int size );
288 static void zconf_init_buffer (YY_BUFFER_STATE b,FILE *file );
331 FILE *zconfin = (FILE *) 0, *zconfout = (FILE *) 0;
1681 void zconfrestart (FILE * input_file )
1743 YY_BUFFER_STATE zconf_create_buffer (FILE * fil
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dgetpwent_r.c18 FILE *fptr;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfy_stub.c42 FILE *outfile;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Denv_ext.h36 void __env_get_errfile __P((DB_ENV *, FILE **));
37 void __env_set_errfile __P((DB_ENV *, FILE *));
41 void __env_get_msgfile __P((DB_ENV *, FILE **));
42 void __env_set_msgfile __P((DB_ENV *, FILE *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dmdate-sh40 Usage: mdate-sh [--help] [--version] FILE
42 Pretty-print the modification time of FILE.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dprintf.c95 libintl_vfprintf (FILE *stream, const char *format, va_list args)
122 libintl_fprintf (FILE *stream, const char *format, ...)
314 libintl_vfwprintf (FILE *stream, const wchar_t *format, va_list args)
344 libintl_fwprintf (FILE *stream, const wchar_t *format, ...)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dhelp2man48 -i, --include=FILE include material from `FILE'
49 -I, --opt-include=FILE include material from `FILE' if it exists
50 -o, --output=FILE send output to `FILE'
485 .\\" DO NOT MODIFY THIS FILE! It was generated by $this_program $this_version.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfile-ostream.c4 /* Output stream referring to an stdio FILE.
70 file_ostream_create (FILE *fp)
H A Dgetdelim.c57 getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dhelp2man48 -i, --include=FILE include material from `FILE'
49 -I, --opt-include=FILE include material from `FILE' if it exists
50 -o, --output=FILE send output to `FILE'
485 .\\" DO NOT MODIFY THIS FILE! It was generated by $this_program $this_version.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-java.c61 FILE *fp;
H A Dx-rst.c60 extract_rst (FILE *f,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-additional-sel.h92 void cr_additional_sel_dump (CRAdditionalSel *a_this, FILE *a_fp) ;
H A Dcr-rgb.h88 void cr_rgb_dump (CRRgb *a_this, FILE *a_fp) ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Duri.in.h66 xmlPrintURI (FILE *stream,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqgen.h3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
47 FILE *asciipoints;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/conf/
H A Dconf.h121 LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline);
128 int CONF_dump_fp(LHASH *conf, FILE *out);
155 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline);
162 int NCONF_dump_fp(const CONF *conf, FILE *out);
H A Dconf_lib.c113 LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline)
200 int CONF_dump_fp(LHASH *conf, FILE *out)
271 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline)
360 int NCONF_dump_fp(const CONF *conf, FILE *out)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pem/
H A Dpem.h214 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
221 int PEM_write_##name(FILE *fp, type *x) \
228 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
291 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u);
294 int PEM_write_##name(FILE *fp, type *x);
297 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
508 int PEM_read(FILE *fp, char **name, char **header,
510 int PEM_write(FILE *fp,char *name,char *hdr,unsigned char *data,long len);
511 char * PEM_ASN1_read(char *(*d2i)(),const char *name,FILE *fp,char **x,
513 int PEM_ASN1_write(int (*i2d)(),const char *name,FILE *f
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509v3/
H A Dv3conf.c73 FILE *inf;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/pkcs12/
H A Dpkread.c13 FILE *fp;
H A Dpkwrite.c13 FILE *fp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/sign/
H A Dsign.c87 FILE * fp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dconf.h121 LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline);
128 int CONF_dump_fp(LHASH *conf, FILE *out);
155 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline);
162 int NCONF_dump_fp(const CONF *conf, FILE *out);

Completed in 275 milliseconds

<<11121314151617181920>>