Home
last modified time | relevance | path

Searched refs:tname (Results 1 – 25 of 25) sorted by relevance

/external/boringssl/src/include/openssl/
Dasn1t.h89 #define ASN1_ITEM_TEMPLATE(tname) \ argument
90 static const ASN1_TEMPLATE tname##_item_tt
92 #define ASN1_ITEM_TEMPLATE_END(tname) \ argument
94 ASN1_ITEM_start(tname) \
97 &tname##_item_tt,\
101 #tname \
102 ASN1_ITEM_end(tname)
127 #define ASN1_SEQUENCE(tname) \ argument
128 static const ASN1_TEMPLATE tname##_seq_tt[]
132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument
[all …]
/external/toybox/toys/pending/
Dcrontab.c246 char tname[] = "/tmp/crontab.XXXXXX"; in do_replace() local
249 int tfd = mkstemp(tname); in do_replace()
254 fname = tname; in do_replace()
260 unlink(tname); in do_replace()
269 char tname[] = "/tmp/crontab.XXXXXX"; in do_edit() local
271 if ((destfd = mkstemp(tname)) < 0) in do_edit()
286 if (!stat(tname, &sb)) mtime = sb.st_mtime; in do_edit()
304 execlp(prog, prog, tname, (char *) NULL); in do_edit()
313 if (!stat(tname, &sb) && (mtime == sb.st_mtime)) { in do_edit()
315 unlink(tname); in do_edit()
[all …]
/external/curl/tests/data/
Dtest17515 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
33 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
Dtest17616 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
34 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
Dtest17414 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
/external/compiler-rt/lib/asan/
Dasan_report.cc453 char tname[128]; in DescribeAddressIfStack() local
456 ThreadNameWithParenthesis(t->tid(), tname, sizeof(tname))); in DescribeAddressIfStack()
552 char tname[128]; in DescribeHeapAddress() local
559 ThreadNameWithParenthesis(free_thread, tname, sizeof(tname)), in DescribeHeapAddress()
565 ThreadNameWithParenthesis(alloc_thread, tname, sizeof(tname)), in DescribeHeapAddress()
570 ThreadNameWithParenthesis(alloc_thread, tname, sizeof(tname)), in DescribeHeapAddress()
603 char tname[128]; in DescribeThread() local
606 ThreadNameWithParenthesis(context->tid, tname, sizeof(tname))); in DescribeThread()
614 ThreadNameWithParenthesis(context->parent_tid, tname, sizeof(tname))); in DescribeThread()
779 char tname[128]; in ReportDoubleFree() local
[all …]
/external/autotest/client/site_tests/cellular_Signal/
Dcellular_Signal.py96 tname = str(tech).replace('Technology:', '')
101 'Power.OFF.%s.deregister_time' % tname,
109 'Power.DEFAULT.%s.register_time' % tname,
118 'Stop.%s.deregister_time' % tname,
129 'Start.%s.register_time' % tname,
/external/valgrind/coregrind/m_demangle/
Dcplus-dem.c1425 string tname; in demangle_signature() local
1552 success = do_type (work, mangled, &tname); in demangle_signature()
1553 string_delete (&tname); in demangle_signature()
1561 string_init(&tname); in demangle_signature()
1566 success = demangle_template (work, mangled, &tname, in demangle_signature()
1572 string_append (&tname, SCOPE_STRING (work)); in demangle_signature()
1574 string_prepends(declp, &tname); in demangle_signature()
1587 string_delete(&tname); in demangle_signature()
1729 const char **mangled, string *tname) in demangle_template_template_parm() argument
1737 string_append (tname, "template <"); in demangle_template_template_parm()
[all …]
/external/iproute2/tc/
Dm_xt_old.c49 static const char *tname = "mangle"; variable
312 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); in parse_ipt()
319 if (strlen(tname) > 16) { in parse_ipt()
323 size = 1 + strlen(tname); in parse_ipt()
325 strncpy(k, tname, size); in parse_ipt()
Dm_xt.c50 static const char *tname = "mangle"; variable
248 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
255 if (strlen(tname) > 16) {
259 size = 1 + strlen(tname);
261 strncpy(k, tname, size);
Dm_ipt.c38 static const char *tname = "mangle"; variable
495 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); in parse_ipt()
502 if (strlen(tname) > 16) { in parse_ipt()
506 size = 1 + strlen(tname); in parse_ipt()
508 strncpy(k, tname, size); in parse_ipt()
/external/javasqlite/src/main/java/SQLite/
DShell.java176 String tname; in newrow() local
262 tname = tableName; in newrow()
264 tname = destTable; in newrow()
266 pw.print("INSERT INTO " + tname + " VALUES("); in newrow()
283 tname = tableName; in newrow()
285 tname = destTable; in newrow()
287 pw.print("INSERT INTO " + tname + " VALUES("); in newrow()
/external/opencv3/modules/ml/test/
Dtest_save_load.cpp278 string tname = tempfile("a.xml"); in TEST() local
279 svm2->save(tname); in TEST()
280 svm3 = Algorithm::load<SVM>(tname); in TEST()
297 remove(tname.c_str()); in TEST()
/external/autotest/scheduler/
Dthread_lib.py123 tname = thread.getName()
124 logging.info('(Task Queue) Waiting for %s', tname)
/external/boringssl/src/crypto/asn1/
Dtasn_prn.c359 const char *tname; in asn1_template_print_ctx() local
369 tname = "SET"; in asn1_template_print_ctx()
371 tname = "SEQUENCE"; in asn1_template_print_ctx()
373 indent, "", tname, tt->field_name) <= 0) in asn1_template_print_ctx()
/external/autotest/client/cros/
Dpower_status.py149 tname = utils.read_one_line(tname_path)
151 field_key = "%s_%s" % (tname, bname)
1340 def checkpoint(self, tname='', tstart=None, tend=None): argument
1354 self._checkpoint_data.append((tname, tstart, tend))
1356 tname, tstart, tend)
1396 for tname, tstart, tend in self._checkpoint_data:
1397 if tname:
1398 prefix = '%s_%s' % (tname, domain)
/external/libxml2/
Dxmlunicode.c37 static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname);
946 *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) { in xmlUnicodeLookup() argument
950 if ((tptr == NULL) || (tname == NULL)) return(NULL); in xmlUnicodeLookup()
957 if ((cmp=strcmp(tname, sptr[mid].rangename)) == 0) in xmlUnicodeLookup()
/external/elfutils/libdwfl/
Drelocate.c490 const char *tname = elf_strptr (relocated, shstrndx, tshdr->sh_name); in relocate_section() local
491 if (tname == NULL) in relocate_section()
494 if (debugscn && ! ebl_debugscn_p (mod->ebl, tname)) in relocate_section()
499 if (strncmp (tname, ".zdebug", strlen ("zdebug")) == 0) in relocate_section()
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c93 char *tname = NULL, *tvalue = NULL; in X509V3_add_value() local
94 if(name && !(tname = BUF_strdup(name))) goto err; in X509V3_add_value()
99 vtmp->name = tname; in X509V3_add_value()
106 if(tname) OPENSSL_free(tname); in X509V3_add_value()
/external/kernel-headers/original/uapi/linux/
Dcoda.h471 int tname; /* Place holder for data. */ member
524 int tname; member
/external/elfutils/src/
Dstrip.c1776 const char *tname = elf_strptr (debugelf, shstrndx, in handle_elf() local
1778 if (! tname || ! ebl_debugscn_p (ebl, tname)) in handle_elf()
/external/clang/lib/AST/
DItaniumMangle.cpp3801 void CXXNameMangler::mangleExistingSubstitution(TemplateName tname) { in mangleExistingSubstitution() argument
3802 bool result = mangleSubstitution(tname); in mangleExistingSubstitution()
/external/sqlite/dist/
Dsqlite3.c89249 Token tname;
89270 tname.z = (char*)zCsr;
89271 tname.n = len;
89283 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", (int)(((u8*)tname.z) - zSql),
89284 zSql, zTableName, tname.z+tname.n);
89371 Token tname;
89394 tname.z = (char*)zCsr;
89395 tname.n = len;
89424 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", (int)(((u8*)tname.z) - zSql),
89425 zSql, zTableName, tname.z+tname.n);
/external/sqlite/dist/orig/
Dsqlite3.c89231 Token tname;
89252 tname.z = (char*)zCsr;
89253 tname.n = len;
89265 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", (int)(((u8*)tname.z) - zSql),
89266 zSql, zTableName, tname.z+tname.n);
89353 Token tname;
89376 tname.z = (char*)zCsr;
89377 tname.n = len;
89406 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", (int)(((u8*)tname.z) - zSql),
89407 zSql, zTableName, tname.z+tname.n);
/external/bison/
DChangeLog-201218336 In addition to `translate', prepare the muscles `tname' and