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

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Ddoxygen.c34 #include <config.h>
/macosx-10.9.5/ntp-88/ntpdc/
H A Dnl_in.c1 #include <config.h>
H A Dversion.c4 #include <config.h>
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_cfgable.c28 void free_config_fields(struct Configurable *config) argument
32 if(config->easy) {
33 curl_easy_cleanup(config->easy);
34 config->easy = NULL;
37 Curl_safefree(config->random_file);
38 Curl_safefree(config->egd_file);
39 Curl_safefree(config->useragent);
40 Curl_safefree(config->cookie);
41 Curl_safefree(config->cookiejar);
42 Curl_safefree(config
[all...]
H A Dtool_getparam.c221 {"K", "config", TRUE},
292 struct Configurable *config)
395 GetStr(&config->random_file, nextarg);
398 GetStr(&config->egd_file, nextarg);
401 err = str2unum(&config->connecttimeout, nextarg);
406 GetStr(&config->cipher_list, nextarg);
409 config->disable_epsv = toggle;
412 config->disable_epsv = (!toggle)?TRUE:FALSE;
416 config->writeenv = toggle;
420 GetStr(&config
288 getparameter(char *flag, char *nextarg, bool *usedarg, struct Configurable *config) argument
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dversion.c1 #include <config.h>
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dversion-etc-fsf.c20 #include <config.h>
/macosx-10.9.5/ntp-88/ntpd/
H A Dversion.c4 #include <config.h>
/macosx-10.9.5/ntp-88/ntpdate/
H A Dversion.c4 #include <config.h>
/macosx-10.9.5/ntp-88/ntpq/
H A Dversion.c4 #include <config.h>
/macosx-10.9.5/text_cmds-87/sort/
H A Dversion.c1 #include <config.h>
H A Dexitfail.c21 # include <config.h>
H A Dversion-etc-fsf.c21 # include <config.h>
/macosx-10.9.5/iodbc-42.5/iodbc/bin/
H A DMakefile.am74 bin_SCRIPTS = iodbc-config
/macosx-10.9.5/ICU-511.35/icuSources/config/
H A Dtest-icu-config.sh6 # Just a script to test out icu-config.
10 which icu-config
11 icu-config
12 icu-config -?
13 icu-config --BAD ARGUMENT
14 icu-config --bindir
15 icu-config --cflags
16 icu-config --cxx
17 icu-config --cc
18 icu-config
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dh_errno.c34 #include <config.h>
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlzexternal/
H A Ddlopen.c19 #include <config.h>
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/tsiggss/
H A Dgssapi_krb.c19 #include <config.h>
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread_ismultithreaded.c78 #include <config.h>
H A Ddcethread_lock_global.c78 #include <config.h>
H A Ddcethread_self.c78 #include <config.h>
H A Ddcethread_unlock_global.c78 #include <config.h>
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DBar.tcl21 constructor {config} {
30 method config {config} {
31 return $config
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/nothreads/
H A Dcondition.c20 #include <config.h>
H A Dmutex.c20 #include <config.h>

Completed in 314 milliseconds

1234567891011>>