Searched defs:only_one (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/clap/clap_derive/src/utils/ |
H A D | ty.rs | 144 fn only_one<I, T>(mut iter: I) -> Option<T> in only_one() functions
|
/third_party/elfutils/src/ |
H A D | elflint.c | 146 bool only_one = remaining + 1 == argc; in main() local 231 process_file(int fd, Elf *elf, const char *prefix, const char *suffix, const char *fname, size_t size, bool only_one) process_file() argument 4767 process_elf_file(Elf *elf, const char *prefix, const char *suffix, const char *fname, size_t size, bool only_one) process_elf_file() argument
|
H A D | readelf.c | 384 bool only_one = remaining + 1 == argc; in main() local 753 check_archive_index (int fd, const char *fname, bool only_one) in check_archive_index() argument 797 bool only_one; member 891 process_file (int fd, const char *fname, bool only_one) in process_file() argument [all...] |
Completed in 13 milliseconds