Searched defs:txt (Results 1 - 25 of 172) sorted by relevance

1234567

/external/wpa_supplicant_8/hostapd/src/common/
H A Dcli.h19 char *txt; member in struct:cli_txt_entry
26 cli_txt_list_get(struct dl_list *txt_list, const char *txt);
28 void cli_txt_list_del(struct dl_list *txt_list, const char *txt);
29 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt);
30 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt,
33 int cli_txt_list_add(struct dl_list *txt_list, const char *txt);
34 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt);
35 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt,
H A Dcli.c54 os_free(e->txt);
69 const char *txt)
74 if (os_strcmp(e->txt, txt) == 0)
81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt) argument
85 e = cli_txt_list_get(txt_list, txt);
91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) argument
96 if (hwaddr_aton(txt, addr) < 0)
103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, argument
109 end = os_strchr(txt, separato
68 cli_txt_list_get(struct dl_list *txt_list, const char *txt) argument
120 cli_txt_list_add(struct dl_list *txt_list, const char *txt) argument
140 cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt) argument
152 cli_txt_list_add_word(struct dl_list *txt_list, const char *txt, int separator) argument
[all...]
/external/wpa_supplicant_8/src/common/
H A Dcli.h19 char *txt; member in struct:cli_txt_entry
26 cli_txt_list_get(struct dl_list *txt_list, const char *txt);
28 void cli_txt_list_del(struct dl_list *txt_list, const char *txt);
29 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt);
30 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt,
33 int cli_txt_list_add(struct dl_list *txt_list, const char *txt);
34 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt);
35 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt,
H A Dcli.c54 os_free(e->txt);
69 const char *txt)
74 if (os_strcmp(e->txt, txt) == 0)
81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt) argument
85 e = cli_txt_list_get(txt_list, txt);
91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) argument
96 if (hwaddr_aton(txt, addr) < 0)
103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, argument
109 end = os_strchr(txt, separato
68 cli_txt_list_get(struct dl_list *txt_list, const char *txt) argument
120 cli_txt_list_add(struct dl_list *txt_list, const char *txt) argument
140 cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt) argument
152 cli_txt_list_add_word(struct dl_list *txt_list, const char *txt, int separator) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dcli.h19 char *txt; member in struct:cli_txt_entry
26 cli_txt_list_get(struct dl_list *txt_list, const char *txt);
28 void cli_txt_list_del(struct dl_list *txt_list, const char *txt);
29 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt);
30 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt,
33 int cli_txt_list_add(struct dl_list *txt_list, const char *txt);
34 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt);
35 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt,
H A Dcli.c54 os_free(e->txt);
69 const char *txt)
74 if (os_strcmp(e->txt, txt) == 0)
81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt) argument
85 e = cli_txt_list_get(txt_list, txt);
91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) argument
96 if (hwaddr_aton(txt, addr) < 0)
103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, argument
109 end = os_strchr(txt, separato
68 cli_txt_list_get(struct dl_list *txt_list, const char *txt) argument
120 cli_txt_list_add(struct dl_list *txt_list, const char *txt) argument
140 cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt) argument
152 cli_txt_list_add_word(struct dl_list *txt_list, const char *txt, int separator) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dip_addr.c36 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr) argument
39 if (inet_aton(txt, &addr->u.v4)) {
45 if (inet_pton(AF_INET6, txt, &addr->u.v6) > 0) {
/external/wpa_supplicant_8/src/utils/
H A Dip_addr.c36 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr) argument
39 if (inet_aton(txt, &addr->u.v4)) {
45 if (inet_pton(AF_INET6, txt, &addr->u.v6) > 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dip_addr.c36 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr) argument
39 if (inet_aton(txt, &addr->u.v4)) {
45 if (inet_pton(AF_INET6, txt, &addr->u.v6) > 0) {
/external/skia/gm/
H A Dtextblobshader.cpp22 TextBlobShaderGM(const char* txt) { argument
25 size_t txtLen = strlen(txt);
26 fGlyphs.append(p.textToGlyphs(txt, txtLen, nullptr));
27 p.textToGlyphs(txt, txtLen, fGlyphs.begin());
H A Dtextblob.cpp70 TextBlobGM(const char* txt) argument
71 : fText(txt) {
/external/syslinux/com32/libutil/
H A Dunbase64.c40 size_t unbase64(unsigned char *buffer, size_t bufsiz, const char *txt) argument
60 while (*txt) {
61 if ((v = base64tbl[(unsigned char)*txt]) >= 0) {
72 txt++;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnfc_pw_token.c42 char txt[1000]; local
61 wpa_snprintf_hex_uppercase(txt, sizeof(txt), wpabuf_head(buf),
63 printf("#WPS=%s\n", txt);
65 wpa_snprintf_hex_uppercase(txt, sizeof(txt), wpabuf_head(ndef),
67 printf("#NDEF=%s\n", txt);
/external/skia/tests/
H A DFontObjTest.cpp78 char txt[] = "long.text.with.lots.of.dots."; local
98 SkScalar width1 = paint.measureText(txt, strlen(txt));
101 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds);
106 SkScalar font_width1 = font->measureText(txt, strlen(txt), kUTF8_SkTextEncoding);
H A DSVGDeviceTest.cpp84 const char* txt,
86 size_t len = strlen(txt);
95 svgCanvas->drawText(txt, len, offset.x(), offset.y(), paint);
102 xpos[i] = SkIntToScalar(txt[i]);
107 svgCanvas->drawPosTextH(txt, len, xpos, offset.y(), paint);
114 pos[i] = SkPoint::Make(SkIntToScalar(txt[i]), -SkIntToScalar(txt[i]));
119 svgCanvas->drawPosText(txt, len, pos, paint);
83 test_whitespace_pos(skiatest::Reporter* reporter, const char* txt, const char* expected) argument
/external/curl/lib/
H A Dstrerror.c816 const char *txt; local
832 txt = "No error";
835 txt = "CRYPT_E_REVOKED";
838 txt = "SEC_E_ALGORITHM_MISMATCH";
841 txt = "SEC_E_BAD_BINDINGS";
844 txt = "SEC_E_BAD_PKGID";
847 txt = "SEC_E_BUFFER_TOO_SMALL";
850 txt = "SEC_E_CANNOT_INSTALL";
853 txt = "SEC_E_CANNOT_PACK";
856 txt
[all...]
/external/selinux/python/sepolgen/src/sepolgen/
H A Dclassperms.py100 txt = f.read() variable
103 #lex.input(txt)
114 result = yacc.parse(txt)
/external/skia/samplecode/
H A DSampleDegenerateTwoPtRadials.cpp70 SkString txt; variable
71 txt.appendf("gap at \"tangent\" pt = %f", SkScalarToFloat(delta));
75 canvas->drawText(txt.c_str(), txt.size(), l + w/2 + w*DELTA_SCALE*delta, t + h + SK_Scalar1 * 10, paint);
/external/v8/src/heap/
H A Dcode-stats.cc97 "Code comment statistics (\" [ comment-txt : size/ "
176 const char* const txt = local
179 if (txt[0] == ']') break; // End of nested comment
/external/apache-http/src/org/apache/commons/codec/language/
H A DMetaphone.java77 * @param txt String to find the metaphone code for
80 public String metaphone(String txt) { argument
82 if ((txt == null) || (txt.length() == 0)) {
86 if (txt.length() == 1) {
87 return txt.toUpperCase() ;
90 char[] inwd = txt.toUpperCase().toCharArray() ;
/external/emma/core/java12/com/vladium/emma/report/txt/
H A DReportGenerator.java9 package com.vladium.emma.report.txt;
108 outFile = new File ("coverage.txt");
522 private static final String TYPE = "txt";
/external/libdaemon/libdaemon/
H A Ddpid.c101 static char txt[256]; local
125 if ((l = read(fd, txt, sizeof(txt)-1)) < 0) {
133 txt[l] = 0;
134 txt[strcspn(txt, "\r\n")] = 0;
137 lpid = strtol(txt, &e, 10);
/external/ltp/tools/top-LTP/proc/
H A Dsig.c188 const char *restrict const txt = *argv; local
189 if (*txt >= '0' && *txt <= '9') {
192 val = strtol(txt, &endp, 10);
195 txt);
202 sno = signal_name_to_number(txt);
205 txt);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs1.c274 char txt[100], txt2[100]; local
275 asn1_oid_to_str(&oid, txt, sizeof(txt));
279 txt, txt2);
/external/wpa_supplicant_8/src/tls/
H A Dpkcs1.c274 char txt[100], txt2[100]; local
275 asn1_oid_to_str(&oid, txt, sizeof(txt));
279 txt, txt2);

Completed in 395 milliseconds

1234567