HomeSort by relevance Sort by last modified time
    Searched refs:more_than_one (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
nm.c 112 static int process_file (const char *fname, bool more_than_one);
225 const bool more_than_one = remaining + 1 < argc; local
228 result |= process_file (argv[remaining], more_than_one);
365 process_file (const char *fname, bool more_than_one)
381 int result = handle_elf (elf, more_than_one ? "" : NULL,
    [all...]
  /external/blktrace/
blkparse.c 90 int more_than_one; member in struct:per_process_info
718 ppi->more_than_one = 1;
    [all...]

Completed in 1285 milliseconds