Searched refs:pid_str (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/ |
H A D | pidfd_send_signal03.c | 49 char pid_str[16]; in verify_pidfd_send_signal() local 68 sprintf(pid_str, "%d", pid - 1); in verify_pidfd_send_signal() 69 SAFE_FILE_PRINTF(last_pid_file, "%s", pid_str); in verify_pidfd_send_signal()
|
/third_party/python/Modules/ |
H A D | _pickle.c | 3904 PyObject *pid_str; in save_pers() local 3906 pid_str = PyObject_Str(pid); in save_pers() 3907 if (pid_str == NULL) in save_pers() 3912 if (!PyUnicode_IS_ASCII(pid_str)) { in save_pers() 3916 Py_DECREF(pid_str); in save_pers() 3921 _Pickler_Write(self, PyUnicode_DATA(pid_str), in save_pers() 3922 PyUnicode_GET_LENGTH(pid_str)) < 0 || in save_pers() 3924 Py_DECREF(pid_str); in save_pers() 3927 Py_DECREF(pid_str); in save_pers()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 1648 char pid_str[64]; in bjnp_open_tcp() local 1665 sprintf (pid_str, "Process ID = %d", getpid ()); in bjnp_open_tcp() 1666 bjnp_send_job_details (devno, my_hostname, getusername (), pid_str); in bjnp_open_tcp()
|
Completed in 13 milliseconds