Searched refs:FILE (Results 326 - 350 of 1560) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html1447 if (open(FILE, "> $docu_toc")) {
1451 &print(*toc_lines, FILE);
1453 close(FILE);
1463 if (open(FILE, "> $docu_foot")) {
1467 &print(*foot_lines, FILE);
1469 close(FILE);
1486 if (open(FILE, "> $docu_doc")) {
1500 print FILE $navigation;
1509 &print(*tmp_lines, FILE);
1511 print FILE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html1447 if (open(FILE, "> $docu_toc")) {
1451 &print(*toc_lines, FILE);
1453 close(FILE);
1463 if (open(FILE, "> $docu_foot")) {
1467 &print(*foot_lines, FILE);
1469 close(FILE);
1486 if (open(FILE, "> $docu_doc")) {
1500 print FILE $navigation;
1509 &print(*tmp_lines, FILE);
1511 print FILE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509.h782 X509 *d2i_X509_fp(FILE *fp, X509 **x509);
783 int i2d_X509_fp(FILE *fp,X509 *x509);
784 X509_CRL *d2i_X509_CRL_fp(FILE *fp,X509_CRL **crl);
785 int i2d_X509_CRL_fp(FILE *fp,X509_CRL *crl);
786 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
787 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
789 RSA *d2i_RSAPrivateKey_fp(FILE *fp,RSA **rsa);
790 int i2d_RSAPrivateKey_fp(FILE *fp,RSA *rsa);
791 RSA *d2i_RSAPublicKey_fp(FILE *fp,RSA **rsa);
792 int i2d_RSAPublicKey_fp(FILE *f
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509.h782 X509 *d2i_X509_fp(FILE *fp, X509 **x509);
783 int i2d_X509_fp(FILE *fp,X509 *x509);
784 X509_CRL *d2i_X509_CRL_fp(FILE *fp,X509_CRL **crl);
785 int i2d_X509_CRL_fp(FILE *fp,X509_CRL *crl);
786 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
787 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
789 RSA *d2i_RSAPrivateKey_fp(FILE *fp,RSA **rsa);
790 int i2d_RSAPrivateKey_fp(FILE *fp,RSA *rsa);
791 RSA *d2i_RSAPublicKey_fp(FILE *fp,RSA **rsa);
792 int i2d_RSAPublicKey_fp(FILE *f
[all...]
H A Dpem.h221 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
230 int PEM_write_##name(FILE *fp, type *x) \
239 int PEM_write_##name(FILE *fp, const type *x) \
248 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
259 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
361 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u);
364 int PEM_write_##name(FILE *fp, type *x);
367 int PEM_write_##name(FILE *fp, const type *x);
370 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
601 int PEM_read(FILE *f
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem.h221 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
230 int PEM_write_##name(FILE *fp, type *x) \
239 int PEM_write_##name(FILE *fp, const type *x) \
248 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
259 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
361 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u);
364 int PEM_write_##name(FILE *fp, type *x);
367 int PEM_write_##name(FILE *fp, const type *x);
370 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
601 int PEM_read(FILE *f
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dlex.zconf.c156 extern FILE *zconfin, *zconfout;
194 FILE *yy_input_file;
290 void zconfrestart (FILE *input_file );
292 YY_BUFFER_STATE zconf_create_buffer (FILE *file,int size );
300 static void zconf_init_buffer (YY_BUFFER_STATE b,FILE *file );
343 FILE *zconfin = (FILE *) 0, *zconfout = (FILE *) 0;
1695 void zconfrestart (FILE * input_file )
1757 YY_BUFFER_STATE zconf_create_buffer (FILE * fil
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-tcl.c54 write_tcl_string (FILE *stream, const char *str)
110 write_msg (FILE *output_file, message_list_ty *mlp, const char *locale_name)
192 FILE *output_file;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DBtRecExample.cpp32 BtRecExample(FILE *fp);
43 BtRecExample::BtRecExample(FILE *fp)
198 FILE *fp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dvorbisfile.h3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
31 * The one difference is that the FILE * arguments have been replaced with
33 * functions might need. In the stdio case, it's just a FILE * cast to a void *
53 static int _ov_header_fseek_wrap(FILE *f,ogg_int64_t off,int whence){
112 void *datasource; /* Pointer to a FILE *, etc. */
118 /* If the FILE handle isn't seekable (eg, a pipe), only the current
151 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
155 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Dif_proc.c131 FILE *fp;
176 FILE *fp;
217 FILE *fp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_parsecfg.c43 static char *my_get_line(FILE *fp);
50 FILE *file;
276 static char *my_get_line(FILE *fp)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dutil.c68 FILE *logfp;
228 FILE *pidfile;
245 FILE *lockfile;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/ip/
H A Dipmonitor.c39 FILE *fp = (FILE*)arg;
150 FILE *fp;
H A Dipmroute.c56 FILE *fp = fopen("/proc/net/ip_mr_vif", "r");
78 static void read_mroute_list(FILE *ofp)
81 FILE *fp = fopen("/proc/net/ip_mr_cache", "r");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/misc/
H A Difstat.c148 void load_raw_table(FILE *fp)
211 void dump_raw_db(FILE *fp, int to_hist)
246 void format_rate(FILE *fp, unsigned long long *vals, double *rates, int i)
266 void format_pair(FILE *fp, unsigned long long *vals, int i, int k)
286 void print_head(FILE *fp)
329 void print_one_if(FILE *fp, struct ifstat_ent *n, unsigned long long *vals)
376 void dump_kern_db(FILE *fp)
391 void dump_incr_db(FILE *fp)
522 FILE *fp = fdopen(clnt, "w");
592 FILE *hist_f
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dsmbspool.c40 static int smb_print(struct cli_state *, char *, FILE *);
61 FILE *fp; /* File to print */
319 FILE *fp) /* I - File to print */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c47 char *__restrict line_buff, size_t buflen, FILE *f);
71 //FILE *pwf /*= NULL*/;
72 //FILE *grf /*= NULL*/;
73 //FILE *spf /*= NULL*/;
105 int fgetpwent_r(FILE *__restrict stream, struct passwd *__restrict resultbuf,
121 int fgetgrent_r(FILE *__restrict stream, struct group *__restrict resultbuf,
138 int fgetspent_r(FILE *__restrict stream, struct spwd *__restrict resultbuf,
327 static FILE *pwf /*= NULL*/;
375 static FILE *grf /*= NULL*/;
423 static FILE *sp
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/basic/
H A Dsplit-include.c50 FILE * fp_config;
51 FILE * fp_target;
52 FILE * fp_find;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dwapi_utils.c68 FILE *fp;
103 FILE *fp = NULL;
197 FILE *fp = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dlog.c83 static FILE *logfp;
303 static FILE *
320 FILE *fp;
364 FILE *fp = get_log_fp ();
434 FILE *fp = get_log_fp ();
541 /* Open FILE and set up a logging stream. If FILE cannot be opened,
604 FILE *fp = get_log_fp ();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dmemdebug.c114 FILE *curl_debuglogfile = NULL;
388 FILE *curl_fopen(const char *file, const char *mode,
391 FILE *res=fopen(file, mode);
393 curl_memlog("FILE %s:%d fopen(\"%s\",\"%s\") = %p\n",
399 FILE *curl_fdopen(int filedes, const char *mode,
402 FILE *res=fdopen(filedes, mode);
404 curl_memlog("FILE %s:%d fdopen(\"%d\",\"%s\") = %p\n",
410 int curl_fclose(FILE *file, int line, const char *source)
418 curl_memlog("FILE %s:%d fclose(%p)\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/popt/
H A Dpopt.h12 #include <stdio.h> /* for FILE * */
119 void poptPrintHelp(poptContext con, FILE * f, int flags);
120 void poptPrintUsage(poptContext con, FILE * f, int flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/vx_6/
H A DMakefile.24 bdbvxw/$(MODE_DIR)/bdbvxw_compile_file : $(FILE) ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlmemory.in.h145 xmlMemDisplay (FILE *fp);
147 xmlMemShow (FILE *fp, int nr);

Completed in 332 milliseconds

<<11121314151617181920>>