Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/utime/
Dutime06.c64 static void cleanup_nobody(void);
73 {TEMP_FILE, EACCES, NULL, setup_nobody, cleanup_nobody},
75 {TEMP_FILE, EPERM, &times, setup_nobody, cleanup_nobody},
160 static void cleanup_nobody(void) in cleanup_nobody() function