Home
last modified time | relevance | path

Searched refs:check_content (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/commands/tar/
Dtar_tests.sh69 check_content() function
123 check_content $fname "$verbose" $TAR_FILES
133 check_content $fname "$verbose" $TAR_FILES file4
/external/ltp/testcases/kernel/syscalls/getrandom/
Dgetrandom02.c37 static int check_content(unsigned char *buf, int nb) in check_content() function
69 if (!check_content(buf, TST_RET)) in verify_getrandom()
/external/python/cpython3/Include/
Dunicodeobject.h2313 int check_content);
2317 #define _PyUnicode_CheckConsistency(op, check_content) PyUnicode_Check(op) argument
/external/python/cpython3/Objects/
Dunicodeobject.c409 _PyUnicode_CheckConsistency(PyObject *op, int check_content) in _PyUnicode_CheckConsistency() argument
487 if (check_content && kind != PyUnicode_WCHAR_KIND) in _PyUnicode_CheckConsistency()