Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Derrors.c761 WCHAR *s_buf = NULL; in PyErr_SetFromErrnoWithFilenameObjects() local
801 (LPWSTR) &s_buf, in PyErr_SetFromErrnoWithFilenameObjects()
807 s_buf = NULL; in PyErr_SetFromErrnoWithFilenameObjects()
811 while (len > 0 && (s_buf[len-1] <= L' ' || s_buf[len-1] == L'.')) in PyErr_SetFromErrnoWithFilenameObjects()
812 s_buf[--len] = L'\0'; in PyErr_SetFromErrnoWithFilenameObjects()
813 message = PyUnicode_FromWideChar(s_buf, len); in PyErr_SetFromErrnoWithFilenameObjects()
822 LocalFree(s_buf); in PyErr_SetFromErrnoWithFilenameObjects()
847 LocalFree(s_buf); in PyErr_SetFromErrnoWithFilenameObjects()
886 WCHAR *s_buf in PyErr_SetExcFromWindowsErrWithFilenameObjects() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
H A Dsemop03.c39 struct sembuf s_buf = { in do_child() local
45 TEST(call_semop(tv, sem_id, &s_buf, 1, tst_ts_get(&timeout))); in do_child()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c2809 u8 *r_buf, *s_buf; in crypto_ec_key_sign_r_s() local
2838 s_buf = wpabuf_put(buf, prime_len); in crypto_ec_key_sign_r_s()
2841 crypto_bignum_to_bin((const struct crypto_bignum *) s, s_buf, in crypto_ec_key_sign_r_s()

Completed in 6 milliseconds