Home
last modified time | relevance | path

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

/external/elfutils/src/
Dnm.c112 static int process_file (const char *fname, bool more_than_one);
225 const bool more_than_one = remaining + 1 < argc; in main() local
228 result |= process_file (argv[remaining], more_than_one); in main()
365 process_file (const char *fname, bool more_than_one) in process_file() argument
381 int result = handle_elf (elf, more_than_one ? "" : NULL, in process_file()
/external/blktrace/
Dblkparse.c90 int more_than_one; member
718 ppi->more_than_one = 1; in find_ppi()
1754 if (ppi->more_than_one) in show_process_stats()