Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dbatadv_packet.h94 __u8 orig[ETH_ALEN]; member
107 __u8 orig[ETH_ALEN]; member
115 __u8 orig[ETH_ALEN]; member
126 __u8 orig[ETH_ALEN]; member
136 __u8 orig[ETH_ALEN]; member
147 __u8 orig[ETH_ALEN]; member
165 __u8 orig[ETH_ALEN]; member
201 __u8 orig[ETH_ALEN]; member
211 __u8 orig[ETH_ALEN]; member
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
Debt_802_3.h21 __u8 orig[3]; member
28 __u8 orig[3]; member
/bionic/tests/
Dfortify_test.cpp309 char *orig = strdup("0123456789"); in TEST_F() local
310 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
311 free(orig); in TEST_F()
321 char *orig = strdup(""); in TEST_F() local
322 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
323 free(orig); in TEST_F()
333 char *orig = strdup("1"); in TEST_F() local
334 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
335 free(orig); in TEST_F()
345 char *orig = strdup("12"); in TEST_F() local
[all …]
Dstring_test.cpp289 char* orig = strdup(""); in TEST() local
290 ASSERT_EQ(buf, strcpy(buf, orig)); in TEST()
292 free(orig); in TEST()
298 char* orig = strdup("12345"); in TEST() local
300 ASSERT_EQ(buf, strcpy(buf, orig)); in TEST()
306 free(orig); in TEST()
312 char* orig = strdup("123456789"); in TEST() local
314 ASSERT_EQ(buf, strcpy(buf, orig)); in TEST()
316 free(orig); in TEST()
323 char* orig = strdup(""); in TEST() local
[all …]
/bionic/libc/dns/nameser/
Dns_name.c734 ns_nname_ct orig = nname; in ns_name_length() local
749 return (nname - orig); in ns_name_length()