Home
last modified time | relevance | path

Searched refs:cf (Results 1 – 25 of 2004) sorted by relevance

12345678910>>...81

/netbsd/src/external/ibm-public/postfix/dist/src/postconf/
DMakefile.in21 TEST_TMP= main.cf master.cf test*.tmp
24 SAMPLES = ../../conf/main.cf.default
38 ../../conf/main.cf.default: $(PROG) Makefile
97 rm -f main.cf master.cf
98 touch main.cf master.cf
99 echo smtpd_restriction_classes = foo bar >> main.cf
100 echo foo = yes >> main.cf
101 touch -t 197101010000 main.cf
104 rm -f main.cf master.cf test1.tmp
109 rm -f main.cf master.cf
[all …]
Dtest29.ref2 ./postconf: warning: ./main.cf: unused parameter: pgsqlfoo_domain=bar
3 ./postconf: warning: ./main.cf: unused parameter: sqlitefoo_domain=bar
4 ./postconf: warning: ./main.cf: unused parameter: ldapxx=proxy:ldap:ldapfoo
5 ./postconf: warning: ./main.cf: unused parameter: mongodbfoo_domain=bar
6 ./postconf: warning: ./main.cf: unused parameter: sqlitexx=proxy:sqlite:sqlitefoo
7 ./postconf: warning: ./main.cf: unused parameter: mysqlfoo_domain=bar
8 ./postconf: warning: ./main.cf: unused parameter: sqlitefoo_domainx=bar
9 ./postconf: warning: ./main.cf: unused parameter: memcachefoo_domain=bar
10 ./postconf: warning: ./main.cf: unused parameter: pgsqlfoo_domainx=bar
11 ./postconf: warning: ./main.cf: unused parameter: mongodbfoo_domainx=bar
[all …]
/netbsd/src/external/bsd/tmux/dist/
Dfile.c74 struct client_file *cf; in file_create_with_peer() local
76 cf = xcalloc(1, sizeof *cf); in file_create_with_peer()
77 cf->c = NULL; in file_create_with_peer()
78 cf->references = 1; in file_create_with_peer()
79 cf->stream = stream; in file_create_with_peer()
81 cf->buffer = evbuffer_new(); in file_create_with_peer()
82 if (cf->buffer == NULL) in file_create_with_peer()
85 cf->cb = cb; in file_create_with_peer()
86 cf->data = cbdata; in file_create_with_peer()
88 cf->peer = peer; in file_create_with_peer()
[all …]
/netbsd/src/external/mit/xorg/share/cf/
DMakefile5 .PATH: ${X11SRCDIR.xorg-cf-files}
9 FILES= Amoeba.cf DGUX.cf FreeBSD.cf Imake.cf Imake.rules Imake.tmpl \
10 Library.tmpl Mips.cf Motif.rules Motif.tmpl NetBSD.cf Oki.cf \
11 OpenBSD.cf QNX4.cf QNX4.rules Server.tmpl ServerLib.tmpl \
12 Threads.tmpl Win32.cf Win32.rules WinLib.tmpl X11.rules \
13 X11.tmpl apollo.cf bsd.cf bsdLib.rules bsdLib.tmpl bsdi.cf \
14 cde.rules cde.tmpl convex.cf cray.cf cygwin.cf cygwin.rules \
15 cygwin.tmpl darwin.cf darwinLib.rules darwinLib.tmpl \
16 fujitsu.cf generic.cf gnu.cf gnuLib.rules gnuLib.tmpl hp.cf \
17 hpLib.rules hpLib.tmpl ibm.cf ibmLib.rules ibmLib.tmpl \
[all …]
/netbsd/src/sys/kern/
Dsubr_cpufreq.c64 cpufreq_register(struct cpufreq *cf) in cpufreq_register() argument
72 KASSERT(cf != NULL); in cpufreq_register()
74 KASSERT(cf->cf_get_freq != NULL); in cpufreq_register()
75 KASSERT(cf->cf_set_freq != NULL); in cpufreq_register()
76 KASSERT(cf->cf_state_count > 0); in cpufreq_register()
77 KASSERT(cf->cf_state_count < CPUFREQ_STATE_MAX); in cpufreq_register()
87 cf_backend->cf_mp = cf->cf_mp; in cpufreq_register()
88 cf_backend->cf_cookie = cf->cf_cookie; in cpufreq_register()
89 cf_backend->cf_get_freq = cf->cf_get_freq; in cpufreq_register()
90 cf_backend->cf_set_freq = cf->cf_set_freq; in cpufreq_register()
[all …]
/netbsd/src/tests/bin/sh/
Dt_patterns.sh304 /*) (cd ..; tar cf "${ATF_TEST_SAVE_FILES}" .D) ;;
305 *) (cd ..; tar cf "${TMPDIR:-/tmp}/${ATF_TEST_SAVE_FILES}" .D) ;;
563 cf() { function
583 cm abcd 'ab*'; cf bcda; cf aabce; cm ab # 4
584 cm abcd '$var' 'var="ab*"'; cf abcd '"$var"' 'var="ab*"' # 6
586 cm xy 'x*y'; cm xyxy; cm '"x*y"'; cf xxyz # 10
589 cm abcd '$var' 'var="*"'; cf abcd '"$var"' 'var="*"' # 17
592 cm X '?'; cf XX '?'; cf X '"?"'; cm Y '$var' 'var="?"' # 24
593 cf Z '"$var"' 'var="?"'; cm '"?"' '"$var"' 'var="?"' # 26
595 cm XA '??'; cf X '??'; cf XX '"??"'; cm YZ '$var' 'var="??"' # 30
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/
DMakefile.am19 ACLOCAL_AMFLAGS = -I cf
40 cf/make-proto.pl \
41 cf/roken-h-process.pl \
42 cf/install-catman.sh \
43 cf/ChangeLog \
44 cf/c-function.m4 \
45 cf/ChangeLog \
46 cf/have-pragma-weak.m4 \
47 cf/have-types.m4 \
48 cf/krb-func-getcwd-broken.m4 \
[all …]
/netbsd/src/sys/arch/arm/gemini/
Dgemini_obio.c234 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in obio_search() argument
240 if (cf->cf_loc[OBIOCF_NOBYTEACC] == 1) { in obio_search()
242 if (cf->cf_loc[OBIOCF_MULT] == 1) in obio_search()
249 switch (cf->cf_loc[OBIOCF_MULT]) { in obio_search()
268 oa.obio_addr = cf->cf_loc[OBIOCF_ADDR]; in obio_search()
269 oa.obio_size = cf->cf_loc[OBIOCF_SIZE]; in obio_search()
270 oa.obio_intr = cf->cf_loc[OBIOCF_INTR]; in obio_search()
271 oa.obio_intrbase = cf->cf_loc[OBIOCF_INTRBASE]; in obio_search()
273 if (config_probe(parent, cf, &oa)) { in obio_search()
274 config_attach(parent, cf, &oa, obio_print, CFARGS_NONE); in obio_search()
[all …]
/netbsd/src/sys/arch/arm/imx/
Dimx31_ahb.c183 ahb_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in ahb_search() argument
187 ahba->ahba_addr = cf->cf_loc[AHBCF_ADDR]; in ahb_search()
188 ahba->ahba_size = cf->cf_loc[AHBCF_SIZE]; in ahb_search()
189 ahba->ahba_intr = cf->cf_loc[AHBCF_INTR]; in ahb_search()
190 ahba->ahba_irqbase = cf->cf_loc[AHBCF_IRQBASE]; in ahb_search()
192 if (config_probe(parent, cf, ahba)) in ahb_search()
193 config_attach(parent, cf, ahba, ahbbus_print, CFARGS_NONE); in ahb_search()
199 ahb_find(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in ahb_find() argument
207 && ahba->ahba_addr != cf->cf_loc[AHBCF_ADDR]) in ahb_find()
210 && ahba->ahba_size != cf->cf_loc[AHBCF_SIZE]) in ahb_find()
[all …]
Dimx51_axi.c97 axi_critical_search(device_t parent, struct cfdata *cf, in axi_critical_search() argument
104 if ((strcmp(cf->cf_name, "tzic") != 0) && in axi_critical_search()
105 (strcmp(cf->cf_name, "imxuart") != 0) && in axi_critical_search()
106 (strcmp(cf->cf_name, "imxccm") != 0) && in axi_critical_search()
107 (strcmp(cf->cf_name, "imxgpio") != 0)) in axi_critical_search()
110 aa->aa_name = cf->cf_name; in axi_critical_search()
111 aa->aa_addr = cf->cf_loc[AXICF_ADDR]; in axi_critical_search()
112 aa->aa_size = cf->cf_loc[AXICF_SIZE]; in axi_critical_search()
113 aa->aa_irq = cf->cf_loc[AXICF_IRQ]; in axi_critical_search()
114 aa->aa_irqbase = cf->cf_loc[AXICF_IRQBASE]; in axi_critical_search()
[all …]
Dimx23_apbh.c118 apbh_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) in apbh_search_cb() argument
122 aa->aa_name = cf->cf_name; in apbh_search_cb()
123 aa->aa_addr = cf->cf_loc[APBHCF_ADDR]; in apbh_search_cb()
124 aa->aa_size = cf->cf_loc[APBHCF_SIZE]; in apbh_search_cb()
125 aa->aa_irq = cf->cf_loc[APBHCF_IRQ]; in apbh_search_cb()
127 if (config_probe(parent, cf, aux)) in apbh_search_cb()
128 config_attach(parent, cf, aux, apbh_print, CFARGS_NONE); in apbh_search_cb()
137 apbh_search_crit_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) in apbh_search_crit_cb() argument
142 if ((strcmp(cf->cf_name, "icoll") != 0) in apbh_search_crit_cb()
143 && (strcmp(cf->cf_name, "apbdma") != 0)) in apbh_search_crit_cb()
[all …]
Dimx23_apbx.c118 apbx_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) in apbx_search_cb() argument
122 aa->aa_name = cf->cf_name; in apbx_search_cb()
123 aa->aa_addr = cf->cf_loc[APBXCF_ADDR]; in apbx_search_cb()
124 aa->aa_size = cf->cf_loc[APBXCF_SIZE]; in apbx_search_cb()
125 aa->aa_irq = cf->cf_loc[APBXCF_IRQ]; in apbx_search_cb()
127 if (config_probe(parent, cf, aux)) in apbx_search_cb()
128 config_attach(parent, cf, aux, apbx_print, CFARGS_NONE); in apbx_search_cb()
137 apbx_search_crit_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) in apbx_search_crit_cb() argument
142 if ((strcmp(cf->cf_name, "timrot") != 0) in apbx_search_crit_cb()
143 && (strcmp(cf->cf_name, "apbdma") != 0)) in apbx_search_crit_cb()
[all …]
/netbsd/src/sys/dev/hpc/
Dhpcioman.c58 hpcioman_match(device_t parent, cfdata_t cf, void *aux) in hpcioman_match() argument
66 mask = PLATID_DEREF(cf->cf_loc[HPCIOIFCF_PLATFORM]); in hpcioman_match()
81 hpcioman_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in hpcioman_search() argument
87 hma.hma_hc = (*haa->haa_getchip)(haa->haa_sc, cf->cf_iochip); in hpcioman_search()
90 if (cf->cf_level != HPCIOMANCF_LEVEL_DEFAULT) { in hpcioman_search()
91 switch (cf->cf_hold) { in hpcioman_search()
102 if (cf->cf_level == 0) in hpcioman_search()
107 switch (cf->cf_hold) { in hpcioman_search()
118 switch (cf->cf_edge) { in hpcioman_search()
133 __FILE__, __LINE__, cf->cf_edge); in hpcioman_search()
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/include/
DMakefile.in101 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
102 $(top_srcdir)/cf/auth-modules.m4 \
103 $(top_srcdir)/cf/broken-glob.m4 \
104 $(top_srcdir)/cf/broken-realloc.m4 \
105 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
106 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
107 $(top_srcdir)/cf/capabilities.m4 \
108 $(top_srcdir)/cf/check-compile-et.m4 \
109 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
110 $(top_srcdir)/cf/check-man.m4 \
[all …]
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dgenlist.c139 struct conf *cf;
143 cf = calloc(sizeof(struct conf), 1);
144 cf->l1 = genlist_init();
145 cf->l2 = genlist_init();
147 genlist_insert(cf->l1, "Ahoj");
148 genlist_insert(cf->l1, "Cau");
149 genlist_insert(cf->l1, "Nazdar");
150 genlist_insert(cf->l1, "Te buch");
152 genlist_append(cf->l2, "Curak");
153 genlist_append(cf->l2, "Kozy");
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/po/
DMakefile.in93 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
94 $(top_srcdir)/cf/auth-modules.m4 \
95 $(top_srcdir)/cf/broken-glob.m4 \
96 $(top_srcdir)/cf/broken-realloc.m4 \
97 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
98 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
99 $(top_srcdir)/cf/capabilities.m4 \
100 $(top_srcdir)/cf/check-compile-et.m4 \
101 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
102 $(top_srcdir)/cf/check-man.m4 \
[all …]
/netbsd/src/sys/arch/arc/arc/
Darcbios.c224 bios_config_id_copy(arc_config_t *cf, char *string, size_t size) in bios_config_id_copy() argument
228 if (size > cf->id_len) in bios_config_id_copy()
229 size = cf->id_len; in bios_config_id_copy()
230 memcpy(string, cf->id, size); in bios_config_id_copy()
235 bios_config_component(arc_config_t *cf) in bios_config_component() argument
238 switch (cf->class) { in bios_config_component()
240 if (cf->type == arc_System) in bios_config_component()
241 bios_config_id_copy(cf, arc_id, sizeof(arc_id)); in bios_config_component()
244 if (cf->type == arc_SecondaryDcache) in bios_config_component()
245 arc_cpu_l2cache_size = 4096 << (cf->key & 0xffff); in bios_config_component()
[all …]
/netbsd/src/usr.bin/config/
Dmkswap.c68 struct config *cf; in mkswap() local
70 TAILQ_FOREACH(cf, &allcf, cf_next) { in mkswap()
71 if (mkoneswap(cf)) in mkswap()
91 mkoneswap(struct config *cf) in mkoneswap() argument
98 (void)snprintf(fname, sizeof(fname), "swap%s.c", cf->cf_name); in mkoneswap()
99 (void)snprintf(tname, sizeof(tname), "swap%s.c.tmp", cf->cf_name); in mkoneswap()
112 nv = cf->cf_root; in mkoneswap()
113 if (cf->cf_root->nv_str == s_qmark) in mkoneswap()
117 cf->cf_root->nv_str); in mkoneswap()
126 nv = cf->cf_dump; in mkoneswap()
[all …]
/netbsd/src/sys/dev/cardbus/
Dcardbus.c100 cardbusmatch(device_t parent, cfdata_t cf, void *aux) in cardbusmatch() argument
156 cardbus_function_tag_t cf = ca->ca_ct->ct_cf; in cardbus_read_tuples() local
178 u_int32_t e = (*cf->cardbus_conf_read)(cc, tag, i); in cardbus_read_tuples()
212 cardbus_conf_write(cc, cf, tag, reg, 0); in cardbus_read_tuples()
230 exrom = cardbus_conf_read(cc, cf, tag, reg); in cardbus_read_tuples()
231 cardbus_conf_write(cc, cf, tag, reg, exrom | 1); in cardbus_read_tuples()
233 command = cardbus_conf_read(cc, cf, tag, in cardbus_read_tuples()
235 cardbus_conf_write(cc, cf, tag, in cardbus_read_tuples()
257 exrom = cardbus_conf_read(cc, cf, tag, reg); in cardbus_read_tuples()
258 cardbus_conf_write(cc, cf, tag, reg, exrom & ~1); in cardbus_read_tuples()
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hdb/
DMakefile.in105 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
106 $(top_srcdir)/cf/auth-modules.m4 \
107 $(top_srcdir)/cf/broken-glob.m4 \
108 $(top_srcdir)/cf/broken-realloc.m4 \
109 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
110 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
111 $(top_srcdir)/cf/capabilities.m4 \
112 $(top_srcdir)/cf/check-compile-et.m4 \
113 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
114 $(top_srcdir)/cf/check-man.m4 \
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/include/hcrypto/
DMakefile.in98 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
99 $(top_srcdir)/cf/auth-modules.m4 \
100 $(top_srcdir)/cf/broken-glob.m4 \
101 $(top_srcdir)/cf/broken-realloc.m4 \
102 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
103 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
104 $(top_srcdir)/cf/capabilities.m4 \
105 $(top_srcdir)/cf/check-compile-et.m4 \
106 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
107 $(top_srcdir)/cf/check-man.m4 \
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/packages/mac/
DMakefile.in98 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
99 $(top_srcdir)/cf/auth-modules.m4 \
100 $(top_srcdir)/cf/broken-glob.m4 \
101 $(top_srcdir)/cf/broken-realloc.m4 \
102 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
103 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
104 $(top_srcdir)/cf/capabilities.m4 \
105 $(top_srcdir)/cf/check-compile-et.m4 \
106 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
107 $(top_srcdir)/cf/check-man.m4 \
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/etc/
DMakefile.in98 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
99 $(top_srcdir)/cf/auth-modules.m4 \
100 $(top_srcdir)/cf/broken-glob.m4 \
101 $(top_srcdir)/cf/broken-realloc.m4 \
102 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
103 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
104 $(top_srcdir)/cf/capabilities.m4 \
105 $(top_srcdir)/cf/check-compile-et.m4 \
106 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
107 $(top_srcdir)/cf/check-man.m4 \
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/include/gssapi/
DMakefile.in98 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
99 $(top_srcdir)/cf/auth-modules.m4 \
100 $(top_srcdir)/cf/broken-glob.m4 \
101 $(top_srcdir)/cf/broken-realloc.m4 \
102 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
103 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
104 $(top_srcdir)/cf/capabilities.m4 \
105 $(top_srcdir)/cf/check-compile-et.m4 \
106 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
107 $(top_srcdir)/cf/check-man.m4 \
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/include/kadm5/
DMakefile.in98 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
99 $(top_srcdir)/cf/auth-modules.m4 \
100 $(top_srcdir)/cf/broken-glob.m4 \
101 $(top_srcdir)/cf/broken-realloc.m4 \
102 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
103 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
104 $(top_srcdir)/cf/capabilities.m4 \
105 $(top_srcdir)/cf/check-compile-et.m4 \
106 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
107 $(top_srcdir)/cf/check-man.m4 \
[all …]

12345678910>>...81