Home
last modified time | relevance | path

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

/freebsd-13.1/tools/regression/fsx/
H A Dfsx.c114 unsigned long debugstart = 0; /* -D flag */ variable
840 if (debugstart > 0 && testcalls >= debugstart) in test()
1075 debugstart = getnum(optarg, &endp); in main()
1076 if (debugstart < 1) in main()