Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/capsicum-test/
HDfcntl.cc134 int ok_index = -1; in CheckFcntl() local
137 if (ok_index == -1) ok_index = ii; in CheckFcntl()
142 EXPECT_NE(-1, ok_index); in CheckFcntl()
143 int rc = fcntl(caps[ok_index], cmd, arg); in CheckFcntl()