Searched refs:txt (Results 476 - 500 of 895) sorted by relevance

<<11121314151617181920>>

/external/dnsmasq/src/
H A Drfc1035.c945 struct txt_record *txt; local
957 for (txt = daemon->txt; txt; txt = txt->next)
958 if (hostname_isequal(name, txt->name))
1202 for(t = daemon->txt; t ; t = t->next)
1212 T_TXT, t->class, "t", t->len, t->txt))
H A Doption.c167 { "txt-record", 1, 0, 'Y' },
286 { 'Y', ARG_DUP, "name,txt....", gettext_noop("Specify TXT DNS record."), NULL },
581 static void add_txt(char *name, char *txt) argument
583 size_t len = strlen(txt);
587 r->next = daemon->txt;
588 daemon->txt = r;
590 r->txt = opt_malloc(len+1);
592 *(r->txt) = len;
593 memcpy((r->txt)+1, txt, le
[all...]
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c741 char *txt; local
746 txt = xml_node_get_text(ctx->xml, ssid);
747 if (txt == NULL)
749 wpa_printf(MSG_DEBUG, "- Policy/SPExclusionList/<X+>/SSID = %s", txt);
750 if (set_cred_quoted(ctx->ifname, id, "excluded_ssid", txt) < 0)
752 xml_node_get_text_free(ctx->xml, txt);
772 char *txt = NULL, *pos; local
804 txt = xml_node_get_text(ctx->xml, node);
805 if (txt == NULL)
808 txt);
1927 struct osu_lang_text *txt; local
1940 struct osu_lang_text *txt; local
[all...]
/external/chromium_org/net/data/ssl/scripts/
H A Dgenerate-duplicate-cn-certs.sh27 try touch out/B-index.txt
H A Dgenerate-test-certs.sh19 touch out/2048-sha256-root-index.txt
/external/clang/docs/analyzer/
H A Dmake.bat177 or in %BUILDDIR%/linkcheck/output.txt.
186 results in %BUILDDIR%/doctest/output.txt.
/external/clang/docs/
H A Dmake.bat177 or in %BUILDDIR%/linkcheck/output.txt.
186 results in %BUILDDIR%/doctest/output.txt.
/external/llvm/docs/
H A Dmake.bat177 or in %BUILDDIR%/linkcheck/output.txt.
186 results in %BUILDDIR%/doctest/output.txt.
/external/openssl/apps/
H A DCA.sh113 touch ${CATOP}/index.txt
H A Dopenssl.cnf45 database = $dir/index.txt # database index file.
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c160 static void tls_show_errors(int level, const char *func, const char *txt) argument
165 func, txt, ERR_error_string(ERR_get_error(), NULL));
2956 char *txt; local
2968 txt = os_malloc(rlen + 1);
2969 if (!txt) {
2974 res = BIO_read(out, txt, rlen);
2976 txt[res] = '\0';
2977 wpa_printf(MSG_DEBUG, "OpenSSL: OCSP Response\n%s", txt);
2979 os_free(txt);
2990 char *txt; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.h214 * @txt: User readable text describing the required parameter
217 const char *txt);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c160 static void tls_show_errors(int level, const char *func, const char *txt) argument
165 func, txt, ERR_error_string(ERR_get_error(), NULL));
2956 char *txt; local
2968 txt = os_malloc(rlen + 1);
2969 if (!txt) {
2974 res = BIO_read(out, txt, rlen);
2976 txt[res] = '\0';
2977 wpa_printf(MSG_DEBUG, "OpenSSL: OCSP Response\n%s", txt);
2979 os_free(txt);
2990 char *txt; local
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.h214 * @txt: User readable text describing the required parameter
217 const char *txt);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c160 static void tls_show_errors(int level, const char *func, const char *txt) argument
165 func, txt, ERR_error_string(ERR_get_error(), NULL));
2956 char *txt; local
2968 txt = os_malloc(rlen + 1);
2969 if (!txt) {
2974 res = BIO_read(out, txt, rlen);
2976 txt[res] = '\0';
2977 wpa_printf(MSG_DEBUG, "OpenSSL: OCSP Response\n%s", txt);
2979 os_free(txt);
2990 char *txt; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.h214 * @txt: User readable text describing the required parameter
217 const char *txt);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dselection_util.js434 * @param {Node} txt The text node whose data should be returned.
438 cvox.SelectionUtil.dataOf = function(txt) {
439 var data = txt.data;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseGitDiffHeader.pl401 diff --git a/another_file.txt b/another_file.txt
414 "diff --git a/another_file.txt b/another_file.txt\n"],
/external/chromium_org/tools/grit/grit/node/
H A Dstructure.py26 import grit.gather.txt namespace
43 'txt' : grit.gather.txt.TxtFile,
244 return self.attrs['type'] in ['tr_html', 'admin_template', 'txt',
/external/wpa_supplicant_8/hs20/server/ca/
H A Dsetup.sh21 touch rootCA/index.txt
40 touch demoCA/index.txt
/external/conscrypt/
H A DAndroid.mk61 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
91 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
170 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp461 const char *txt, *pos; local
471 txt = edit->text().toAscii().constData();
472 if (strcmp(txt, WPA_GUI_KEY_DATA) == 0)
474 len = strlen(txt);
477 pos = txt;
491 setNetworkParam(network_id, buf, txt, !hex);
/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c88 int level, const char *txt, size_t len)
92 MAC2STR(addr), txt);
94 wpa_printf(MSG_DEBUG, "%s", txt);
441 const char *field_name, *txt = NULL; local
450 &txt);
457 buflen = 100 + os_strlen(txt) + ssid->ssid_len;
463 field_name, ssid->id, txt);
711 /* draft-aboba-radius-rfc2869bis-20.txt, Chap. 2.6.3:
87 hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, int level, const char *txt, size_t len) argument
/external/chromium_org/third_party/icu/source/tools/gensprep/
H A DfilterRFC3454.pl7 # This tool filters the RFC-3454 txt file for StringPrep tables and creates a table
25 $copyright = "###################\n# This file was generated from RFC 3454 (http://www.ietf.org/rfc/rfc3454.txt)\n# Copyright (C) The Internet Society (2002). All Rights Reserved. \n###################\n\n";
267 $comment ="# Additional prohibitions from iSCSI profile (rfc3722.txt)\n\n";
284 $comment ="# Additional prohibitions from XMPP Nodeprep profile (rfc3920.txt)\n\n";
303 $comment ="# Map table for SASL profile (rfc4013.txt)\n\n";
360 $comment ="# Map table for LDAP profile (rfc4518.txt)\n\n";
667 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
670 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
/external/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl7 # This tool filters the RFC-3454 txt file for StringPrep tables and creates a table
25 $copyright = "###################\n# This file was generated from RFC 3454 (http://www.ietf.org/rfc/rfc3454.txt)\n# Copyright (C) The Internet Society (2002). All Rights Reserved. \n###################\n\n";
267 $comment ="# Additional prohibitions from iSCSI profile (rfc3722.txt)\n\n";
284 $comment ="# Additional prohibitions from XMPP Nodeprep profile (rfc3920.txt)\n\n";
303 $comment ="# Map table for SASL profile (rfc4013.txt)\n\n";
360 $comment ="# Map table for LDAP profile (rfc4518.txt)\n\n";
667 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
670 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt

Completed in 2346 milliseconds

<<11121314151617181920>>