Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/netfilter_bridge/
Debt_802_3.h36 __u8 orig[3]; member
45 __u8 orig[3]; member
/bionic/tests/
Dfortify_test.cpp364 char *orig = strdup("0123456789"); in TEST_F() local
365 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
366 free(orig); in TEST_F()
376 char *orig = strdup(""); in TEST_F() local
377 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
378 free(orig); in TEST_F()
388 char *orig = strdup("1"); in TEST_F() local
389 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
390 free(orig); in TEST_F()
400 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()
/bionic/libc/arch-mips/bionic/
Dsetjmp.S243 PTR_ADDU v1, sp, FRAMESZ # save orig sp
/bionic/libc/arch-mips64/bionic/
Dsetjmp.S243 PTR_ADDU v1, sp, FRAMESZ # save orig sp