Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dbatadv_packet.h103 __u8 orig[ETH_ALEN]; member
116 __u8 orig[ETH_ALEN]; member
124 __u8 orig[ETH_ALEN]; member
135 __u8 orig[ETH_ALEN]; member
145 __u8 orig[ETH_ALEN]; member
156 __u8 orig[ETH_ALEN]; member
174 __u8 orig[ETH_ALEN]; member
210 __u8 orig[ETH_ALEN]; member
220 __u8 orig[ETH_ALEN]; member
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
Debt_802_3.h33 __u8 orig[3]; member
40 __u8 orig[3]; member
/bionic/tests/
Dfortify_test.cpp306 char *orig = strdup("0123456789"); in TEST_F() local
307 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
308 free(orig); in TEST_F()
318 char *orig = strdup(""); in TEST_F() local
319 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
320 free(orig); in TEST_F()
330 char *orig = strdup("1"); in TEST_F() local
331 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
332 free(orig); in TEST_F()
342 char *orig = strdup("12"); in TEST_F() local
[all …]
Dstring_test.cpp278 char* orig = strdup(""); in TEST() local
279 ASSERT_EQ(buf, strcpy(buf, orig)); in TEST()
281 free(orig); in TEST()
287 char* orig = strdup("12345"); in TEST() local
289 ASSERT_EQ(buf, strcpy(buf, orig)); in TEST()
295 free(orig); in TEST()
301 char* orig = strdup("123456789"); in TEST() local
303 ASSERT_EQ(buf, strcpy(buf, orig)); in TEST()
305 free(orig); in TEST()
311 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()