Home
last modified time | relevance | path

Searched defs:s_buf (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Derrors.c322 char *s_buf = NULL; in PyErr_SetFromErrnoWithFilenameObject() local
429 char *s_buf = NULL; /* Free via LocalFree */ in PyErr_SetExcFromWindowsErrWithFilenameObject() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ipc/semop/
H A Dsemop03.c39 struct sembuf s_buf = { in do_child() local
/aosp_15_r20/external/python/cpython3/Python/
Derrors.c761 WCHAR *s_buf = NULL; in PyErr_SetFromErrnoWithFilenameObjects() local
886 WCHAR *s_buf = NULL; /* Free via LocalFree */ in PyErr_SetExcFromWindowsErrWithFilenameObjects() local
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c3970 u8 *r_buf, *s_buf; in crypto_ec_key_sign_r_s() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_loopnest.cpp3691 BufHandle s_buf("S", {10}, kInt); in TEST() local