Searched refs:my_streq (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/libc/test/loader/linux/ |
D | args_test.cpp | 12 static bool my_streq(const char *lhs, const char *rhs) { in my_streq() function 23 assert(my_streq(argv[1], "1") && "Unexpected argv[1]."); in main() 24 assert(my_streq(argv[2], "2") && "Unexpected argv[2]."); in main() 25 assert(my_streq(argv[3], "3") && "Unexpected argv[3]."); in main() 30 if (my_streq(*envp, "FRANCE=Paris")) in main() 32 if (my_streq(*envp, "GERMANY=Berlin")) in main()
|
/external/libexif/test/nls/ |
D | test-codeset.c | 12 static int my_streq(const char *va, const char *vb) { in my_streq() function 123 return (my_streq(transl, utf8)); in check() 125 return (my_streq(transl, latin1)); in check() 128 return (my_streq(orig, orig)); in check()
|