/external/toybox/toys/pending/ |
mdev.c | 23 The mdev config file (/etc/mdev.conf) contains lines that look like: 81 char *conf, *pos, *end; local 84 if (-1!=(fd = open("/etc/mdev.conf", O_RDONLY))) { 86 conf = mmap(NULL, len, PROT_READ, MAP_PRIVATE, fd, 0); 87 if (conf) { 91 for (pos = conf; pos-conf<len;) { 97 for(end = pos; end-conf<len && *end!='\n'; end++); 178 munmap(conf, len);
|
/external/e2fsprogs/ext2ed/ |
Makefile.in | 55 all:: $(PROGS) $(MANPAGES) ext2ed.conf 65 ext2ed.conf: $(DEP_SUBSTITUTE) $(srcdir)/ext2ed.conf.in 66 $(SUBSTITUTE_UPTIME) $(srcdir)/ext2ed.conf.in ext2ed.conf 69 $(RM) -f ext2ed $(OBJS) $(DOCS) ext2ed.conf ext2ed.8 76 install -m 644 ext2ed.conf $(root_sysconfdir)
|
/external/wpa_supplicant_8/src/radius/ |
radius_das.c | 351 radius_das_init(struct radius_das_conf *conf) 355 if (conf->port == 0 || conf->shared_secret == NULL || 356 conf->client_addr == NULL) 363 das->time_window = conf->time_window; 364 das->require_event_timestamp = conf->require_event_timestamp; 365 das->ctx = conf->ctx; 366 das->disconnect = conf->disconnect; 368 os_memcpy(&das->client_addr, conf->client_addr, 371 das->shared_secret = os_malloc(conf->shared_secret_len) [all...] |
/external/boringssl/src/crypto/x509v3/ |
v3_conf.c | 63 #include <openssl/conf.h> 75 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, char *value); 80 /* CONF *conf: Config file */ 83 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, 92 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value); 101 /* CONF *conf: Config file * [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
touchbotII_robot_wrapper.py | 14 import test_conf as conf 90 conf.NOISE_LINE: self._get_control_command_line, 91 conf.NOISE_STATIONARY: self._get_control_command_single_tap, 92 conf.NOISE_STATIONARY_EXTENDED: self._get_control_command_single_tap, 93 conf.ONE_FINGER_TRACKING: self._get_control_command_line, 94 conf.ONE_FINGER_TO_EDGE: self._get_control_command_line, 95 conf.ONE_FINGER_SWIPE: self._get_control_command_line, 96 conf.ONE_FINGER_TAP: self._get_control_command_single_tap, 97 conf.ONE_FINGER_TRACKING_FROM_CENTER: 99 conf.RAPID_TAPS: self._get_control_command_rapid_taps [all...] |
/external/wpa_supplicant_8/src/ap/ |
ieee802_11_ht.c | 30 hapd->conf->disable_11n) 87 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n) 150 if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed) 180 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz) 210 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); 212 if (iface->conf->secondary_channel > 0) 244 if (!(iface->conf->ht_capab & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET)) 310 if (iface->conf->secondary_channel) { 315 iface->conf->secondary_channel = 0 [all...] |
eap_user_db.c | 176 if (sqlite3_open(hapd->conf->eap_user_sqlite, &db)) { 178 hapd->conf->eap_user_sqlite, sqlite3_errmsg(db)); 191 sqlite3_errmsg(db), hapd->conf->eap_user_sqlite); 204 hapd->conf->eap_user_sqlite); 227 const struct hostapd_bss_config *conf = hapd->conf; local 228 struct hostapd_eap_user *user = conf->eap_user; 231 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN && 240 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN && 246 wsc_registrar.password = (u8 *) conf->ap_pin [all...] |
ap_drv_ops.c | 113 if (hapd->conf->p2p & P2P_MANAGE) { 131 if (hapd->conf->wps_state) { 139 if (hapd->conf->p2p & P2P_MANAGE) { 171 if (hapd->conf->mbo_enabled) { 180 add_buf(&beacon, hapd->conf->vendor_elements); 181 add_buf(&proberesp, hapd->conf->vendor_elements); 259 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) || 278 params.wpa = hapd->conf->wpa; 279 params.ieee802_1x = hapd->conf->ieee802_1x [all...] |
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
50-ntp.conf | 2 # Like our resolv.conf hook script, we store a database of ntp.conf files 3 # and merge into /etc/ntp.conf 6 # dhcpcd -e NTP_CONF=/usr/pkg/etc/ntpd.conf 8 # NTP_CONF=/usr/pkg/etc/ntpd.conf 16 : ${NTP_DHCP_CONF:=/var/lib/ntp/ntp.conf.dhcp} 21 ntp_conf_dir="$state_dir/ntp.conf" 25 if [ -z "$NTP_CONF" -a -e /etc/ntpd.conf -a ! -e /etc/ntp.conf ]; then 26 : ${NTP_CONF:=/etc/ntpd.conf} [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
preauth_test.c | 55 hdr->version = wpa_s->conf->eapol_version; 166 wpa_config_set_blob(wpa_s->conf, blob); 174 return wpa_config_get_blob(wpa_s->conf, name); 188 wpa_config_free(wpa_s->conf); 288 printf("usage: preauth_test <conf> <target MAC address> " 309 wpa_s.conf = wpa_config_read(argv[1], NULL); 310 if (wpa_s.conf == NULL) { 314 if (wpa_s.conf->ssid == NULL) { 329 wpa_s.conf->ctrl_interface); 332 if (wpa_supplicant_scard_init(&wpa_s, wpa_s.conf->ssid) [all...] |
/device/google/atv/products/ |
sdk_atv_armv7.mk | 32 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 41 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
|
/external/aac/libMpegTPDec/include/ |
mpegFileRead.h | 119 * \param conf Pointer to unsigned char to hold the AudioSpecificConfig of the input file, if 128 UCHAR *conf[],
|
/external/autotest/client/cros/cellular/wardmodem/ |
modem_configuration.py | 13 DEFAULT_CONF_FILE = 'base.conf' 15 'e362': 'e362.conf', 48 # Now load the plugin conf data. 166 @return The conf data loaded from file. 176 conf = {} 177 execfile(full_path, conf) 179 del conf['__builtins__'] 180 return conf
|
/external/autotest/frontend/tko/ |
urls.py | 1 from django.conf.urls import defaults
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CharsetMatch.java | 179 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { 180 fConfidence = conf; 199 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { 200 fConfidence = conf;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CharsetMatch.java | 191 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { 192 fConfidence = conf; 211 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { 212 fConfidence = conf;
|
/external/selinux/libsemanage/src/ |
semanage_conf.h | 68 void semanage_conf_destroy(semanage_conf_t * conf);
|
/external/selinux/policycoreutils/restorecond/ |
Makefile | 37 install -m 644 restorecond.conf $(SELINUXDIR)/restorecond.conf 38 install -m 644 restorecond_user.conf $(SELINUXDIR)/restorecond_user.conf
|
/prebuilts/go/darwin-x86/src/net/ |
nss.go | 15 // nssConf represents the state of the machine's /etc/nsswitch.conf file. 82 conf := new(nssConf) 83 conf.err = foreachLine(slurp, func(line []byte) error { 122 if conf.sources == nil { 123 conf.sources = make(map[string][]nssSource) 125 conf.sources[db] = append(conf.sources[db], nssSource{ 132 return conf
|
conf.go | 17 // conf represents a system's network configuration. 18 type conf struct { type 37 confVal = &conf{goos: runtime.GOOS} 41 func systemConf() *conf { 89 // OpenBSD apparently lets you override the location of resolv.conf 97 confVal.nss = parseNSSConfFile("/etc/nsswitch.conf") 100 confVal.resolv = dnsReadConfig("/etc/resolv.conf") 103 // If we can't read the resolv.conf file, assume it 117 func (c *conf) canUseCgo() bool { 122 func (c *conf) hostLookupOrder(hostname string) (ret hostLookupOrder) [all...] |
/prebuilts/go/linux-x86/src/net/ |
nss.go | 15 // nssConf represents the state of the machine's /etc/nsswitch.conf file. 82 conf := new(nssConf) 83 conf.err = foreachLine(slurp, func(line []byte) error { 122 if conf.sources == nil { 123 conf.sources = make(map[string][]nssSource) 125 conf.sources[db] = append(conf.sources[db], nssSource{ 132 return conf
|
conf.go | 17 // conf represents a system's network configuration. 18 type conf struct { type 37 confVal = &conf{goos: runtime.GOOS} 41 func systemConf() *conf { 89 // OpenBSD apparently lets you override the location of resolv.conf 97 confVal.nss = parseNSSConfFile("/etc/nsswitch.conf") 100 confVal.resolv = dnsReadConfig("/etc/resolv.conf") 103 // If we can't read the resolv.conf file, assume it 117 func (c *conf) canUseCgo() bool { 122 func (c *conf) hostLookupOrder(hostname string) (ret hostLookupOrder) [all...] |
/external/wpa_supplicant_8/hostapd/ |
main.c | 56 if (hapd && hapd->conf) { 57 conf_syslog_level = hapd->conf->logger_syslog_level; 58 conf_stdout_level = hapd->conf->logger_stdout_level; 59 conf_syslog = hapd->conf->logger_syslog; 60 conf_stdout = hapd->conf->logger_stdout; 93 if (hapd && hapd->conf && addr) 95 hapd->conf->iface, MAC2STR(addr), 98 else if (hapd && hapd->conf) 100 hapd->conf->iface, module_str ? " " : "", 154 struct hostapd_bss_config *conf = hapd->conf local [all...] |
/system/sepolicy/ |
Android.mk | 89 sepolicy_policy.conf := $(intermediates)/policy.conf 90 $(sepolicy_policy.conf): PRIVATE_MLS_SENS := $(MLS_SENS) 91 $(sepolicy_policy.conf): PRIVATE_MLS_CATS := $(MLS_CATS) 92 $(sepolicy_policy.conf): PRIVATE_ADDITIONAL_M4DEFS := $(LOCAL_ADDITIONAL_M4DEFS) 93 $(sepolicy_policy.conf): $(call build_policy, $(sepolicy_build_files)) 101 $(LOCAL_BUILT_MODULE): $(sepolicy_policy.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy $(HOST_OUT_EXECUTABLES)/sepolicy-analyze 116 sepolicy_policy.conf := 127 sepolicy_policy_recovery.conf := $(intermediates)/policy_recovery.conf [all...] |
/external/ltrace/testsuite/ltrace.main/ |
parameters2.exp | 23 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 29 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 34 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 39 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 44 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 50 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 56 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 65 set conf [ltraceSource conf { 71 ltraceMatch [ltraceRun -F $conf -e ll [ltraceCompile {} $libll [ltraceSource c [all...] |