Searched defs:check_content (Results 1 - 3 of 3) sorted by relevance

/external/ltp/testcases/commands/tar/
H A Dtar_tests.sh67 check_content() function
121 check_content $fname "$verbose" $TAR_FILES
131 check_content $fname "$verbose" $TAR_FILES file4
/external/ltp/testcases/kernel/syscalls/getrandom/
H A Dgetrandom02.c37 static int check_content(unsigned char *buf, int nb) function
69 if (!check_content(buf, TEST_RETURN))
/external/python/cpython3/Objects/
H A Dunicodeobject.c359 _PyUnicode_CheckConsistency(PyObject *op, int check_content) argument
437 if (check_content && kind != PyUnicode_WCHAR_KIND)

Completed in 381 milliseconds