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

1234567891011>>

/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dnl_in.c1 #include <config.h>
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Ddoxygen.c34 #include <config.h>
/freebsd-11-stable/contrib/ntp/sntp/
H A Dversion.c4 #include <config.h>
/freebsd-11-stable/contrib/openresolv/
H A DGNUmakefile2 CONFIG_MK?=$(shell test -e config.mk && echo config.mk || echo config-null.mk)
/freebsd-11-stable/contrib/diff/lib/
H A Dexitfail.c21 # include <config.h>
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dh_errno.c34 #include <config.h>
H A Dgetegid.c34 #include <config.h>
H A Dgeteuid.c34 #include <config.h>
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgrepmat.c2 # include <config.h>
/freebsd-11-stable/tools/tools/net80211/scripts/mesh/
H A Dsetup.simple9 . config
10 . config.mesh
/freebsd-11-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-11-stable/etc/rc.d/
H A Dhcsecd21 config="${hcsecd_config:-/etc/bluetooth/${name}.conf}"
22 command_args="-f ${config}"
23 required_files="${config}"
/freebsd-11-stable/contrib/ntp/lib/isc/nothreads/
H A Dcondition.c20 #include <config.h>
H A Dmutex.c20 #include <config.h>
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_none.c16 #include "config.h"
22 struct wpa_config *config; local
27 config = cfgp;
29 config = wpa_config_alloc_empty(NULL, NULL);
30 if (config == NULL)
33 return config;
37 int wpa_config_write(const char *name, struct wpa_config *config) argument
44 /* TODO: write global config parameters */
47 for (ssid = config->ssid; ssid; ssid = ssid->next) {
51 for (blob = config
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dops_unionfs.c45 # include <config.h>
H A Dops_umapfs.c45 # include <config.h>
H A Dops_tfs.c45 # include <config.h>
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>
/freebsd-11-stable/contrib/groff/
H A DMakefile.sub2 config.status \
3 config.log \
4 config.cache \
8 src/include/config.h \
20 config.status: configure
21 $(SHELL) config.status --recheck
23 # autoheader might not change config.hin, so touch a stamp file.
24 $(srcdir)/config.hin: stamp-h.in
29 config.h: stamp-h
30 stamp-h: config
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Ddel_opv.cc31 #include <bits/c++config.h>
/freebsd-11-stable/contrib/libstdc++/src/
H A Dwstring-inst.cc34 #include <bits/c++config.h>

Completed in 259 milliseconds

1234567891011>>