Searched refs:_expected_content (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_libgen.c58 test_basename_r(char* _input, const char* _expected_content, int _expected, char* _buff, size_t _bufflen, int _errno) argument
79 else if (_buff != NULL && memcmp( _buff, _expected_content, ret ) ) {
82 _input, _bufflen, _buff, _expected_content );
87 _input, _bufflen, _expected_content );
91 test_dirname_r(char* _input, const char* _expected_content, int _expected, char* _buff, size_t _bufflen, int _errno) argument
112 else if (_buff != NULL && memcmp( _buff, _expected_content, ret ) ) {
115 _input, _bufflen, _buff, _expected_content );
120 _input, _bufflen, _expected_content );

Completed in 34 milliseconds