Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage03.c289 char str_maxrss_self[BUFSIZ], str_maxrss_child[BUFSIZ]; in exec_without_fork() local
301 sprintf(str_maxrss_self, "%ld", maxrss_self); in exec_without_fork()
304 "-s", str_maxrss_self, "-l", str_maxrss_child, NULL) == -1) in exec_without_fork()