Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/proc/
Dproc01.c61 static char *opt_maxmbytesstr; variable
214 {"m:", &opt_maxmbytes, &opt_maxmbytesstr},
453 maxbytes = atoi(opt_maxmbytesstr) * 1024 * 1024; in main()