Searched refs:config (Results 1 - 25 of 2071) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dnl_in.c1 #include <config.h>
/freebsd-9.3-release/contrib/cvs/diff/
H A Dversion.c3 #include <config.h>
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dversion.c4 #include <config.h>
/freebsd-9.3-release/usr.bin/csup/
H A Dauth.h33 struct config;
35 int auth_login(struct config *);
/freebsd-9.3-release/contrib/diff/lib/
H A Dexitfail.c21 # include <config.h>
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dexitfail.c21 # include <config.h>
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dgrepmat.c2 # include <config.h>
/freebsd-9.3-release/tools/tools/net80211/scripts/mesh/
H A Dsetup.simple9 . config
10 . config.mesh
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig_none.c22 #include "config.h"
28 struct wpa_config *config; local
30 config = wpa_config_alloc_empty(NULL, NULL);
31 if (config == NULL)
34 return config;
38 int wpa_config_write(const char *name, struct wpa_config *config) argument
45 /* TODO: write global config parameters */
48 for (ssid = config->ssid; ssid; ssid = ssid->next) {
52 for (blob = config->blobs; blob; blob = blob->next) {
/freebsd-9.3-release/tools/tools/genericize/
H A Dgenericize.pl41 my %config;
56 $config{$keyword}->{$1} = $2;
58 $config{$keyword}->{$value} = \&EMPTY;
94 $config{$keyword} && $config{$keyword}->{$1} &&
95 $config{$keyword}->{$1} != \&EMPTY) {
97 if ($config{$keyword}->{$value} ne $2) {
98 my ($old, $new) = ($2, $config{$keyword}->{$value});
101 delete($config{$keyword}->{$value});
102 delete($config{
[all...]
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/
H A Dautogen.sh3 # create config dir if not exist
4 test -d config || mkdir config
7 aclocal -I config
/freebsd-9.3-release/contrib/ofed/management/libibcommon/
H A Dautogen.sh3 # create config dir if not exist
4 test -d config || mkdir config
7 aclocal -I config
/freebsd-9.3-release/contrib/ofed/management/libibmad/
H A Dautogen.sh3 # create config dir if not exist
4 test -d config || mkdir config
7 aclocal -I config
/freebsd-9.3-release/contrib/ofed/management/libibumad/
H A Dautogen.sh3 # create config dir if not exist
4 test -d config || mkdir config
7 aclocal -I config
/freebsd-9.3-release/etc/rc.d/
H A Dhcsecd20 config="${hcsecd_config:-/etc/bluetooth/${name}.conf}"
21 command_args="-f ${config}"
22 required_files="${config}"
/freebsd-9.3-release/contrib/amd/amd/
H A Dops_mfs.c49 # include <config.h>
H A Dops_nfs3.c49 # include <config.h>
H A Dops_nullfs.c49 # include <config.h>
H A Dops_tfs.c49 # include <config.h>
H A Dops_tmpfs.c49 # include <config.h>
H A Dops_umapfs.c49 # include <config.h>
H A Dops_unionfs.c49 # include <config.h>
/freebsd-9.3-release/contrib/bind9/lib/isc/nothreads/
H A Dcondition.c20 #include <config.h>
H A Dmutex.c20 #include <config.h>
/freebsd-9.3-release/contrib/tcpdump/
H A DMakefile-devel-adds8 # autoheader might not change config.h.in, so touch a stamp file.
9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
14 config.h: stamp-h
15 stamp-h: ${srcdir}/config.h.in config.status
16 ./config.status
18 Makefile: Makefile.in config.status
19 ./config.status
21 config.status: ${srcdir}/configure
22 ./config
[all...]

Completed in 258 milliseconds

1234567891011>>