/external/grub/netboot/ |
main.c | 1071 of CONFIG_FILE. This kind of robustness will be a goal 1073 grub_memmove (config_file, p + 2, l); 1074 config_file[l] = 0;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
standalone.py | 833 parser.add_option('--config', dest='config_file', type='string', [all...] |
/external/chromium_org/tools/code_coverage/ |
croc.py | 674 for config_file in options.configs: 675 cov.ParseConfig(config_file, lcov_queue=options.inputs,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/ |
eclipse_1310.so | |
/external/openssh/ |
sshd.0 | 8 [-c host_certificate_file] [-f config_file] [-g login_grace_time] 65 -f config_file [all...] |
sshd.8 | 50 .Op Fl f Ar config_file 151 .It Fl f Ar config_file
|
sshd.c | 888 " [-f config_file] [-g login_grace_time] [-h host_key_file]\n" [all...] |
/external/chromium_org/chrome/test/functional/ |
perf.py | 653 config_file = os.path.join(os.path.dirname(__file__), 'perf.cfg') 660 if os.path.exists(config_file): 662 new_config = pyauto.PyUITest.EvalDataFrom(config_file) 667 logging.info('Could not read %s: %s', config_file, str(e)) 687 config_file = os.path.join(os.path.dirname(__file__), 'perf.cfg') 707 % config_file [all...] |
/external/grub/stage2/ |
builtins.c | 354 configfile_func (config_file, flags); 708 char *new_config = config_file; 716 /* Copy ARG to CONFIG_FILE. */ [all...] |
shared.h | 560 extern char config_file[];
|
asm.S | 99 VARIABLE(config_file) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
cmdline.py | 466 config_file = options.rcfile,
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
ca.c | 103 #define CONFIG_FILE "openssl.cnf" 591 len = strlen(s)+sizeof(CONFIG_FILE); 595 len = strlen(s)+sizeof(CONFIG_FILE)+1; 600 BUF_strlcat(tofree,CONFIG_FILE,len); [all...] |
/external/grub/grub/ |
asmstub.c | 74 char config_file[128] = "/boot/grub/menu.lst"; /* FIXME: arbitrary */ variable
|
/external/openssl/apps/ |
ca.c | 103 #define CONFIG_FILE "openssl.cnf" 591 len = strlen(s)+sizeof(CONFIG_FILE); 595 len = strlen(s)+sizeof(CONFIG_FILE)+1; 600 BUF_strlcat(tofree,CONFIG_FILE,len); [all...] |
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 79 OBJS += config_file.c
|
Makefile | 36 OBJS += config_file.o
|
ctrl_iface.c | 35 #include "config_file.h" [all...] |
/external/grub/ |
ChangeLog | [all...] |
/external/grub/docs/ |
grub.texi | [all...] |
grub.info | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
Android.mk | 159 OBJS += config_file.c [all...] |
Makefile | 138 OBJS += config_file.o [all...] |
/external/mdnsresponder/mDNSShared/ |
dnsextd.c | 76 #define CONFIG_FILE "/etc/dnsextd.conf" 1068 cfgfile = strdup( CONFIG_FILE ); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.launcher.jar | |