Searched defs:tname (Results 1 - 25 of 28) sorted by relevance

12

/external/iproute2/tc/
H A Dm_xt.c46 static const char *tname = "mangle"; variable
226 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
233 if (strlen(tname) > 16) {
237 size = 1 + strlen(tname);
239 strncpy(k, tname, size);
H A Dm_xt_old.c49 static const char *tname = "mangle"; variable
312 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
319 if (strlen(tname) > 16) {
323 size = 1 + strlen(tname);
325 strncpy(k, tname, size);
H A Dm_ipt.c38 static const char *tname = "mangle"; variable
495 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
502 if (strlen(tname) > 16) {
506 size = 1 + strlen(tname);
508 strncpy(k, tname, size);
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_prn.c356 const char *tname; local
366 tname = "SET";
368 tname = "SEQUENCE";
370 indent, "", tname, tt->field_name) <= 0)
/external/openssl/crypto/asn1/
H A Dtasn_prn.c355 char *tname; local
365 tname = "SET";
367 tname = "SEQUENCE";
369 indent, "", tname, tt->field_name) <= 0)
/external/chromium_org/third_party/sqlite/src/src/
H A Dalter.c46 Token tname; local
66 /* Store the token that zCsr points to in tname. */
67 tname.z = (char*)zCsr;
68 tname.n = len;
80 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", ((u8*)tname.z) - zSql, zSql,
81 zTableName, tname.z+tname.n);
166 Token tname; local
188 /* Store the token that zCsr points to in tname. */
189 tname
[all...]
/external/elfutils/0.153/libdwfl/
H A Drelocate.c304 const char *tname = elf_strptr (relocated, shstrndx, tshdr->sh_name); local
305 if (tname == NULL)
312 if (debugscn && ! ebl_debugscn_p (mod->ebl, tname))
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddwarf-aux.c133 * die_compare_name - Compare diename and tname
135 * @tname: a string of target name
137 * Compare the name of @dw_die and @tname. Return false if @dw_die has no name.
139 bool die_compare_name(Dwarf_Die *dw_die, const char *tname) argument
143 return name ? (strcmp(tname, name) == 0) : false;
863 * Get the name and type of @vr_die and stores it in @buf as "type\tname".
/external/openssl/crypto/x509v3/
H A Dv3_utl.c85 char *tname = NULL, *tvalue = NULL; local
86 if(name && !(tname = BUF_strdup(name))) goto err;
91 vtmp->name = tname;
98 if(tname) OPENSSL_free(tname);
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_utl.c90 char *tname = NULL, *tvalue = NULL; local
91 if(name && !(tname = BUF_strdup(name))) goto err;
96 vtmp->name = tname;
103 if(tname) OPENSSL_free(tname);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlauxlib.c171 static int typeerror (lua_State *L, int narg, const char *tname) { argument
173 tname, luaL_typename(L, narg));
272 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { argument
273 luaL_getmetatable(L, tname); /* try to get metatable */
279 lua_setfield(L, LUA_REGISTRYINDEX, tname); /* registry.name = metatable */
284 LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) { argument
285 luaL_getmetatable(L, tname);
290 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { argument
294 luaL_getmetatable(L, tname); /* get correct metatable */
305 LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) { argument
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_report.cc358 char tname[128]; local
377 ThreadNameWithParenthesis(t->tid(), tname, sizeof(tname)),
474 char tname[128];
481 ThreadNameWithParenthesis(free_thread, tname, sizeof(tname)),
488 ThreadNameWithParenthesis(alloc_thread, tname, sizeof(tname)),
493 ThreadNameWithParenthesis(alloc_thread, tname, sizeof(tname)),
526 char tname[128]; local
634 char tname[128]; local
652 char tname[128]; local
913 char tname[128]; local
[all...]
/external/elfutils/0.153/src/
H A Dstrip.c1657 const char *tname = elf_strptr (debugelf, shstrndx, local
1659 if (! tname || ! ebl_debugscn_p (ebl, tname))
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c1418 string tname; local
1545 success = do_type (work, mangled, &tname);
1546 string_delete (&tname);
1554 string_init(&tname);
1559 success = demangle_template (work, mangled, &tname,
1565 string_append (&tname, SCOPE_STRING (work));
1567 string_prepends(declp, &tname);
1580 string_delete(&tname);
1722 const char **mangled, string *tname)
1730 string_append (tname, "templat
1721 demangle_template_template_parm(struct work_stuff *work, const char **mangled, string *tname) argument
2086 demangle_template(struct work_stuff *work, const char **mangled, string *tname, string *trawname, int is_type, int remember) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c37 static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname);
946 *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) { argument
950 if ((tptr == NULL) || (tname == NULL)) return(NULL);
957 if ((cmp=strcmp(tname, sptr[mid].rangename)) == 0)
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h471 int tname; /* Place holder for data. */ member in struct:coda_link_in
524 int tname; member in struct:coda_symlink_in
/external/libxml2/
H A Dxmlunicode.c37 static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname);
946 *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) { argument
950 if ((tptr == NULL) || (tname == NULL)) return(NULL);
957 if ((cmp=strcmp(tname, sptr[mid].rangename)) == 0)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c74540 Token tname; local
74660 Token tname; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c82626 Token tname; local
82747 Token tname; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c82646 Token tname; local
82767 Token tname; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1318 milliseconds

12