Searched refs:cf (Results 1 - 25 of 2457) sorted by relevance

1234567891011>>

/netbsd-current/external/mit/xorg/share/cf/
H A 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 QNX
[all...]
/netbsd-current/sys/arch/alpha/compile/
H A Drebuild_all21 # docmd "cd ../conf ; config $cf"
22 cd $cf
31 for cf in $cflist; do
32 docf $cf
H A Dbuild_all21 docmd "cd ../conf ; config $cf"
22 cd $cf
31 for cf in $cflist; do
32 docf $cf
/netbsd-current/external/bsd/tmux/dist/
H A Dfile.c74 struct client_file *cf; local
76 cf = xcalloc(1, sizeof *cf);
77 cf->c = NULL;
78 cf->references = 1;
79 cf->stream = stream;
81 cf->buffer = evbuffer_new();
82 if (cf->buffer == NULL)
85 cf->cb = cb;
86 cf
100 struct client_file *cf; local
129 file_free(struct client_file *cf) argument
149 struct client_file *cf = arg; local
159 file_fire_done(struct client_file *cf) argument
166 file_fire_read(struct client_file *cf) argument
198 struct client_file find, *cf; local
225 struct client_file find, *cf; local
252 struct client_file find, *cf; local
285 struct client_file *cf; local
358 struct client_file *cf; local
433 struct client_file *cf = arg; local
442 file_push(struct client_file *cf) argument
481 struct client_file *cf; local
502 struct client_file *cf = arg; local
520 struct client_file *cf = arg; local
545 struct client_file find, *cf; local
603 struct client_file find, *cf; local
623 struct client_file find, *cf; local
647 struct client_file *cf = arg; local
666 struct client_file *cf = arg; local
704 struct client_file find, *cf; local
762 struct client_file find, *cf; local
782 struct client_file find, *cf; local
808 struct client_file find, *cf; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in21 TEST_TMP= main.cf master.cf test*.tmp
24 SAMPLES = ../../conf/main.cf.default
38 ../../conf/main.cf.default: $(PROG) Makefile
93 rm -f main.cf master.cf
94 touch main.cf master.cf
95 echo smtpd_restriction_classes = foo bar >> main.cf
96 echo foo = yes >> main.cf
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/
H A DMakefile.am18 ## ACLOCAL = @ACLOCAL@ -I cf
19 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/hav
[all...]
/netbsd-current/tests/bin/sh/
H A Dt_patterns.sh304 /*) (cd ..; tar cf "${ATF_TEST_SAVE_FILES}" .D) ;;
305 *) (cd ..; tar cf "${TMPDIR:-/tmp}/${ATF_TEST_SAVE_FILES}" .D) ;;
545 # cf word [ pattern ] [ preamble ] (expect word to fail to match)
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 X
[all...]
/netbsd-current/usr.bin/config/
H A Dmkswap.c68 struct config *cf; local
70 TAILQ_FOREACH(cf, &allcf, cf_next) {
71 if (mkoneswap(cf))
91 mkoneswap(struct config *cf) argument
98 (void)snprintf(fname, sizeof(fname), "swap%s.c", cf->cf_name);
99 (void)snprintf(tname, sizeof(tname), "swap%s.c.tmp", cf->cf_name);
112 nv = cf->cf_root;
113 if (cf->cf_root->nv_str == s_qmark)
117 cf->cf_root->nv_str);
126 nv = cf
[all...]
/netbsd-current/sys/kern/
H A Dsubr_cpufreq.c64 cpufreq_register(struct cpufreq *cf) argument
72 KASSERT(cf != NULL);
74 KASSERT(cf->cf_get_freq != NULL);
75 KASSERT(cf->cf_set_freq != NULL);
76 KASSERT(cf->cf_state_count > 0);
77 KASSERT(cf->cf_state_count < CPUFREQ_STATE_MAX);
87 cf_backend->cf_mp = cf->cf_mp;
88 cf_backend->cf_cookie = cf->cf_cookie;
89 cf_backend->cf_get_freq = cf->cf_get_freq;
90 cf_backend->cf_set_freq = cf
164 struct cpufreq *cf = cf_backend; local
223 struct cpufreq *cf = cf_backend; local
245 struct cpufreq *cf = cf_backend; local
261 struct cpufreq *cf = cf_backend; local
280 struct cpufreq *cf = cf_backend; local
291 struct cpufreq *cf = cf_backend; local
302 struct cpufreq *cf = cf_backend; local
318 struct cpufreq *cf = cf_backend; local
336 struct cpufreq *cf = cf_backend; local
354 struct cpufreq *cf = cf_backend; local
377 struct cpufreq *cf = cf_backend; local
406 struct cpufreq *cf = cf_backend; local
422 struct cpufreq *cf = cf_backend; local
435 struct cpufreq *cf = cf_backend; local
451 struct cpufreq *cf = cf_backend; local
477 struct cpufreq *cf = cf_backend; local
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_activation.cc34 void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) { argument
38 RegisterFlag(parser, #Name, "", &cf->Name);
43 RegisterIncludeFlags(parser, cf);
48 CommonFlags cf; local
50 RegisterActivationFlags(&parser, &f, &cf);
52 cf.SetDefaults();
54 allocator_options.CopyTo(&f, &cf);
55 cf.malloc_context_size = malloc_context_size;
57 cf.coverage = coverage;
58 cf
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_activation.cc32 void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) { argument
36 RegisterFlag(parser, #Name, "", &cf->Name);
41 RegisterIncludeFlags(parser, cf);
46 CommonFlags cf; local
48 RegisterActivationFlags(&parser, &f, &cf);
50 cf.SetDefaults();
52 allocator_options.CopyTo(&f, &cf);
53 cf.malloc_context_size = malloc_context_size;
55 cf.coverage = coverage;
56 cf
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_activation.cpp33 void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) { argument
37 RegisterFlag(parser, #Name, "", &cf->Name);
42 RegisterIncludeFlags(parser, cf);
47 CommonFlags cf; local
49 RegisterActivationFlags(&parser, &f, &cf);
51 cf.SetDefaults();
53 allocator_options.CopyTo(&f, &cf);
54 cf.malloc_context_size = malloc_context_size;
56 cf.coverage = coverage;
57 cf
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A 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
[all...]
/netbsd-current/sys/arch/epoc32/epoc32/
H A Dinternal.c63 internal_search(device_t self, cfdata_t cf, const int *ldesc, void *aux) argument
68 if (strcmp(cf->cf_name, "clpssoc") != 0)
71 if (strcmp(cf->cf_name, "windermere") != 0)
74 if (strcmp(cf->cf_name, "saip") != 0)
79 if (config_probe(self, cf, aux))
80 config_attach(self, cf, aux, NULL, CFARGS_NONE);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.h50 inline void OverrideCommonFlags(const CommonFlags &cf) { argument
51 common_flags_dont_use.CopyFrom(cf);
58 CommonFlags *cf = &common_flags_dont_use);
59 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf);
64 void InitializeCommonFlags(CommonFlags *cf = &common_flags_dont_use);
67 void InitializePlatformCommonFlags(CommonFlags *cf);
/netbsd-current/sys/arch/arm/imx/
H A Dimx23_apbx.c118 apbx_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) argument
122 aa->aa_name = cf->cf_name;
123 aa->aa_addr = cf->cf_loc[APBXCF_ADDR];
124 aa->aa_size = cf->cf_loc[APBXCF_SIZE];
125 aa->aa_irq = cf->cf_loc[APBXCF_IRQ];
127 if (config_probe(parent, cf, aux))
128 config_attach(parent, cf, aux, apbx_print, CFARGS_NONE);
137 apbx_search_crit_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) argument
142 if ((strcmp(cf->cf_name, "timrot") != 0)
143 && (strcmp(cf
[all...]
H A Dimx23_apbh.c118 apbh_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) argument
122 aa->aa_name = cf->cf_name;
123 aa->aa_addr = cf->cf_loc[APBHCF_ADDR];
124 aa->aa_size = cf->cf_loc[APBHCF_SIZE];
125 aa->aa_irq = cf->cf_loc[APBHCF_IRQ];
127 if (config_probe(parent, cf, aux))
128 config_attach(parent, cf, aux, apbh_print, CFARGS_NONE);
137 apbh_search_crit_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) argument
142 if ((strcmp(cf->cf_name, "icoll") != 0)
143 && (strcmp(cf
[all...]
/netbsd-current/sys/arch/mmeye/mmeye/
H A Dmainbus.c48 mainbus_match(device_t parent, cfdata_t cf, void *aux) argument
77 mainbus_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) argument
81 if (strcmp(cf->cf_name, "cpu") == 0 ||
82 strcmp(cf->cf_name, "shb") == 0)
85 maa.ma_name = cf->cf_name;
86 maa.ma_addr1 = cf->cf_loc[MAINBUSCF_ADDR1];
87 maa.ma_addr2 = cf->cf_loc[MAINBUSCF_ADDR2];
88 maa.ma_irq1 = cf->cf_loc[MAINBUSCF_IRQ1];
89 maa.ma_irq2 = cf->cf_loc[MAINBUSCF_IRQ2];
91 if (config_probe(parent, cf,
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_flags.cpp56 CommonFlags cf; local
57 cf.CopyFrom(*common_flags());
58 cf.external_symbolizer_path = GetEnv("TSAN_SYMBOLIZER_PATH");
59 cf.allow_addr2line = true;
62 cf.abort_on_error = false;
64 cf.detect_deadlocks = false;
66 cf.print_suppressions = false;
67 cf.stack_trace_format = " #%n %f %S %M";
68 cf.exitcode = 66;
69 cf
[all...]
/netbsd-current/sys/arch/cobalt/cobalt/
H A Dmainbus.c53 mainbus_match(device_t parent, cfdata_t cf, void *aux) argument
71 mainbus_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) argument
76 ma->ma_addr = cf->cf_loc[MAINBUSCF_ADDR];
78 ma->ma_level = cf->cf_loc[MAINBUSCF_LEVEL];
79 ma->ma_irq = cf->cf_loc[MAINBUSCF_IRQ];
80 if (config_probe(parent, cf, ma))
81 config_attach(parent, cf, ma, mainbus_print, CFARGS_NONE);
82 } while (cf->cf_fstate == FSTATE_STAR);
/netbsd-current/external/ibm-public/postfix/etc/
H A DMakefile10 # These two .cf files are the only ones absolutely needed. It is not
16 CONFIGFILES= main.cf master.cf README
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-suffix-intel.d17 [ ]*[a-f0-9]+: 66 cf iretw
18 [ ]*[a-f0-9]+: cf iretd
19 [ ]*[a-f0-9]+: 48 cf iretq
22 [ ]*[a-f0-9]+: 66 cf iretw
23 [ ]*[a-f0-9]+: cf iretd
24 [ ]*[a-f0-9]+: cf iretd
25 [ ]*[a-f0-9]+: 48 cf iretq
H A Dx86-64-suffix.d16 [ ]*[a-f0-9]+: 66 cf iretw
17 [ ]*[a-f0-9]+: cf iretl
18 [ ]*[a-f0-9]+: 48 cf iretq
21 [ ]*[a-f0-9]+: 66 cf iretw
22 [ ]*[a-f0-9]+: cf iretl
23 [ ]*[a-f0-9]+: cf iretl
24 [ ]*[a-f0-9]+: 48 cf iretq
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flags.h51 inline void OverrideCommonFlags(const CommonFlags &cf) { argument
52 common_flags_dont_use.CopyFrom(cf);
59 CommonFlags *cf = &common_flags_dont_use);
60 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf);
65 void InitializeCommonFlags(CommonFlags *cf = &common_flags_dont_use);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.h49 inline void OverrideCommonFlags(const CommonFlags &cf) { argument
50 common_flags_dont_use.CopyFrom(cf);
57 CommonFlags *cf = &common_flags_dont_use);
58 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf);
63 void InitializeCommonFlags(CommonFlags *cf = &common_flags_dont_use);

Completed in 267 milliseconds

1234567891011>>