Home
last modified time | relevance | path

Searched refs:myself (Results 1 – 1 of 1) sorted by relevance

/qemu/linux-user/
H A Dsyscall.c8230 char myself[80]; in is_proc_myself() local
8231 snprintf(myself, sizeof(myself), "%d/", getpid()); in is_proc_myself()
8232 if (!strncmp(filename, myself, strlen(myself))) { in is_proc_myself()
8233 filename += strlen(myself); in is_proc_myself()