Searched refs:flagstatus (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/tests/sys/audit/
H A Dfile-attribute-modify.c114 int flagstatus; local
119 /* Retrieve the status flags of 'filedesc' and store it in flagstatus */
120 ATF_REQUIRE((flagstatus = fcntl(filedesc, F_GETFL, 0)) != -1);
122 "fcntl.*return,success,%d", flagstatus);

Completed in 87 milliseconds