Home
last modified time | relevance | path

Searched defs:get_flag (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/pipe2/
Dpipe2_01.c54 int get_flag = 0, i = 0; in verify_pipe2() local
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_loop01.c45 static void check_loop_value(int set_flag, int get_flag, int autoclear_field) in check_loop_value()
/third_party/rust/crates/clap/src/parser/matches/
Darg_matches.rs176 pub fn get_flag(&self, id: &str) -> bool { in get_flag() method