Searched refs:conf (Results 1 - 25 of 1227) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DMakefile.am3 cfg_files = aliases.conf \
4 AACI.conf \
5 ATIIXP.conf \
6 ATIIXP-SPDMA.conf \
7 ATIIXP-MODEM.conf \
8 AU8810.conf \
9 AU8820.conf \
10 AU8830.conf \
11 Audigy.conf \
12 Audigy2.conf \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/pcm/
H A DMakefile.am1 cfg_files = default.conf front.conf rear.conf center_lfe.conf side.conf\
2 surround40.conf surround41.conf \
3 surround50.conf surround51.conf \
4 surround71.conf iec95
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/aoe/
H A Dudev-install.sh7 # find udev.conf, often /etc/udev/udev.conf
8 # (or environment can specify where to find udev.conf)
10 if test -z "$conf"; then
11 if test -r /etc/udev/udev.conf; then
12 conf=/etc/udev/udev.conf
14 conf="`find /etc -type f -name udev.conf 2> /dev/null`"
15 if test -z "$conf" || tes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/man/man5/
H A DMakefile.am17 afpd.conf.5 \
18 netatalk.conf.5 \
19 afp_ldap.conf.5 \
20 afp_signature.conf.5 \
21 afp_voluuid.conf.5
24 afpd.conf.5.tmpl \
25 netatalk.conf.5.tmpl \
26 afp_ldap.conf.5.tmpl \
27 afp_signature.conf.5.tmpl \
28 afp_voluuid.conf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dconf_api.h63 #include <openssl/conf.h>
70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
82 int _CONF_new_data(CONF *conf);
83 void _CONF_free_data(CONF *conf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_api.h63 #include <openssl/conf.h>
70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
82 int _CONF_new_data(CONF *conf);
83 void _CONF_free_data(CONF *conf);
H A Dtest.c1 /* crypto/conf/test.c */
61 #include <openssl/conf.h>
66 LHASH *conf; local
73 conf=CONF_load(NULL,"ssleay.cnf",&eline);
74 if (conf == NULL)
81 lh_stats(conf,stdout);
82 lh_node_stats(conf,stdout);
83 lh_node_usage_stats(conf,stdout);
85 s=CONF_get_string(conf,NULL,"init2");
88 s=CONF_get_string(conf,NUL
[all...]
H A Dconf_lib.c62 #include <openssl/conf.h>
72 void CONF_set_nconf(CONF *conf, LHASH *hash) argument
77 default_CONF_method->init(conf);
78 conf->data = hash;
90 LHASH *CONF_load(LHASH *conf, const char *file, long *eline) argument
106 ltmp = CONF_load_bio(conf, in, eline);
113 LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline) argument
121 ltmp = CONF_load_bio(conf, btmp, eline);
127 LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline) argument
132 CONF_set_nconf(&ctmp, conf);
154 CONF_get_string(LHASH *conf,const char *group,const char *name) argument
168 CONF_get_number(LHASH *conf,const char *group,const char *name) argument
192 CONF_free(LHASH *conf) argument
200 CONF_dump_fp(LHASH *conf, FILE *out) argument
215 CONF_dump_bio(LHASH *conf, BIO *out) argument
245 NCONF_free(CONF *conf) argument
252 NCONF_free_data(CONF *conf) argument
259 NCONF_load(CONF *conf, const char *file, long *eline) argument
271 NCONF_load_fp(CONF *conf, FILE *fp,long *eline) argument
286 NCONF_load_bio(CONF *conf, BIO *bp,long *eline) argument
314 NCONF_get_string(const CONF *conf,const char *group,const char *name) argument
334 NCONF_get_number_e(const CONF *conf,const char *group,const char *name, long *result) argument
360 NCONF_dump_fp(const CONF *conf, FILE *out) argument
374 NCONF_dump_bio(const CONF *conf, BIO *out) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/conf/
H A Dconf_api.h63 # include <openssl/conf.h>
70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section,
83 int _CONF_new_data(CONF *conf);
84 void _CONF_free_data(CONF *conf);
H A Dtest.c1 /* crypto/conf/test.c */
61 #include <openssl/conf.h>
66 LHASH *conf; local
73 conf = CONF_load(NULL, "ssleay.cnf", &eline);
74 if (conf == NULL) {
80 lh_stats(conf, stdout);
81 lh_node_stats(conf, stdout);
82 lh_node_usage_stats(conf, stdout);
84 s = CONF_get_string(conf, NULL, "init2");
87 s = CONF_get_string(conf, NUL
[all...]
H A Dconf_lib.c63 #include <openssl/conf.h>
73 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) argument
78 default_CONF_method->init(conf);
79 conf->data = hash;
93 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
109 ltmp = CONF_load_bio(conf, in, eline);
116 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
125 ltmp = CONF_load_bio(conf, btmp, eline);
131 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
137 CONF_set_nconf(&ctmp, conf);
244 NCONF_free(CONF *conf) argument
251 NCONF_free_data(CONF *conf) argument
258 NCONF_load(CONF *conf, const char *file, long *eline) argument
269 NCONF_load_fp(CONF *conf, FILE *fp, long *eline) argument
283 NCONF_load_bio(CONF *conf, BIO *bp, long *eline) argument
308 NCONF_get_string(const CONF *conf, const char *group, const char *name) argument
329 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, long *result) argument
353 NCONF_dump_fp(const CONF *conf, FILE *out) argument
367 NCONF_dump_bio(const CONF *conf, BIO *out) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/conf/
H A Dconf_api.h63 # include <openssl/conf.h>
70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section,
83 int _CONF_new_data(CONF *conf);
84 void _CONF_free_data(CONF *conf);
H A Dtest.c1 /* crypto/conf/test.c */
61 #include <openssl/conf.h>
66 LHASH *conf; local
73 conf = CONF_load(NULL, "ssleay.cnf", &eline);
74 if (conf == NULL) {
80 lh_stats(conf, stdout);
81 lh_node_stats(conf, stdout);
82 lh_node_usage_stats(conf, stdout);
84 s = CONF_get_string(conf, NULL, "init2");
87 s = CONF_get_string(conf, NUL
[all...]
H A Dconf_lib.c63 #include <openssl/conf.h>
73 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) argument
78 default_CONF_method->init(conf);
79 conf->data = hash;
93 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
109 ltmp = CONF_load_bio(conf, in, eline);
116 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
125 ltmp = CONF_load_bio(conf, btmp, eline);
131 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
137 CONF_set_nconf(&ctmp, conf);
244 NCONF_free(CONF *conf) argument
251 NCONF_free_data(CONF *conf) argument
258 NCONF_load(CONF *conf, const char *file, long *eline) argument
269 NCONF_load_fp(CONF *conf, FILE *fp, long *eline) argument
283 NCONF_load_bio(CONF *conf, BIO *bp, long *eline) argument
308 NCONF_get_string(const CONF *conf, const char *group, const char *name) argument
329 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, long *result) argument
353 NCONF_dump_fp(const CONF *conf, FILE *out) argument
367 NCONF_dump_bio(const CONF *conf, BIO *out) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/
H A DMakefile3 all: .conf makelua
4 .conf:
6 touch .conf
11 clean: .conf cleanlua
17 rm -rf .conf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtextsearch.h66 * @conf: search configuration
76 struct ts_config *conf,
81 * @conf: search configuration
87 void (*finish)(struct ts_config *conf,
93 * @conf: search configuration
103 static inline unsigned int textsearch_next(struct ts_config *conf, argument
106 unsigned int ret = conf->ops->find(conf, state);
108 if (conf->finish)
109 conf
122 textsearch_find(struct ts_config *conf, struct ts_state *state) argument
133 textsearch_get_pattern(struct ts_config *conf) argument
142 textsearch_get_pattern_len(struct ts_config *conf) argument
163 struct ts_config *conf; local
172 ts_config_priv(struct ts_config *conf) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/aMule/
H A Damule.sh15 #copy amule.conf
16 cp /etc/aMule/amule.conf $emule_work_dir
17 cp /etc/aMule/remote.conf $emule_work_dir
19 [ ! -f $emule_work_dir/amule.conf -o ! -f $emule_work_dir/remote.conf ] && {
22 chmod 777 $emule_work_dir/amule.conf
23 #modify amule.conf
25 cat $emule_work_dir/amule.conf | sed -i "s/^TempDir.*/TempDir=$dir\/Temp/" $emule_work_dir/amule.conf
26 cat $emule_work_dir/amule.conf | se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/aMule/
H A Damule.sh15 #copy amule.conf
16 cp /etc/aMule/amule.conf $emule_work_dir
17 cp /etc/aMule/remote.conf $emule_work_dir
19 [ ! -f $emule_work_dir/amule.conf -o ! -f $emule_work_dir/remote.conf ] && {
22 chmod 777 $emule_work_dir/amule.conf
23 #modify amule.conf
25 cat $emule_work_dir/amule.conf | sed -i "s/^TempDir.*/TempDir=$dir\/Temp/" $emule_work_dir/amule.conf
26 cat $emule_work_dir/amule.conf | se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/samples/
H A DMakefile11 TARGETS= cardamom.conf lychee.conf cardamom6.conf lychee6.conf ssh.conf
15 lychee.conf: sandiego.pl
16 perl sandiego.pl $(SRC) 206.175.160.20 > lychee.conf
17 cardamom.conf: sandiego.pl
18 perl sandiego.pl $(SRC) 206.175.160.21 > cardamom.conf
19 lychee6.conf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/conf/
H A DMakefile.am1 dist_sysconf_DATA = GeoIP.conf.default
3 DEFAULT_CONFIG_FILE = $(sysconfdir)/GeoIP.conf
9 echo "$(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
10 $(INSTALL_DATA) "$(srcdir)/GeoIP.conf.default" "$(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/
H A DMakefile16 all: .conf makencftp
17 .conf:
21 touch .conf
25 clean: .conf cleanncftp
31 rm -rf .conf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dfaulty.c93 static int check_mode(conf_t *conf, int mode) argument
95 if (conf->period[mode] == 0 &&
96 atomic_read(&conf->counters[mode]) <= 0)
100 if (atomic_dec_and_test(&conf->counters[mode])) {
101 if (conf->period[mode])
102 atomic_set(&conf->counters[mode], conf->period[mode]);
108 static int check_sector(conf_t *conf, sector_t start, sector_t end, int dir) argument
112 for (i=0; i<conf->nfaults; i++)
113 if (conf
132 add_sector(conf_t *conf, sector_t start, int mode) argument
174 conf_t *conf = mddev->private; local
227 conf_t *conf = mddev->private; local
262 conf_t *conf = mddev->private; local
302 conf_t *conf; local
330 conf_t *conf = mddev->private; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/
H A DMakefile.am1 SUBDIRS=cards pcm alsa.conf.d
3 cfg_files = alsa.conf
8 cfg_files += smixer.conf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/examples/
H A DMakefile.am1 EXTRA_DIST = simple.conf reread.conf ftp.conf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lcDial/etc/ppp/
H A Dip-up8 cp -f /etc/resolv.conf "${MYPWD}/resolv.conf.local"
9 cp -f "${MYPWD}/resolv.conf" /etc/resolv.conf
10 cat "${MYPWD}/resolv.conf.local" >> /etc/resolv.conf

Completed in 114 milliseconds

1234567891011>>