HomeSort by: relevance | last modified time | path
    Searched defs:configure (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
newconfig.py 15 def configure(parameters, features, config, lit_config): function
config.py 118 def configure(self): member in class:Configuration
137 libcxx.test.newconfig.configure(
250 # Configure extra flags
270 # Configure include paths
274 # Configure feature flags.
352 # Configure library path
356 # Configure libraries
397 # Configure ABI library paths.
  /src/sys/arch/hp300/stand/common/
autoconf.c 89 configure(void) function
  /src/usr.sbin/certctl/
certctl.sh 135 # configure
139 configure() function
514 configure
532 configure
550 configure
602 configure
652 configure
  /src/usr.bin/rump_dhcpclient/
configure.c 45 #include "configure.h"
416 configure(struct interface *iface) function
  /src/crypto/external/bsd/heimdal/dist/kdc/
config.c 157 configure(krb5_context context, int argc, char **argv, int *optidx) function
  /src/external/mpl/bind/dist/lib/dns/include/dns/
dlz.h 177 * optionally supply a configure method. If supplied, this will be
179 * may call configuration functions during the configure call
199 dns_dlzconfigure_t configure; member in struct:dns_dlzmethods
317 * configure() method of a DLZ driver.
324 * call a DLZ drivers configure method, if supplied
sdlz.h 232 * supply a configure method. When supplied, it will be called
234 * to configure writeable zones
287 dns_sdlzconfigure_t configure; member in struct:dns_sdlzmethods
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dlz.h 178 * optionally supply a configure method. If supplied, this will be
180 * may call configuration functions during the configure call
200 dns_dlzconfigure_t configure; member in struct:dns_dlzmethods
318 * configure() method of a DLZ driver.
325 * call a DLZ drivers configure method, if supplied
sdlz.h 233 * supply a configure method. When supplied, it will be called
235 * to configure writeable zones
288 dns_sdlzconfigure_t configure; member in struct:dns_sdlzmethods
  /src/external/public-domain/sqlite/dist/tea/
teaish.tcl 1 # Teaish configure script for the SQLite Tcl extension
122 # Gets called by tea-configure-core. Must perform any configuration
125 proc teaish-configure {} {
141 # Add feature flags from legacy configure.ac which are not covered by
169 }; # teaish-configure
504 # configure script.
551 # If any configure flags for features are in conflict with
  /src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl 38 # Gets set by [sqlite-configure] (the main configure script driver).
51 # Pass msg-debug=1 to configure to enable obnoxiously loud output
79 # Processes all configure --flags for this build, run build-specific
80 # config checks, then finalize the configure process. $buildMode must
84 # intended to hold configure code which is specific to the given
93 # sqlite-configure BUILD_NAME { build-specific configure script }
96 # [sqlite-configure-finalize], which gets run after $configScript.
97 proc sqlite-configure {buildMode configScript}
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/teaish/
core.tcl 190 # @teaish-configure-core
192 # Main entry point for the TEA-ish configure process. auto.def's primary
195 proc teaish-configure-core {} {
260 => {Dump all configure-defined vars to config.defines.txt}
286 => {Disable the configure-time "vsatisfies" check on the target tclsh.}
304 # teaish-configure is called.
458 # out in the final stage of the configure script via
483 # the configure script, those will be straightened out via
496 if {[llength [info proc teaish-configure]] > 0} {
497 # teaish-configure is assumed to be imported vi
    [all...]
  /src/sys/kern/
init_main.c 255 static void configure(void);
550 /* Configure the system hardware. This will enable interrupts. */
551 configure();
743 /* Wait for final configure threads to complete. */
763 * Configure the system's hardware.
766 configure(void) function
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
aux_engine.h 152 void (*configure)( member in struct:aux_engine_funcs
  /src/usr.sbin/rwhod/
rwhod.c 105 static int configure(int);
214 if (!configure(s))
472 configure(int s) function
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 298 void LookupResult::configure() { function in class:LookupResult
  /src/sbin/cgdconfig/
cgdconfig.c 91 ACTION_DEFAULT, /* default -> configure */
92 ACTION_CONFIGURE, /* configure, with paramsfile */
96 ACTION_CONFIGALL, /* configure all from config file */
98 ACTION_CONFIGSTDIN, /* configure, key from stdin */
104 /* if nflag is set, do not configure/unconfigure the cgd's */
138 static int configure(int, char **, struct params *, int);
387 return configure(argc, argv, p, CONFIG_FLAGS_FROMMAIN);
395 return do_all(cfile, argc, argv, configure);
743 configure(int argc, char **argv, struct params *inparams, int flags) function
  /src/external/bsd/ntp/dist/ntpd/
ntp_control.c 96 static void configure (struct recvbuf *, int);
132 { CTL_OP_CONFIGURE, AUTH, configure },
3536 * configure() processes ntpq :config/config-from-file, allowing
3539 static void configure( function

Completed in 40 milliseconds