Home
last modified time | relevance | path

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

/glibc-2.36/rt/
Dtst-shm.c37 static char shm_escape_name[sizeof "/../escaped-" + sizeof (pid_t) * 3]; variable
44 snprintf (shm_escape_name, sizeof (shm_escape_name), "/../escaped-%u", in init_shm_test_names()
134 fd = shm_open (shm_escape_name, O_RDWR | O_CREAT | O_TRUNC | O_EXCL, 0600); in do_test()