HomeSort by: relevance | last modified time | path
    Searched refs:CONFIG (Results 1 - 11 of 11) sorted by relevancy

  /src/games/hack/
config.h 1 /* $NetBSD: config.h,v 1.11 2021/05/02 12:50:44 rillig Exp $ */
66 #ifndef CONFIG /* make sure the compiler doesnt see the typedefs twice */
68 #define CONFIG
201 #endif /* CONFIG */
  /src/usr.sbin/inetd/
inetd.h 116 CONFIG, line_number __VA_OPT__(,) __VA_ARGS__)
133 CONFIG, line_number __VA_OPT__(,) __VA_ARGS__)
261 /* Current line number in current config file */
264 /* Current config file path */
265 extern const char *CONFIG;
267 /* Open config file */
270 /* Default listening hostname/IP for current config file */
273 /* Default IPsec policy for current config file */
parse.c 96 static void config(void);
120 /* Current line from current config file */
129 * in the current or included config files.
132 config(void) function in typeref:typename:void
142 /* open config file from beginning */
143 fconfig = fopen(CONFIG, "r");
146 CONFIG, strerror(errno));
147 syslog(LOG_ERR, "%s: %m", CONFIG);
170 * it unless the config file explicitly says don't
207 * Remainder of config(void) checks validity of servtab option
    [all...]
parse_v2.c 182 "Ignoring invalid definition.", CONFIG,
189 DPRINTCONF("Syntax error; Exiting '%s'", CONFIG);
639 /* Parse error, stop reading config */
inetd.c 331 const char *CONFIG = _PATH_INETDCONF;
370 CONFIG = argv[0];
  /src/games/warp/
config.sh 2 # config.sh
128 CONFIG=true
config.h.SH 1 case $CONFIG in
3 if test ! -f config.sh; then
4 ln ../config.sh . || \
5 ln ../../config.sh . || \
6 ln ../../../config.sh . || \
7 (echo "Can't find config.sh."; exit 1)
8 echo "Using config.sh from above..."
10 . config.sh
13 echo "Extracting config.h (with variable substitutions)"
14 cat <<!GROK!THIS! >config.
    [all...]
  /src/distrib/utils/embedded/conf/
armv7.conf 67 cat > ${mnt}/boot/config.txt << EOF
91 # If arm_freq is specified in config.txt, set CPU frequency
113 ODROIDC-UBOOT-CONFIG
  /src/sys/external/isc/libsodium/dist/contrib/
Findsodium.cmake 51 # import pkg-config
125 string(APPEND _PLATFORM_PATH "/$$CONFIG$$")
140 string(REPLACE "$$CONFIG$$" "Debug" _DEBUG_PATH_SUFFIX "${_PLATFORM_PATH}")
141 string(REPLACE "$$CONFIG$$" "Release" _RELEASE_PATH_SUFFIX "${_PLATFORM_PATH}")
  /src/usr.bin/config/
gram.y 62 static struct config conf; /* at most one active at a time */
174 %token CHAR COLONEQ COMPILE_WITH CONFIG
236 * kernel config such as GENERIC or SKYNET, plus also the various
242 * covers both of them. When config is run on a kernel configuration
249 * are the "source" and "build" declarations that tell config where
716 /* Complete selection part: all std.* files plus selected config. */
721 /* Zero or more config items. Trap errors. */
729 /* One config item. */
799 CONFIG conf root_spec sysparam_list
804 no CONFIG WORD { delconf($3, $1);
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 282 # Note that this code is called both from 'configure', and 'config.status'
284 # 'config.status' has no value for ac_aux_dir unless we are using Automake,
434 # Quote a variable value, and forward it to 'config.status' so that its
443 # We delimit libtool config variables with single quotes, so when
444 # we write them to config.status, we have to be sure to quote all
486 # Produce commented declarations of non-tagged libtool config variables
487 # suitable for insertion in the LIBTOOL CONFIG section of the 'libtool'
488 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
513 # into 'config.status', and then the shell code to quote escape them i
    [all...]

Completed in 19 milliseconds