Home
last modified time | relevance | path

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

/external/ltp/testcases/misc/crash/
Dcrash02.c73 static int s_opt = 0; variable
126 {"s:", &s_opt, &s_copt},
154 if (s_opt) in main()
Dcrash01.c71 static int s_opt = 0; variable
135 {"s:", &s_opt, &s_copt},
162 if (s_opt) in main()
/external/ltp/testcases/kernel/fs/doio/
Diogen.c145 int s_opt = 0; /* syscalls */ variable
1635 s_opt++; in parse_cmdline()
1706 if (!s_opt) { in parse_cmdline()
/external/e2fsprogs/misc/
Dmke2fs.c1515 int s_opt = -1, r_opt = -1; in PRS() local
1798 s_opt = atoi(optarg); in PRS()
2178 if (s_opt > 0) { in PRS()
2186 } else if (s_opt == 0) in PRS()