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

1234567891011>>

/freebsd-10-stable/crypto/heimdal/lib/wind/
H A Ddoxygen.c34 #include <config.h>
/freebsd-10-stable/contrib/ntp/ntpdc/
H A Dnl_in.c1 #include <config.h>
/freebsd-10-stable/contrib/ntp/sntp/
H A Dversion.c4 #include <config.h>
/freebsd-10-stable/usr.bin/csup/
H A Dauth.h33 struct config;
35 int auth_login(struct config *);
/freebsd-10-stable/contrib/openresolv/
H A DGNUmakefile2 CONFIG_MK?=$(shell test -e config.mk && echo config.mk || echo config-null.mk)
/freebsd-10-stable/contrib/diff/lib/
H A Dexitfail.c21 # include <config.h>
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dh_errno.c34 #include <config.h>
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrepmat.c2 # include <config.h>
/freebsd-10-stable/tools/tools/net80211/scripts/mesh/
H A Dsetup.simple9 . config
10 . config.mesh
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/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-stable/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-stable/etc/rc.d/
H A Dhcsecd20 config="${hcsecd_config:-/etc/bluetooth/${name}.conf}"
21 command_args="-f ${config}"
22 required_files="${config}"
/freebsd-10-stable/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-stable/contrib/ntp/lib/isc/nothreads/
H A Dcondition.c20 #include <config.h>
H A Dmutex.c20 #include <config.h>
/freebsd-10-stable/contrib/amd/amd/
H A Dops_nullfs.c45 # include <config.h>
H A Dops_nfs3.c45 # include <config.h>
H A Dops_mfs.c45 # include <config.h>
H A Dops_nfs4.c45 # include <config.h>
H A Dops_unionfs.c45 # include <config.h>
H A Dops_umapfs.c45 # include <config.h>

Completed in 176 milliseconds

1234567891011>>