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

1234567891011>>

/freebsd-10.0-release/contrib/ntp/ntpdc/
H A Dnl_in.c1 #include <config.h>
/freebsd-10.0-release/crypto/heimdal/lib/wind/
H A Ddoxygen.c34 #include <config.h>
/freebsd-10.0-release/usr.bin/csup/
H A Dauth.h33 struct config;
35 int auth_login(struct config *);
/freebsd-10.0-release/contrib/diff/lib/
H A Dexitfail.c21 # include <config.h>
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dh_errno.c34 #include <config.h>
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dgrepmat.c2 # include <config.h>
/freebsd-10.0-release/tools/tools/net80211/scripts/mesh/
H A Dsetup.simple9 . config
10 . config.mesh
/freebsd-10.0-release/contrib/atf/atf-config/
H A DMakefile.am.inc30 bin_PROGRAMS += atf-config/atf-config
31 atf_config_atf_config_SOURCES = atf-config/atf-config.cpp
33 dist_man_MANS += atf-config/atf-config.1
35 tests_atf_config_DATA = atf-config/Atffile \
36 atf-config/Kyuafile
37 tests_atf_configdir = $(pkgtestsdir)/atf-config
40 tests_atf_config_SCRIPTS = atf-config/integration_tes
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig_none.c16 #include "config.h"
22 struct wpa_config *config; local
24 config = wpa_config_alloc_empty(NULL, NULL);
25 if (config == NULL)
28 return config;
32 int wpa_config_write(const char *name, struct wpa_config *config) argument
39 /* TODO: write global config parameters */
42 for (ssid = config->ssid; ssid; ssid = ssid->next) {
46 for (blob = config->blobs; blob; blob = blob->next) {
/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/etc/rc.d/
H A Dhcsecd20 config="${hcsecd_config:-/etc/bluetooth/${name}.conf}"
21 command_args="-f ${config}"
22 required_files="${config}"
/freebsd-10.0-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-10.0-release/contrib/atf/atf-run/sample/
H A Dcommon.conf1 Content-Type: application/X-atf-config; version="1"
/freebsd-10.0-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...]
/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A Ddel_opv.cc31 #include <bits/c++config.h>

Completed in 225 milliseconds

1234567891011>>