Home
last modified time | relevance | path

Searched refs:p_name (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/network/
Dproto.c68 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()
Dsetprotoent.c37 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/
Dplatform.cpp117 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()
Ddispatch.hpp40 GetExtensionFunctionAddress(const char *p_name);
44 const char *p_name);
/third_party/musl/porting/liteos_a/user/src/network/
Dproto.c62 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/
Dproto.c62 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/
Dnetdb.h86 char *p_name; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h86 char *p_name; member
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h86 char *p_name; member
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h86 char *p_name; member
/third_party/musl/libc-test/src/api/
Dnetdb.c27 F(char*, p_name) in f()
/third_party/musl/include/
Dnetdb.h112 char *p_name; member
/third_party/f2fs-tools/fsck/
Dfsck.h76 char p_name[F2FS_NAME_LEN + 1]; /* parent name */ member
Dfsck.c748 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/
Dparser.rs325 .map_or(false, |p_name| !p_name.is_last_set()); in get_matches_with()
/third_party/rust/crates/libc/src/unix/
Dmod.rs203 pub p_name: *mut ::c_char,
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs281 pub p_name: *mut ::c_char,
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h12076 const char *p_name; member