/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | proto.c | 68 p.p_name = (char *)&test_protos[test_index + 1]; in test_getprotoent() 69 test_index += strlen(p.p_name) + TEST_TERMINATE_SIZE; in test_getprotoent() 90 EXPECT_STREQ("getprotobyname_0100", ret->p_name, "tcp"); in getprotobyname_0100() 116 EXPECT_STREQ("getprotobynumber_0100", ret->p_name, "tcp"); in getprotobynumber_0100() 149 EXPECT_STREQ("getprotoent_0100", dst->p_name, src->p_name); in getprotoent_0100()
|
D | setprotoent.c | 37 strcpy(buf, result->p_name); in setprotoent_0100() 45 if (strcmp(result->p_name, buf)) { in setprotoent_0100() 46 t_error("%s failed: result->p_name = %s\n", __func__, result->p_name); in setprotoent_0100()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | platform.cpp | 117 const char *p_name) try { in GetExtensionFunctionAddressForPlatform() argument 119 return GetExtensionFunctionAddress(p_name); in GetExtensionFunctionAddressForPlatform() 223 clover::GetExtensionFunctionAddress(const char *p_name) try { in GetExtensionFunctionAddress() argument 224 return ext_funcs.at(p_name); in GetExtensionFunctionAddress() 242 clGetExtensionFunctionAddress(const char *p_name) { in clGetExtensionFunctionAddress() argument 243 return GetExtensionFunctionAddress(p_name); in clGetExtensionFunctionAddress() 248 const char *p_name) { in clGetExtensionFunctionAddressForPlatform() argument 249 return GetExtensionFunctionAddressForPlatform(d_platform, p_name); in clGetExtensionFunctionAddressForPlatform()
|
D | dispatch.hpp | 40 GetExtensionFunctionAddress(const char *p_name); 44 const char *p_name);
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | proto.c | 62 p.p_name = (char *)&protos[idx+1]; in getprotoent() 64 idx += strlen(p.p_name) + 2; in getprotoent() 73 while (p && strcmp(name, p->p_name)); in getprotobyname()
|
/third_party/musl/src/network/ |
D | proto.c | 62 p.p_name = (char *)&protos[idx+1]; in getprotoent() 64 idx += strlen(p.p_name) + 2; in getprotoent() 73 while (p && strcmp(name, p->p_name)); in getprotobyname()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | netdb.h | 86 char *p_name; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | netdb.h | 86 char *p_name; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | netdb.h | 86 char *p_name; member
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | netdb.h | 86 char *p_name; member
|
/third_party/musl/libc-test/src/api/ |
D | netdb.c | 27 F(char*, p_name) in f()
|
/third_party/musl/include/ |
D | netdb.h | 112 char *p_name; member
|
/third_party/f2fs-tools/fsck/ |
D | fsck.h | 76 char p_name[F2FS_NAME_LEN + 1]; /* parent name */ member
|
D | fsck.c | 748 memcpy(child.p_name, node_blk->i.i_name, namelen); in fsck_chk_inode_blk() 1777 memcpy(new_dentry->name, child->p_name, F2FS_NAME_LEN); in fsck_chk_inline_dentries() 1820 memcpy(new_dentry->name, child->p_name, F2FS_NAME_LEN); in fsck_chk_dentry_blk()
|
/third_party/rust/crates/clap/src/parser/ |
D | parser.rs | 325 .map_or(false, |p_name| !p_name.is_last_set()); in get_matches_with()
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 203 pub p_name: *mut ::c_char,
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 281 pub p_name: *mut ::c_char,
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 12076 const char *p_name; member
|