/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sdla.h | 116 void sdla(void *cfg_info, char *dev, struct frad_conf *conf, int quiet);
|
/device/lge/hammerhead/ |
init.hammerhead.rc | 112 write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2 113 write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2 114 write /proc/sys/net/ipv6/conf/rmnet2/accept_ra 2 115 write /proc/sys/net/ipv6/conf/rmnet3/accept_ra 2 116 write /proc/sys/net/ipv6/conf/rmnet4/accept_ra 2 117 write /proc/sys/net/ipv6/conf/rmnet5/accept_ra 2 118 write /proc/sys/net/ipv6/conf/rmnet6/accept_ra 2 119 write /proc/sys/net/ipv6/conf/rmnet7/accept_ra 2 320 -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ 321 -I/system/etc/wifi/wpa_supplicant_overlay.conf \ [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
conf_mod.c | 63 #include <openssl/conf.h> 112 static int module_run(const CONF *cnf, char *name, char *value, 118 const CONF *cnf); 119 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value, 122 /* Main function: load modules from a CONF structure */ 124 int CONF_modules_load(const CONF *cnf, const char *appname, 170 CONF *conf = NULL; local 172 conf = NCONF_new(NULL); 173 if (!conf) [all...] |
/external/openssl/crypto/conf/ |
conf_mod.c | 63 #include <openssl/conf.h> 112 static int module_run(const CONF *cnf, char *name, char *value, 118 const CONF *cnf); 119 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value, 122 /* Main function: load modules from a CONF structure */ 124 int CONF_modules_load(const CONF *cnf, const char *appname, 170 CONF *conf = NULL; local 172 conf = NCONF_new(NULL); 173 if (!conf) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
interworking.c | 112 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { 124 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { 136 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { 152 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { 754 wpa_s->conf->pmf != NO_MGMT_FRAME_PROTECTION ? 785 ssid = wpa_config_add_network(wpa_s->conf); 848 if (wpa_s->conf->pcsc_pin && 849 wpa_config_set_quoted(ssid, "pin", wpa_s->conf->pcsc_pin) 858 wpa_config_update_prio_list(wpa_s->conf); 865 wpa_config_remove_network(wpa_s->conf, ssid->id) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
v3_utl.c | 64 #include <openssl/conf.h> 111 void X509V3_conf_free(CONF_VALUE *conf) 113 if(!conf) return; 114 if(conf->name) OPENSSL_free(conf->name); 115 if(conf->value) OPENSSL_free(conf->value); 116 if(conf->section) OPENSSL_free(conf->section); 117 OPENSSL_free(conf); [all...] |
x509v3.h | 63 #include <openssl/conf.h> 605 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value); 606 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value); 607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk); 608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert); 609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) [all...] |
/external/openssl/crypto/x509v3/ |
v3_utl.c | 64 #include <openssl/conf.h> 111 void X509V3_conf_free(CONF_VALUE *conf) 113 if(!conf) return; 114 if(conf->name) OPENSSL_free(conf->name); 115 if(conf->value) OPENSSL_free(conf->value); 116 if(conf->section) OPENSSL_free(conf->section); 117 OPENSSL_free(conf); [all...] |
x509v3.h | 63 #include <openssl/conf.h> 605 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value); 606 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value); 607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk); 608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert); 609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) [all...] |
/external/elfutils/ |
configure | 513 rm -f conf$$ conf$$.exe conf$$.file 514 if test -d conf$$.dir; then 515 rm -f conf$$.dir/conf$$.file 517 rm -f conf$$.dir 518 mkdir conf$$.dir 2>/dev/null 520 if (echo >conf$$.file) 2>/dev/null; then 521 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/wpa_supplicant_8/src/ap/ |
ieee802_11.c | 146 privacy = hapd->conf->ssid.wep.keys_set; 148 if (hapd->conf->ieee802_1x && 149 (hapd->conf->default_wep_key_len || 150 hapd->conf->individual_wep_key_len)) 153 if (hapd->conf->wpa) 328 if (hapd->conf->ssid.wpa_passphrase == NULL) { 334 (u8 *) hapd->conf->ssid.wpa_passphrase, 335 os_strlen(hapd->conf->ssid.wpa_passphrase), 375 if (hapd->conf->sae_anti_clogging_threshold == 0) 385 if (open >= hapd->conf->sae_anti_clogging_threshold [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old_handlers.c | 787 ssid = wpa_config_add_network(wpa_s->conf); 852 ssid = wpa_config_get_network(wpa_s->conf, id); 860 if (wpa_config_remove_network(wpa_s->conf, id) < 0) { 996 wpa_config_update_prio_list(wpa_s->conf); 1107 ssid = wpa_config_get_network(wpa_s->conf, nid); [all...] |
/device/generic/armv7-a-neon/ |
mini_common.mk | 82 wpa_supplicant.conf 89 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
|
/external/bluetooth/bluedroid/main/ |
Android.mk | 135 LOCAL_REQUIRED_MODULES := libbt-hci libbt-vendor bt_stack.conf bt_did.conf auto_pair_devlist.conf
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglapi.c | 150 #define _EGL_CHECK_CONFIG(disp, conf, ret, drv) \ 151 _EGL_CHECK_OBJECT(disp, Config, conf, ret, drv) 207 _eglCheckConfig(_EGLDisplay *disp, _EGLConfig *conf, const char *msg) 212 if (!conf) { 404 _EGLConfig *conf = _eglLookupConfig(config, disp); local 408 _EGL_CHECK_CONFIG(disp, conf, EGL_FALSE, drv); 409 ret = drv->API.GetConfigAttrib(drv, disp, conf, attribute, value); 420 _EGLConfig *conf = _eglLookupConfig(config, disp); local 437 context = drv->API.CreateContext(drv, disp, conf, share, attrib_list); 525 _EGLConfig *conf = _eglLookupConfig(config, disp) local 546 _EGLConfig *conf = _eglLookupConfig(config, disp); local 567 _EGLConfig *conf = _eglLookupConfig(config, disp); local 1064 _EGLConfig *conf = _eglLookupConfig(config, disp); local 1252 _EGLConfig *conf = _eglLookupConfig(config, disp); local [all...] |
/external/mesa3d/src/egl/main/ |
eglapi.c | 150 #define _EGL_CHECK_CONFIG(disp, conf, ret, drv) \ 151 _EGL_CHECK_OBJECT(disp, Config, conf, ret, drv) 207 _eglCheckConfig(_EGLDisplay *disp, _EGLConfig *conf, const char *msg) 212 if (!conf) { 404 _EGLConfig *conf = _eglLookupConfig(config, disp); local 408 _EGL_CHECK_CONFIG(disp, conf, EGL_FALSE, drv); 409 ret = drv->API.GetConfigAttrib(drv, disp, conf, attribute, value); 420 _EGLConfig *conf = _eglLookupConfig(config, disp); local 437 context = drv->API.CreateContext(drv, disp, conf, share, attrib_list); 525 _EGLConfig *conf = _eglLookupConfig(config, disp) local 546 _EGLConfig *conf = _eglLookupConfig(config, disp); local 567 _EGLConfig *conf = _eglLookupConfig(config, disp); local 1064 _EGLConfig *conf = _eglLookupConfig(config, disp); local 1252 _EGLConfig *conf = _eglLookupConfig(config, disp); local [all...] |
/external/grub/ |
config.status | 91 echo "#! /bin/sh" >conf$$.sh 92 echo "exit 0" >>conf$$.sh 93 chmod +x conf$$.sh 94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 99 rm -f conf$$.sh 205 rm -f conf$$ conf$$.exe conf$$.file 206 echo >conf$$.file 207 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/icu4c/ |
config.status | 91 echo "#! /bin/sh" >conf$$.sh 92 echo "exit 0" >>conf$$.sh 93 chmod +x conf$$.sh 94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 99 rm -f conf$$.sh 205 rm -f conf$$ conf$$.exe conf$$.file 206 echo >conf$$.file 207 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/srtp/ |
config.status | 91 echo "#! /bin/sh" >conf$$.sh 92 echo "exit 0" >>conf$$.sh 93 chmod +x conf$$.sh 94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 99 rm -f conf$$.sh 205 rm -f conf$$ conf$$.exe conf$$.file 206 echo >conf$$.file 207 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/liblzf/ |
configure | 38 echo "#! /bin/sh" >conf$$.sh 39 echo "exit 0" >>conf$$.sh 40 chmod +x conf$$.sh 41 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 46 rm -f conf$$.sh 484 rm -f conf$$ conf$$.exe conf$$.file 485 if test -d conf$$.dir; then 486 rm -f conf$$.dir/conf$$.fil [all...] |
/external/fdlibm/ |
configure | 90 echo "#! /bin/sh" >conf$$.sh 91 echo "exit 0" >>conf$$.sh 92 chmod +x conf$$.sh 93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 98 rm -f conf$$.sh 202 rm -f conf$$ conf$$.exe conf$$.file 203 echo >conf$$.file 204 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
x509v3.h | 63 #include <openssl/conf.h> 605 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value); 606 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value); 607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk); 608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert); 609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) [all...] |
/external/iputils/ninfod/ |
configure | 475 rm -f conf$$ conf$$.exe conf$$.file 476 if test -d conf$$.dir; then 477 rm -f conf$$.dir/conf$$.file 479 rm -f conf$$.dir 480 mkdir conf$$.dir 2>/dev/null 482 if (echo >conf$$.file) 2>/dev/null; then 483 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/openssl/include/openssl/ |
x509v3.h | 63 #include <openssl/conf.h> 605 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value); 606 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value); 607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk); 608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert); 609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) [all...] |
/external/chromium_org/third_party/WebKit/Source/testing/data/fonts/ |
fonts.conf | 3 <!-- /etc/fonts/fonts.conf file to configure system font access -->
|