/external/ltp/testscripts/ |
D | test_fs_bind.sh | 211 local tname="$1" 214 tst_brkm TBROK true "${tname}: Could not find pre-test proc mount list" 226 tst_resm TWARN "${tname}: did not properly clean up its proc mounts" 291 local tname="$1" 294 tst_brkm TBROK true "${tname}: Could not find pre-test mtab mount list" 306 tst_resm TWARN "${tname}: did not properly clean up its mtab mounts" 336 local tname="$1" 340 tst_brkm TBROK true "${tname}: stale catalog of \"${sandbox}\"" 357 local tname="$1" 360 tst_brkm TBROK true "${tname} missing saved catalog of \"${sandbox}\"" [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | asn1t.h | 89 #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/boringssl/src/include/openssl/ |
D | asn1t.h | 89 #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/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | env_windows.cc | 37 LPTSTR tname = gpr_char_to_tchar(name); in gpr_getenv() local 40 ret = GetEnvironmentVariable(tname, NULL, 0); in gpr_getenv() 42 gpr_free(tname); in gpr_getenv() 47 ret = GetEnvironmentVariable(tname, tresult, size); in gpr_getenv() 48 gpr_free(tname); in gpr_getenv() 59 LPTSTR tname = gpr_char_to_tchar(name); in gpr_setenv() local 61 BOOL res = SetEnvironmentVariable(tname, tvalue); in gpr_setenv() 62 gpr_free(tname); in gpr_setenv() 68 LPTSTR tname = gpr_char_to_tchar(name); in gpr_unsetenv() local 69 BOOL res = SetEnvironmentVariable(tname, NULL); in gpr_unsetenv() [all …]
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | env_windows.cc | 42 LPTSTR tname = gpr_char_to_tchar(name); in gpr_getenv() local 45 ret = GetEnvironmentVariable(tname, NULL, 0); in gpr_getenv() 47 gpr_free(tname); in gpr_getenv() 52 ret = GetEnvironmentVariable(tname, tresult, size); in gpr_getenv() 53 gpr_free(tname); in gpr_getenv() 64 LPTSTR tname = gpr_char_to_tchar(name); in gpr_setenv() local 66 BOOL res = SetEnvironmentVariable(tname, tvalue); in gpr_setenv() 67 gpr_free(tname); in gpr_setenv()
|
/external/cn-cbor/test/ |
D | ctest.h | 44 #define __FNAME(sname, tname) __ctest_##sname##_##tname##_run argument 45 #define __TNAME(sname, tname) __ctest_##sname##_##tname argument 54 #define __CTEST_STRUCT(sname, tname, _skip, __data, __setup, __teardown) \ argument 55 struct ctest __TNAME(sname, tname) __Test_Section = { \ 57 .ttname=#tname, \ 58 .run = __FNAME(sname, tname), \ 73 #define __CTEST_INTERNAL(sname, tname, _skip) \ argument 74 void __FNAME(sname, tname)(); \ 75 __CTEST_STRUCT(sname, tname, _skip, NULL, NULL, NULL) \ 76 void __FNAME(sname, tname)() [all …]
|
/external/mtools/ |
D | file_name.c | 157 char *s, tname[9], text[4], ans[13]; in unix_name() local 160 strncpy(tname, base, 8); in unix_name() 161 tname[8] = '\0'; in unix_name() 162 if ((s = strchr(tname, ' '))) in unix_name() 164 if (tname[0] == '\x05') in unix_name() 165 tname[0] = '\xE5'; in unix_name() 171 for(i=0;i<8 && tname[i];i++) in unix_name() 172 tname[i] = ch_tolower(tname[i]); in unix_name() 184 strcpy(ans, tname); in unix_name() 188 strcpy(ans, tname); in unix_name()
|
/external/curl/tests/data/ |
D | test175 | 15 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
|
D | test176 | 16 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
|
D | test174 | 14 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
|
/external/toybox/toys/pending/ |
D | crontab.c | 249 char tname[] = "/tmp/crontab.XXXXXX"; in do_replace() local 252 int tfd = mkstemp(tname); in do_replace() 257 fname = tname; in do_replace() 263 unlink(tname); in do_replace() 272 char tname[] = "/tmp/crontab.XXXXXX"; in do_edit() local 274 if ((destfd = mkstemp(tname)) < 0) in do_edit() 289 if (!stat(tname, &sb)) mtime = sb.st_mtime; in do_edit() 307 execlp(prog, prog, tname, (char *) NULL); in do_edit() 316 if (!stat(tname, &sb) && (mtime == sb.st_mtime)) { in do_edit() 318 unlink(tname); in do_edit() [all …]
|
/external/ltp/testcases/kernel/syscalls/execve/ |
D | execve03.c | 61 char *tname; member 106 if (!tcases[i].tname) in setup() 107 tcases[i].tname = tst_get_bad_addr(NULL); in setup() 114 char *argv[2] = {tc->tname, NULL}; in verify_execve() 116 TEST(execve(tc->tname, argv, NULL)); in verify_execve()
|
/external/ltp/testcases/network/lib6/ |
D | asapi_02.c | 93 static int ic6_send1(char *tname, unsigned char type) in ic6_send1() argument 110 tst_resm(TBROK | TERRNO, "%s: sendto failed", tname); in ic6_send1() 116 static int ic6_recv1(char *tname, int sall, int sf) in ic6_recv1() argument 149 tst_resm(TBROK | TERRNO, "%s: select failed", tname); in ic6_recv1() 155 "%s: recv(sall, ..) failed", tname); in ic6_recv1() 166 "%s: recv(sf, ..) failed", tname); in ic6_recv1() 176 tst_resm(TBROK, "%s: recv all timed out", tname); in ic6_recv1()
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 454 char tname[128]; in DescribeAddressIfStack() local 457 ThreadNameWithParenthesis(t->tid(), tname, sizeof(tname))); in DescribeAddressIfStack() 553 char tname[128]; in DescribeHeapAddress() local 560 ThreadNameWithParenthesis(free_thread, tname, sizeof(tname)), in DescribeHeapAddress() 566 ThreadNameWithParenthesis(alloc_thread, tname, sizeof(tname)), in DescribeHeapAddress() 571 ThreadNameWithParenthesis(alloc_thread, tname, sizeof(tname)), in DescribeHeapAddress() 604 char tname[128]; in DescribeThread() local 607 ThreadNameWithParenthesis(context->tid, tname, sizeof(tname))); in DescribeThread() 615 ThreadNameWithParenthesis(context->parent_tid, tname, sizeof(tname))); in DescribeThread() 803 char tname[128]; in ReportDoubleFree() local [all …]
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_descriptions.cpp | 36 void MemprofThreadIdAndName::Init(u32 tid, const char *tname) { in Init() argument 39 if (tname[0] != '\0') in Init() 40 internal_snprintf(&name[len], sizeof(name) - len, " (%s)", tname); in Init()
|
/external/lua/src/ |
D | lauxlib.h | 53 LUALIB_API int (luaL_typeerror) (lua_State *L, int arg, const char *tname); 69 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname); 70 LUALIB_API void (luaL_setmetatable) (lua_State *L, const char *tname); 71 LUALIB_API void *(luaL_testudata) (lua_State *L, int ud, const char *tname); 72 LUALIB_API void *(luaL_checkudata) (lua_State *L, int ud, const char *tname); 135 #define luaL_argexpected(L,cond,arg,tname) \ argument 136 ((void)((cond) || luaL_typeerror(L, (arg), (tname))))
|
D | lauxlib.c | 193 int luaL_typeerror (lua_State *L, int arg, const char *tname) { in luaL_typeerror() argument 202 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg); in luaL_typeerror() 311 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() argument 312 if (luaL_getmetatable(L, tname) != LUA_TNIL) /* name already in use? */ in luaL_newmetatable() 316 lua_pushstring(L, tname); in luaL_newmetatable() 319 lua_setfield(L, LUA_REGISTRYINDEX, tname); /* registry.name = metatable */ in luaL_newmetatable() 324 LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) { in luaL_setmetatable() argument 325 luaL_getmetatable(L, tname); in luaL_setmetatable() 330 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { in luaL_testudata() argument 334 luaL_getmetatable(L, tname); /* get correct metatable */ in luaL_testudata() [all …]
|
/external/python/cpython3/Lib/lib2to3/ |
D | Grammar.txt | 22 ('*' [tname] (',' tname ['=' test])* [',' ['**' tname [',']]] | '**' tname [',']) 24 tname: NAME [':' test] 25 tfpdef: tname | '(' tfplist ')'
|
/external/iproute2/tc/ |
D | m_xt.c | 52 static const char *tname = "mangle"; variable 270 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); 281 if (strlen(tname) >= 16) { 285 size = 1 + strlen(tname); 287 strncpy(k, tname, size);
|
D | m_xt_old.c | 49 static const char *tname = "mangle"; variable 314 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); in parse_ipt() 321 if (strlen(tname) > 16) { in parse_ipt() 325 size = 1 + strlen(tname); in parse_ipt() 327 strncpy(k, tname, size); in parse_ipt()
|
/external/python/cpython2/Lib/lib2to3/ |
D | Grammar.txt | 40 ('*' [tname] (',' tname ['=' test])* [',' '**' tname] | '**' tname) 42 tname: NAME [':' test] 43 tfpdef: tname | '(' tfplist ')'
|
/external/iptables/iptables/ |
D | nft-cache.c | 255 const char *tname; in nftnl_chain_list_cb() local 264 tname = nftnl_chain_get_str(c, NFTNL_CHAIN_TABLE); in nftnl_chain_list_cb() 267 t = nft_table_builtin_find(h, tname); in nftnl_chain_list_cb() 270 } else if (strcmp(t->name, tname)) { in nftnl_chain_list_cb() 295 const char *tname, *sname; in nftnl_set_list_cb() local 305 tname = nftnl_set_get_str(s, NFTNL_SET_TABLE); in nftnl_set_list_cb() 308 t = nft_table_builtin_find(h, tname); in nftnl_set_list_cb() 309 else if (strcmp(t->name, tname)) in nftnl_set_list_cb()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Shell.java | 176 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/python/cpython2/Lib/msilib/ |
D | __init__.py | 54 tname="CHAR(%d)" % size 56 tname="CHAR" 59 tname = "SHORT" 62 tname="LONG" 65 tname="OBJECT" 67 tname="unknown" 75 fields[index] = "`%s` %s%s" % (name, tname, flags)
|
/external/python/cpython3/Lib/msilib/ |
D | __init__.py | 53 tname="CHAR(%d)" % size 55 tname="CHAR" 58 tname = "SHORT" 61 tname="LONG" 64 tname="OBJECT" 66 tname="unknown" 74 fields[index] = "`%s` %s%s" % (name, tname, flags)
|