Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dstreamline_config.pl105 my $file = $conf->{"file"};
110 `$conf->{"test"} $conf->{"file"} 2>/dev/null`;
114 my $exec = $conf->{"exec"};
225 my $conf = $1;
393 foreach my $conf (@arr) {
397 my $c=$conf;
450 if (!defined($orig_configs{$conf}) || !$orig_configs{conf} eq "m") {
459 $configs{$conf} = 1;
497 if (defined($orig_configs{$conf}) && $orig_configs{$conf} ne "m") {
509 $next_config = $conf;
[all …]
A DMakefile28 conf-objs := $(addprefix $(obj)/,$(conf-objs))
46 conf mconf nconf kxgettext: %: $(obj)/% target
47 $(obj)/conf $(obj)/mconf $(obj)/nconf $(obj)/kxgettext: BUILD_LDFLAGS=$(HOSTLOADLIBES_$(@F))
48 $(obj)/conf: $(conf-objs)
74 $(do_rm) $(clean-files) $(lxdialog) conf $(wildcard *.o)
76 $(Q)$(RM) -r $(lxdialog) $(conf-objs) $(mconf-objs) $(nconf-objs) \
A DMakefile.kconfig26 config: $(obj)/conf
32 oldconfig: $(obj)/conf
35 silentoldconfig: $(obj)/conf
50 $(obj)/conf --silentoldconfig $(Kconfig); \
84 listnewconfig olddefconfig: $(obj)/conf
90 oldnoconfig: $(obj)/conf
93 savedefconfig: $(obj)/conf
96 defconfig: $(obj)/conf
104 %_defconfig: $(obj)/conf
152 conf-objs := conf.o zconf.tab.o
[all …]
A Dconf.c20 static void conf(struct menu *menu);
347 conf(child); in conf_choice()
354 static void conf(struct menu *menu) in conf() function
415 conf(child); in conf()
440 conf(rootEntry); in check_conf()
703 conf(&rootmenu); in main()
A Dmconf.c285 static void conf(struct menu *menu, struct menu *active_menu);
454 conf(targets[i]->parent, targets[i]); in search_conf()
646 static void conf(struct menu *menu, struct menu *active_menu) in conf() function
694 conf(submenu, NULL); in conf()
700 conf(submenu, NULL); in conf()
743 conf(submenu, NULL); in conf()
1033 conf(&rootmenu, NULL); in main()
A D.gitignore17 conf
A DPOTFILES.in8 scripts/kconfig/conf.c
A Dnconf.c277 static void conf(struct menu *menu);
1066 static void conf(struct menu *menu) in conf() function
1164 conf(submenu); in conf()
1174 conf(submenu); in conf()
1182 conf(submenu); in conf()
1544 conf(&rootmenu); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DMakefile.in47 conf := $(top_builddir)extra/config/conf
469 config: $(conf)
474 oldaskconfig: $(conf)
478 oldconfig: $(conf)
480 allnoconfig: $(conf)
482 allyesconfig: $(conf)
491 alldefconfig: $(conf)
493 randconfig: $(conf)
500 savedefconfig: $(conf)
502 listnewconfig: $(conf)
[all …]
A DRules.mak36 xconfig gconfig update-po-config mconf qconf gconf nconf conf \
90 KCONFIG_AUTOCONFIG := $(dir $(KCONFIG_CONFIG))include/config/auto.conf
92 KCONFIG_TRISTATE := $(dir $(KCONFIG_CONFIG))include/config/tristate.conf
A DChangelog266 o Fixed res_init() so it properly reloads /etc/resolv.conf
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dgetconf.c32 struct conf struct
39 static const struct conf vars[] = argument
1074 register const struct conf *c; in print_all()
1118 register const struct conf *c; in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/
A DREADME87 etc.) and add those directories to /etc/ld.so.conf. Then install the
218 Removed /usr/local/lib from the default /etc/ld.so.conf
410 Changed ldconfig to allow alternative conf and cache
440 Changed ldconfig to allow #-style comments in ld.so.conf.
577 ld.so.conf.
616 in directories specified in ld.so.conf. /usr/lib and /lib
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/man/
A Dld.so.texi122 @item /etc/ld.so.conf
254 @file{/etc/ld.so.conf} are scanned by default unless @samp{-n} is used.
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in324 bool "Enable library loader cache (ld.so.conf)"
328 Enable this to make use of /etc/ld.so.conf, the shared library loader
416 ld.so.conf support is disabled.

Completed in 20 milliseconds