| /netbsd-src/distrib/sets/lists/xetc/ |
| H A D | mi | 28 ./etc/fonts/conf.avail/05-reset-dirs-sample.conf xetc-fontconfig-etc xorg 29 ./etc/fonts/conf.avail/09-autohint-if-no-hinting.conf xetc-fontconfig-etc xorg 30 ./etc/fonts/conf.avail/10-autohint.conf xetc-fontconfig-etc xorg 31 ./etc/fonts/conf.avail/10-hinting-full.conf xetc-fontconfig-etc xorg 32 ./etc/fonts/conf.avail/10-hinting-medium.conf xetc-fontconfig-etc xorg 33 ./etc/fonts/conf.avail/10-hinting-none.conf xetc-fontconfig-etc xorg 34 ./etc/fonts/conf.avail/10-hinting-slight.conf xetc-fontconfig-etc xorg 35 ./etc/fonts/conf.avail/10-no-sub-pixel.conf xetc-obsolete obsolete 36 ./etc/fonts/conf.avail/10-no-antialias.conf xetc-fontconfig-etc xorg 37 ./etc/fonts/conf.avail/10-scale-bitmap-fonts.conf xetc-fontconfig-etc xorg [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/irs/ |
| H A D | resconf.c | |
| /netbsd-src/external/mit/xorg/lib/fontconfig/etc/conf.avail/ |
| H A D | Makefile | 5 .PATH: . ${X11SRCDIR.fontconfig}/conf.d 7 05-reset-dirs-sample.conf \ 8 09-autohint-if-no-hinting.conf \ 9 10-autohint.conf \ 10 10-hinting-full.conf \ 11 10-hinting-medium.conf \ 12 10-hinting-none.conf \ 13 10-hinting-slight.conf \ 14 10-no-antialias.conf \ 15 10-sub-pixel-none.conf \ [all …]
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/ |
| H A D | resconf.c | 122 resconf_parsenameserver(irs_resconf_t *conf, FILE *fp); 124 resconf_parsedomain(irs_resconf_t *conf, FILE *fp); 126 resconf_parsesearch(irs_resconf_t *conf, FILE *fp); 128 resconf_parsesortlist(irs_resconf_t *conf, FILE *fp); 134 get_win32_nameservers(irs_resconf_t *conf); 288 resconf_parsenameserver(irs_resconf_t *conf, FILE *fp) { in resconf_parsenameserver() argument 304 if (conf->numns == RESCONFMAXNAMESERVERS) { in resconf_parsenameserver() 308 result = add_server(conf->mctx, word, &conf->nameservers); in resconf_parsenameserver() 312 conf->numns++; in resconf_parsenameserver() 318 resconf_parsedomain(irs_resconf_t *conf, FILE *fp) { in resconf_parsedomain() argument [all …]
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | Makefile.am | 152 conf/autofs/autofs_default.h \ 153 conf/autofs/autofs_default.c \ 154 conf/autofs/autofs_linux.h \ 155 conf/autofs/autofs_linux.c \ 156 conf/autofs/autofs_solaris_v1.h \ 157 conf/autofs/autofs_solaris_v1.c \ 158 conf/autofs/autofs_solaris_v2_v3.h \ 159 conf/autofs/autofs_solaris_v2_v3.c \ 161 conf/checkmount/checkmount_aix.c \ 162 conf/checkmount/checkmount_bsd44.c \ [all …]
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/ |
| H A D | tcsd_conf.c | 70 init_tcsd_config(struct tcsd_config *conf) in init_tcsd_config() argument 72 conf->port = -1; in init_tcsd_config() 73 conf->num_threads = -1; in init_tcsd_config() 74 conf->system_ps_file = NULL; in init_tcsd_config() 75 conf->system_ps_dir = NULL; in init_tcsd_config() 76 conf->firmware_log_file = NULL; in init_tcsd_config() 77 conf->firmware_pcrs = 0; in init_tcsd_config() 78 conf->kernel_log_file = NULL; in init_tcsd_config() 79 conf->kernel_pcrs = 0; in init_tcsd_config() 80 conf->platform_cred = NULL; in init_tcsd_config() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/db/ |
| H A D | Makefile.am | 5 noinst_DATA = krb5.conf krb5.conf-sqlite krb5.conf-db3 krb5.conf-db1 krb5.conf-lmdb 45 krb5.conf: krb5.conf.in Makefile 46 $(do_subst) -e 's,[@]type[@],,g' < $(srcdir)/krb5.conf.in > krb5.conf.tmp 47 mv krb5.conf.tmp krb5.conf 49 krb5.conf-sqlite: krb5.conf.in Makefile 50 $(do_subst) -e 's,[@]type[@],sqlite:,g' < $(srcdir)/krb5.conf.in > krb5.conf-sqlite.tmp 51 mv krb5.conf-sqlite.tmp krb5.conf-sqlite 53 krb5.conf-db3: krb5.conf.in Makefile 54 $(do_subst) -e 's,[@]type[@],db3:,g' < $(srcdir)/krb5.conf.in > krb5.conf-db3.tmp 55 mv krb5.conf-db3.tmp krb5.conf-db3 [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/ |
| H A D | Makefile.am | 6 krb5.conf \ 7 krb5-authz.conf \ 8 krb5-authz2.conf \ 9 krb5-canon.conf \ 10 krb5-canon2.conf \ 11 krb5-hdb-mitdb.conf \ 12 krb5-weak.conf \ 13 krb5-pkinit.conf \ 14 krb5-pkinit-win.conf \ 15 krb5-slave2.conf \ [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
| H A D | conf_def.c | 40 static int is_keytype(const CONF *conf, char c, unsigned short type); 41 static char *eat_ws(CONF *conf, char *p); 42 static void trim_ws(CONF *conf, char *start); 43 static char *eat_alpha_numeric(CONF *conf, char *p); 44 static void clear_comments(CONF *conf, char *p); 45 static int str_copy(CONF *conf, char *section, char **to, char *from); 46 static char *scan_quote(CONF *conf, char *p); 47 static char *scan_dquote(CONF *conf, char *p); 48 #define scan_esc(conf,p) (((IS_EOF((conf),(p)[1]))?((p)+1):((p)+2))) argument 56 static int def_init_default(CONF *conf); [all …]
|
| H A D | conf_lib.c | 25 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf() argument 30 default_CONF_method->init(conf); in CONF_set_nconf() 31 conf->data = hash; in CONF_set_nconf() 45 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, in LHASH_OF() 61 ltmp = CONF_load_bio(conf, in, eline); in LHASH_OF() 68 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, in LHASH_OF() 77 ltmp = CONF_load_bio(conf, btmp, eline); in LHASH_OF() 83 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, in LHASH_OF() 89 CONF_set_nconf(&ctmp, conf); in LHASH_OF() 97 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf, in STACK_OF() [all …]
|
| H A D | conf_def.h | 29 #define IS_COMMENT(conf,c) is_keytype(conf, c, CONF_COMMENT) argument 30 #define IS_FCOMMENT(conf,c) is_keytype(conf, c, CONF_FCOMMENT) argument 31 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) argument 32 #define IS_ESC(conf,c) is_keytype(conf, c, CONF_ESC) argument 33 #define IS_NUMBER(conf,c) is_keytype(conf, c, CONF_NUMBER) argument 34 #define IS_WS(conf,c) is_keytype(conf, c, CONF_WS) argument 35 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) argument 36 #define IS_ALNUM_PUNCT(conf,c) is_keytype(conf, c, CONF_ALNUM_PUNCT) argument 37 #define IS_QUOTE(conf,c) is_keytype(conf, c, CONF_QUOTE) argument 38 #define IS_DQUOTE(conf,c) is_keytype(conf, c, CONF_DQUOTE) argument
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | manpath.c | 41 manconf_parse(struct manconf *conf, const char *file, in manconf_parse() argument 47 manpath_parseline(&conf->manpath, auxp, 1); in manconf_parse() 51 manpath_parseline(&conf->manpath, defp, 1); in manconf_parse() 62 manconf_file(conf, file); in manconf_parse() 68 manconf_file(conf, file); in manconf_parse() 69 manpath_parseline(&conf->manpath, defp, 0); in manconf_parse() 75 manpath_parseline(&conf->manpath, defp, 0); in manconf_parse() 76 manconf_file(conf, file); in manconf_parse() 84 manpath_parseline(&conf->manpath, defp, 0); in manconf_parse() 85 manconf_file(conf, file); in manconf_parse() [all …]
|
| /netbsd-src/external/mit/xorg/lib/fontconfig/etc/conf.d/ |
| H A D | Makefile | 5 .PATH: ${X11SRCDIR.fontconfig}/conf.d 7 10-hinting-slight.conf \ 8 10-scale-bitmap-fonts.conf \ 9 10-yes-antialias.conf \ 10 10-sub-pixel-rgb.conf \ 11 11-lcdfilter-default.conf \ 12 20-unhint-small-vera.conf \ 13 30-metric-aliases.conf \ 14 40-nonlatin.conf \ 15 45-generic.conf \ [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/ |
| H A D | config.d | 245 Config conf; local 246 assert(!conf.parseOptions("disable")); 247 assert(!conf.parseOptions("disable:")); 248 assert(!conf.parseOptions("disable:5")); 249 assert(conf.parseOptions("disable:y") && conf.disable); 250 assert(conf.parseOptions("disable:n") && !conf.disable); 251 assert(conf.parseOptions("disable:Y") && conf.disable); 252 assert(conf.parseOptions("disable:N") && !conf.disable); 253 assert(conf.parseOptions("disable:1") && conf.disable); 254 assert(conf.parseOptions("disable:0") && !conf.disable); [all …]
|
| /netbsd-src/external/bsd/unbound/dist/testdata/07-confroot.tdir/ |
| H A D | 07-confroot.test | 19 cat > test.conf <<EOF 32 trust-anchor-file: "$subdir/trustanchor.conf" 33 trust-anchor-file: "/subdir/trustanchor.conf" 34 trust-anchor-file: "trustanchor.conf" 36 trusted-keys-file: "trustkeys.conf" 37 trusted-keys-file: "$subdir/trustkeys2.conf" 38 trusted-keys-file: "/subdir/trustkeys3.conf" 48 echo "" > subdir/trustkeys.conf 49 echo "" > subdir/trustkeys2.conf 50 echo "" > subdir/trustkeys3.conf [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
| H A D | parseoptions.d | 361 Config conf; local 363 assert(!conf.parseOptions("disable")); 364 assert(!conf.parseOptions("disable:")); 365 assert(!conf.parseOptions("disable:5")); 366 assert(conf.parseOptions("disable:y") && conf.disable); 367 assert(conf.parseOptions("disable:n") && !conf.disable); 368 assert(conf.parseOptions("disable:Y") && conf.disable); 369 assert(conf.parseOptions("disable:N") && !conf.disable); 370 assert(conf.parseOptions("disable:1") && conf.disable); 371 assert(conf.parseOptions("disable:0") && !conf.disable); [all …]
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/legacy/ |
| H A D | setup.sh | 14 . ../conf.sh 16 copy_setports ns1/named1.conf.in ns1/named.conf 17 copy_setports ns2/named.conf.in ns2/named.conf 18 copy_setports ns3/named.conf.in ns3/named.conf 19 copy_setports ns4/named.conf.in ns4/named.conf 20 copy_setports ns5/named.conf.in ns5/named.conf 21 copy_setports ns6/named.conf.in ns6/named.conf 22 copy_setports ns7/named.conf.in ns7/named.conf 23 copy_setports ns8/named.conf.in ns8/named.conf 24 copy_setports ns9/named.conf.in ns9/named.conf [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/conf/ |
| H A D | conf_def.h | 30 #define IS_COMMENT(conf,c) is_keytype(conf, c, CONF_COMMENT) argument 31 #define IS_FCOMMENT(conf,c) is_keytype(conf, c, CONF_FCOMMENT) argument 32 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) argument 33 #define IS_ESC(conf,c) is_keytype(conf, c, CONF_ESC) argument 34 #define IS_NUMBER(conf,c) is_keytype(conf, c, CONF_NUMBER) argument 35 #define IS_WS(conf,c) is_keytype(conf, c, CONF_WS) argument 36 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) argument 37 #define IS_ALNUM_PUNCT(conf,c) is_keytype(conf, c, CONF_ALNUM_PUNCT) argument 38 #define IS_QUOTE(conf,c) is_keytype(conf, c, CONF_QUOTE) argument 39 #define IS_DQUOTE(conf,c) is_keytype(conf, c, CONF_DQUOTE) argument [all …]
|
| H A D | conf_api.c | 20 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf); 23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section() argument 27 if (conf == NULL || section == NULL) in _CONF_get_section() 31 return conf->data != NULL ? lh_CONF_VALUE_retrieve(conf->data, &vv) : NULL; in _CONF_get_section() 34 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf, in STACK_OF() 39 v = _CONF_get_section(conf, section); in STACK_OF() 45 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() argument 56 v = lh_CONF_VALUE_insert(conf->data, value); in _CONF_add_string() 66 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string() argument 74 if (conf == NULL) in _CONF_get_string() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
| H A D | defines.sh | 98 CONF=$DATADIR/slapd.conf 99 CONFTWO=$DATADIR/slapd2.conf 100 CONF2DB=$DATADIR/slapd-2db.conf 101 MCONF=$DATADIR/slapd-provider.conf 102 COMPCONF=$DATADIR/slapd-component.conf 103 PWCONF=$DATADIR/slapd-pw.conf 104 WHOAMICONF=$DATADIR/slapd-whoami.conf 105 ACLCONF=$DATADIR/slapd-acl.conf 106 RCONF=$DATADIR/slapd-referrals.conf 107 SRPROVIDERCONF=$DATADIR/slapd-syncrepl-provider.conf [all …]
|
| /netbsd-src/share/man/man5/ |
| H A D | Makefile | 9 fs.5 fstab.5 genassym.cf.5 gpio.conf.5 group.5 hesiod.conf.5 \ 11 ipsec.conf.5 ld.so.conf.5 link.5 locale.alias.5 \ 12 locate.conf.5 login.conf.5 mixerctl.conf.5 modules.conf.5 mk.conf.5 \ 14 nsswitch.conf.5 passwd.5 passwd.conf.5 phones.5 pkgpath.conf.5 \ 15 printcap.5 protocols.5 ranlib.5 rc.conf.5 remote.5 \ 16 resolv.conf.5 route.conf.5 rpc.5 \ 17 security.conf.5 services.5 shells.5 \ 18 stab.5 statvfs.5 sysctl.conf.5 ttyaction.5 \ 19 utmp.5 utmpx.5 veriexec.5 weekly.5 wscons.conf.5 22 MLINKS+=daily.5 daily.conf.5 [all …]
|
| /netbsd-src/usr.sbin/tpctl/ |
| H A D | fb.c | 79 fb->conf.hf_conf_index = HPCFB_CURRENT_CONFIG; in fb_init() 82 if (ioctl(fb->fd, HPCFBIO_GCONF, &fb->conf) < 0) { in fb_init() 86 memset(&fb->conf, 0, sizeof(fb->conf)); in fb_init() 87 fb->conf.hf_width = fbinfo.width; in fb_init() 88 fb->conf.hf_height = fbinfo.height; in fb_init() 89 fb->conf.hf_bytes_per_line = linebytes; in fb_init() 90 fb->conf.hf_nplanes = 1; in fb_init() 91 fb->conf.hf_bytes_per_plane = fbinfo.height * linebytes; in fb_init() 92 fb->conf.hf_pack_width = fbinfo.depth; in fb_init() 93 fb->conf.hf_pixels_per_pack = 1; in fb_init() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | conf.h | 40 int (*init) (CONF *conf); 41 int (*destroy) (CONF *conf); 42 int (*destroy_data) (CONF *conf); 43 int (*load_bio) (CONF *conf, BIO *bp, long *eline); 44 int (*dump) (const CONF *conf, BIO *bp); 45 int (*is_number) (const CONF *conf, char c); 46 int (*to_int) (const CONF *conf, char c); 47 int (*load) (CONF *conf, const char *name, long *eline); 70 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash); 71 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, [all …]
|
| /netbsd-src/usr.sbin/faithd/ |
| H A D | prefix.c | 191 struct config *conf; in config_load1() local 231 conf = (struct config *)malloc(sizeof(*conf)); in config_load1() 232 if (conf == NULL) in config_load1() 234 memset(conf, 0, sizeof(*conf)); in config_load1() 237 conf->permit = 1; in config_load1() 239 conf->permit = 0; in config_load1() 242 conf->permit = 0; in config_load1() 245 if (prefix_set(token[0], &conf->match, 1) < 0) in config_load1() 247 if (prefix_set(token[2], &conf->dest, 1) < 0) in config_load1() 250 if (prefix_set(token[3], &conf->src, 0) < 0) in config_load1() [all …]
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/cookie/ |
| H A D | setup.sh | 14 . ../conf.sh 16 copy_setports ns1/named.conf.in ns1/named.conf 17 copy_setports ns2/named.conf.in ns2/named.conf 18 copy_setports ns3/named.conf.in ns3/named.conf 19 copy_setports ns4/named.conf.in ns4/named.conf 20 copy_setports ns5/named.conf.in ns5/named.conf 21 copy_setports ns6/named.conf.in ns6/named.conf 22 copy_setports ns7/named.conf.in ns7/named.conf 23 copy_setports ns8/named.conf.in ns8/named.conf
|