Searched refs:path_template (Results 1 – 3 of 3) sorted by relevance
48 static const char path_template[] = "/proc/%d/environ"; in test_ptrace_read() 49 char procenv_path[sizeof(path_template) + 10]; in test_ptrace_read() 53 path_template, pid); in test_ptrace_read() 46 static const char path_template[] = "/proc/%d/environ"; test_ptrace_read() local
3563 static const char path_template[] = "/proc/self/fd/%d"; in open_proc_fd() local3564 char procfd_path[sizeof(path_template) + 10]; in open_proc_fd()3566 snprintf(procfd_path, sizeof(procfd_path), path_template, fd); in open_proc_fd()
122 static const char path_template[] = "/proc/self/fd/%d"; in FIXTURE_SETUP() local123 char procfd_path[sizeof(path_template) + 10]; in FIXTURE_SETUP()162 path_template, self->pipe_fds[0]); in FIXTURE_SETUP()