Searched refs:orig (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
D | ebt_802_3.h | 36 __u8 orig[3]; member 45 __u8 orig[3]; member
|
/bionic/tests/ |
D | fortify_test.cpp | 364 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 …]
|
D | string_test.cpp | 278 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/ |
D | ns_name.c | 734 ns_nname_ct orig = nname; in ns_name_length() local 749 return (nname - orig); in ns_name_length()
|
/bionic/libc/arch-mips64/bionic/ |
D | setjmp.S | 227 PTR_ADDU v1, sp, FRAMESZ # save orig sp
|
/bionic/libc/arch-mips/bionic/ |
D | setjmp.S | 227 PTR_ADDU v1, sp, FRAMESZ # save orig sp
|