| /src/external/gpl2/gettext/dist/os2/ |
| configure.awk | 8 cfg["HAVE_ALLOCA"] = 1; 9 cfg["HAVE_ALLOCA_H"] = 1; 10 cfg["HAVE_LONG_FILE_NAMES"] = 1; 11 cfg["STDC_HEADERS"] = 1; 12 cfg["HAVE_GETCWD"] = 1; 13 cfg["HAVE_GETEGID"] = 1; 14 cfg["HAVE_GETEUID"] = 1; 15 cfg["HAVE_GETGID"] = 1; 16 cfg["HAVE_GETPAGESIZE"] = 1; 17 cfg["HAVE_GETUID"] = 1 [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| features.py | 14 _isClang = lambda cfg: '__clang__' in compilerMacros(cfg) and '__apple_build_version__' not in compilerMacros(cfg) 15 _isAppleClang = lambda cfg: '__apple_build_version__' in compilerMacros(cfg) 16 _isGCC = lambda cfg: '__GNUC__' in compilerMacros(cfg) and '__clang__' not in compilerMacros(cfg) 17 _isMSVC = lambda cfg: '_MSC_VER' in compilerMacros(cfg) [all...] |
| /src/external/bsd/pam-u2f/dist/ |
| pam-u2f.c | 38 static void parse_cfg(int flags __unused, int argc, const char **argv, cfg_t *cfg) { 41 memset(cfg, 0, sizeof(cfg_t)); 42 cfg->debug_file = DEFAULT_DEBUG_FILE; 43 cfg->userpresence = -1; 44 cfg->userverification = -1; 45 cfg->pinverification = -1; 49 sscanf(argv[i], "max_devices=%u", &cfg->max_devs); 51 cfg->manual = 1; 53 cfg->debug = 1; 55 cfg->nouserok = 1 176 cfg_t *cfg = &cfg_st; local [all...] |
| util.c | 169 static int parse_native_credential(const cfg_t *cfg, char *s, device_t *cred) { 177 debug_dbg(cfg, "Missing key handle"); 182 debug_dbg(cfg, "Missing public key"); 187 debug_dbg(cfg, "Old format, assume es256 and +presence"); 192 debug_dbg(cfg, "Empty attributes"); 200 debug_dbg(cfg, "Unable to allocate memory for credential components"); 211 static int parse_native_format(const cfg_t *cfg, const char *username, 227 debug_dbg(cfg, "Read %zu bytes", len); 231 debug_dbg(cfg, "Matched user: %s", s_user); 241 if ((*n_devs)++ > cfg->max_devs - 1) [all...] |
| /src/external/bsd/unbound/dist/smallapp/ |
| unbound-checkconf.c | 101 * @param cfg: config 107 print_option(struct config_file* cfg, const char* opt, int final) 110 char *p = fname_after_chroot(cfg->pidfile, cfg, 1); 117 struct config_strlist* s = cfg->auto_trust_anchor_file_list; 119 char *p = fname_after_chroot(s->str, cfg, 1); 126 if(!config_get_option(cfg, opt, config_print_func, stdout)) 132 check_mod(struct config_file* cfg, struct module_func_block* fb) 136 env.cfg = cfg; 1020 struct config_file* cfg = config_create(); local [all...] |
| /src/distrib/amd64/cdroms/bootcd/ |
| Makefile | 9 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file 10 CLEANFILES+= boot.cfg 13 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
|
| /src/distrib/amd64/cdroms/bootcd-com/ |
| Makefile | 13 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file 14 CLEANFILES+= boot.cfg 17 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
|
| /src/distrib/amd64/cdroms/installcd/ |
| Makefile | 18 CDBUILDEXTRA= boot.cfg # Add boot.cfg file 19 CLEANFILES+= boot.cfg 23 < ${.CURDIR}/boot.cfg.in > boot.cfg
|
| /src/distrib/amd64/cdroms/installdvd/ |
| Makefile | 12 CDBUILDEXTRA= boot.cfg # Add boot.cfg file 13 CLEANFILES+= boot.cfg 21 < ${.CURDIR}/boot.cfg.in > boot.cfg
|
| /src/distrib/i386/cdroms/bootcd/ |
| Makefile | 9 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file 10 CLEANFILES+= boot.cfg 13 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
|
| /src/distrib/i386/cdroms/bootcd-com/ |
| Makefile | 11 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file 12 CLEANFILES+= boot.cfg 15 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
|
| /src/distrib/i386/cdroms/installdvd/ |
| Makefile | 12 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file 13 CLEANFILES+= boot.cfg 24 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
|
| /src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/ |
| dnsconf.h | 24 #include <isccfg/cfg.h>
|
| /src/external/bsd/unbound/dist/daemon/ |
| unbound.c | 174 checkrlimits(struct config_file* cfg) 179 int list = ((cfg->do_udp?1:0) + (cfg->do_tcp?1 + 180 (int)cfg->incoming_num_tcp:0)); 181 size_t listen_ifs = (size_t)(cfg->num_ifs==0? 182 ((cfg->do_ip4 && !cfg->if_automatic?1:0) + 183 (cfg->do_ip6?1:0)):cfg->num_ifs); 185 size_t outudpnum = (size_t)cfg->outgoing_num_ports 727 struct config_file* cfg = NULL; local [all...] |
| /src/distrib/evbarm/isoimage/ |
| Makefile | 9 CLEANFILES+= boot.cfg 13 < ${.CURDIR}/boot.cfg.in > boot.cfg
|
| /src/external/bsd/unbound/dist/util/ |
| config_file.c | 75 /** from cfg username, after daemonize setup performed */ 77 /** from cfg username, after daemonize setup performed */ 98 struct config_file* cfg; local 99 cfg = (struct config_file*)calloc(1, sizeof(struct config_file)); 100 if(!cfg) 103 cfg->verbosity = 1; 104 cfg->stat_interval = 0; 105 cfg->stat_cumulative = 0; 106 cfg->stat_extended = 0; 107 cfg->stat_inhibit_zero = 1 434 struct config_file* cfg = config_create(); local [all...] |
| configparser.y | 365 if(cfg_parser->cfg->stubs && 366 !cfg_parser->cfg->stubs->name) 377 s->next = cfg_parser->cfg->stubs; 378 cfg_parser->cfg->stubs = s; 392 if(cfg_parser->cfg->forwards && 393 !cfg_parser->cfg->forwards->name) 404 s->next = cfg_parser->cfg->forwards; 405 cfg_parser->cfg->forwards = s; 419 if(cfg_parser->cfg->views && 420 !cfg_parser->cfg->views->name [all...] |
| /src/sys/external/gpl2/dts/dist/include/dt-bindings/dma/ |
| at91.h | 36 #define AT91_XDMAC_DT_GET_MEM_IF(cfg) (((cfg) >> AT91_XDMAC_DT_MEM_IF_OFFSET) \ 43 #define AT91_XDMAC_DT_GET_PER_IF(cfg) (((cfg) >> AT91_XDMAC_DT_PER_IF_OFFSET) \ 50 #define AT91_XDMAC_DT_GET_PERID(cfg) (((cfg) >> AT91_XDMAC_DT_PERID_OFFSET) \
|
| /src/external/gpl3/gdb/dist/gdb/contrib/ |
| codespell-log.sh | 37 cfg="" 42 for f in "$cfg" "$output"; do 53 cfg=$(mktemp) 66 args: [--config, gdb/contrib/setup.cfg] 71 gen_cfg "$cfg" 76 -c "$cfg" \
|
| /src/distrib/i386/cdroms/installcd/ |
| Makefile | 21 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file 22 CLEANFILES+= boot.cfg 42 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
|
| /src/crypto/external/apache2/openssl/dist/test/radix/ |
| main.c | 19 * int bindings_adjust_terp_config(TERP_CONFIG *cfg); 26 TERP_CONFIG cfg = { 0 }; local 31 cfg.debug_bio = bio_err; 33 if (!TEST_true(bindings_adjust_terp_config(&cfg))) 36 testresult = TERP_run(script_info, &cfg);
|
| /src/usr.sbin/bthcid/ |
| config.c | 97 prop_dictionary_t cfg; local 100 cfg = load_keys(); 101 if (cfg == NULL) 104 obj = prop_dictionary_get(cfg, bt_ntoa(laddr, NULL)); 106 prop_object_release(cfg); 113 prop_object_release(cfg); 118 prop_object_release(cfg); 125 prop_dictionary_t cfg, dev; local 131 cfg = load_keys(); 132 if (cfg == NULL) [all...] |
| /src/crypto/external/bsd/netpgp/dist/doc/ |
| Makefile | 4 doxy-user: doxygen-user.cfg 6 doxygen doxygen-user.cfg 8 doxy-dev: doxygen-dev.cfg 10 doxygen doxygen-dev.cfg
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| PostOrderCFGView.cpp | 1 //===- PostOrderCFGView.cpp - Post order view of CFG blocks ---------------===// 9 // This file implements post order view of the blocks in a CFG. 15 #include "clang/Analysis/CFG.h" 21 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) { 22 Blocks.reserve(cfg->getNumBlockIDs()); 23 CFGBlockSet BSet(cfg); 25 for (po_iterator I = po_iterator::begin(cfg, BSet), 26 E = po_iterator::end(cfg, BSet); I != E; ++I) { 34 const CFG *cfg = ctx.getCFG() local [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| cfg_parser.h | 40 #define cfg_get_owner(cfg) ((cfg)->owner)
|