Searched refs:CONF (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_api.h70 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 Dconf.h89 CONF *(*create) (CONF_METHOD *meth);
90 int (*init) (CONF *conf);
91 int (*destroy) (CONF *conf);
92 int (*destroy_data) (CONF *conf);
93 int (*load_bio) (CONF *conf, BIO *bp, long *eline);
94 int (*dump) (const CONF *conf, BIO *bp);
95 int (*is_number) (const CONF *conf, char c);
96 int (*to_int) (const CONF *conf, char c);
97 int (*load) (CONF *conf, const char *name, long *eline);
109 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cn
[all...]
H A Dconf_lib.c67 const char CONF_version[] = "CONF" OPENSSL_VERSION_PTEXT;
71 /* Init a 'CONF' structure from an old LHASH */
73 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
83 * The following section contains the "CONF classic" functions, rewritten in
84 * terms of the new CONF interface.
134 CONF ctmp;
151 CONF ctmp;
163 CONF ctmp;
178 CONF ctmp;
192 CONF ctm
[all...]
H A Dconf_def.c78 static char *eat_ws(CONF *conf, char *p);
79 static char *eat_alpha_numeric(CONF *conf, char *p);
80 static void clear_comments(CONF *conf, char *p);
81 static int str_copy(CONF *conf, char *section, char **to, char *from);
82 static char *scan_quote(CONF *conf, char *p);
83 static char *scan_dquote(CONF *conf, char *p);
86 static CONF *def_create(CONF_METHOD *meth);
87 static int def_init_default(CONF *conf);
88 static int def_init_WIN32(CONF *conf);
89 static int def_destroy(CONF *con
[all...]
H A Dconf_api.c82 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
95 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
107 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value)
129 char *_CONF_get_string(const CONF *conf, const char *section,
165 long _CONF_get_number(CONF *conf, char *section, char *name)
211 int _CONF_new_data(CONF *conf)
223 void _CONF_free_data(CONF *conf)
274 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section)
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_cache.sh18 CONF="/etc/opt/csw/unbound"
48 $ECHO "filename - file to save/load dumped cache. If not specified, $CONF/$FNAME will be used instead."
78 elif [ ! -f "$CONF/$FNAME" ]; then
80 $ECHO "ERROR: File $CONF/$FNAME does not exists. Save it first."
90 $ECHO "Saving cache in $CONF/$FNAME..."
91 $UC dump_cache>$CONF/$FNAME
92 $LS -lh $CONF/$FNAME
106 $ECHO "Loading cache from saved $CONF/$FNAME..."
107 $LS -lh $CONF/$FNAME
109 $CAT $CONF/
[all...]
/freebsd-11-stable/usr.sbin/crunch/examples/
H A DMakefile9 CONF= $(CRUNCHED).conf macro
21 $(OUTPUTS): $(CONF)
22 MAKE=${MAKE} crunchgen ${.CURDIR}/$(CONF)
/freebsd-11-stable/usr.sbin/pc-sysinstall/conf/
H A DMakefile3 FILESGROUPS= CONF LICENSE
4 CONF= exclude-from-upgrade pc-sysinstall.conf avail-langs macro
/freebsd-11-stable/release/picobsd/build/
H A DMakefile.conf25 CONF=${SRC}/sys/${TARGET_ARCH}/conf
26 #CONF=${BUILDDIR}/conf # XXX does not work yet
30 #COMPILE=${CONF}/../compile/${CONFFILE}
45 ${COMPILE}: ${CONF}/${CONFFILE}
46 cd ${CONF}; ${CONFIG} -d ${COMPILE} ${CONFFILE}
48 ${CONF}/${CONFFILE}: ${KERNCONF}
49 # -mkdir -p ${CONF} # XXX not needed yet.
51 [ -f PICOBSD.hints ] && cp PICOBSD.hints ${CONF}/
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dstartautoinstall.sh43 CONF=${1}
47 PCCFG=`grep "pc_config:" ${CONF} | grep -v "^#" | sed "s|pc_config: ||g" | sed "s|pc_config:||g"`
48 SHUTDOWN_CMD=`grep "shutdown_cmd:" ${CONF} | grep -v "^#" | sed "s|shutdown_cmd: ||g" | sed "s|shutdown_cmd:||g"`
49 CONFIRM_INS=`grep "confirm_install:" ${CONF} | grep -v "^#" | sed "s|confirm_install: ||g" | sed "s|confirm_install:||g"`
69 NICCFG=`grep "nic_config:" ${CONF} | grep -v "^#" | sed "s|nic_config: ||g" | sed "s|nic_config:||g"`
78 NICDNS=`grep "nic_dns:" ${CONF} | grep -v "^#" | sed "s|nic_dns: ||g" | sed "s|nic_dns:||g"`
79 NICGATE=`grep "nic_gateway:" ${CONF} | grep -v "^#" | sed "s|nic_gateway: ||g" | sed "s|nic_gateway:||g"`
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dmovemail.pl44 open CONF, "< $conffile"
47 read CONF, $conf, $len
49 close CONF;
/freebsd-11-stable/tools/tools/net80211/scripts/
H A Dsetup.tsn13 CONF=$TMPDIR/tsn-$WLAN.conf
36 rm -f $CONF" 0
53 makeconf $CONF
55 start_hostapd -K $CONF
H A Dsetup.updown.wpa15 CONF=$TMPDIR/bsd-$WLAN.conf
48 makeconf $CONF
49 start_hostapd $CONF&
57 rm -f $CONF
H A Dsetup.wpa12 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
51 makeconf $CONF
53 start_hostapd -K $CONF
H A Dsetup.wpa1.aes13 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
51 makeconf $CONF
53 start_hostapd -K $CONF
H A Dsetup.wpa1.tkip13 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
51 makeconf $CONF
53 start_hostapd -K $CONF
H A Dsetup.wpa213 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
52 makeconf $CONF
54 start_hostapd -K $CONF
H A Dsetup.wpa2.tkip13 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
52 makeconf $CONF
54 start_hostapd -K $CONF
H A Dsetup.mixed12 CONF=$TMPDIR/bsd-$WPA_WLAN.conf
36 ifconfig $OPEN_WLAN destroy; rm -f $CONF" 2
60 makeconf $CONF $WPA_WLAN
62 start_hostapd -K $CONF
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dsnmpd.sh36 CONF=/etc/snmpd.conf
48 if ${SNMPD} -c ${CONF} -p ${PID} ; then
/freebsd-11-stable/tools/tools/tinybsd/
H A Dtinybsd57 CONF=$VAL
164 CONF=${CONF:-default}; export CONF
197 CONF=`confirm_action "$CONF" "Configuration name?"`
198 if [ ! -d "${CURRENTDIR}/conf/$CONF" ]
200 echo "${TS} Error: Could not find config (${CONF})"
235 echo "CONF=${CONF}"
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_conf.c165 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section)
175 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
193 int TS_CONF_set_crypto_device(CONF *conf, const char *section,
240 int TS_CONF_set_signer_cert(CONF *conf, const char *section,
262 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
283 int TS_CONF_set_signer_key(CONF *conf, const char *section,
306 int TS_CONF_set_def_policy(CONF *conf, const char *section,
330 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx)
361 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx)
397 int TS_CONF_set_accuracy(CONF *con
[all...]
H A Dts.h737 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section);
738 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
740 int TS_CONF_set_crypto_device(CONF *conf, const char *section,
743 int TS_CONF_set_signer_cert(CONF *conf, const char *section,
745 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
747 int TS_CONF_set_signer_key(CONF *conf, const char *section,
750 int TS_CONF_set_def_policy(CONF *conf, const char *section,
752 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx);
753 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
754 int TS_CONF_set_accuracy(CONF *con
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c70 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
81 /* CONF *conf: Config file */
84 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name,
101 /* CONF *conf: Config file */
103 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
115 /* CONF *conf: Config file */
117 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
330 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section,
358 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
369 int X509V3_EXT_CRL_add_nconf(CONF *con
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dmkcerts.sh16 CONF="-config ../apps/openssl.cnf"
20 $SSLEAY req $CONF \
56 $SSLEAY req $CONF \
93 $SSLEAY req $CONF \
130 $SSLEAY req $CONF \
167 $SSLEAY req $CONF \

Completed in 280 milliseconds

123