HomeSort by relevance Sort by last modified time
    Searched defs:cmd_file (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ss/
test_ss.c 34 static int source_file(const char *cmd_file, int sci_idx)
43 if (strcmp(cmd_file, "-") == 0)
46 f = fopen(cmd_file, "r");
48 perror(cmd_file);
87 char *cmd_file = 0; local
97 cmd_file = optarg;
101 "[-f cmd_file]");
128 } else if (cmd_file) {
129 exit_status = source_file(cmd_file, sci_idx);
  /external/e2fsprogs/tests/progs/
test_icount.c 246 static int source_file(const char *cmd_file, int sci_idx)
255 if (strcmp(cmd_file, "-") == 0)
258 f = fopen(cmd_file, "r");
260 perror(cmd_file);
304 char *cmd_file = 0; local
328 cmd_file = optarg;
332 "[-R request] [-f cmd_file]");
355 } else if (cmd_file) {
356 exit_status = source_file(cmd_file, sci_idx);
test_rel.c 662 static int source_file(const char *cmd_file, int sci_idx)
671 if (strcmp(cmd_file, "-") == 0)
674 f = fopen(cmd_file, "r");
676 perror(cmd_file);
715 const char *usage = "Usage: test_rel [-R request] [-f cmd_file]";
719 char *cmd_file = 0; local
729 cmd_file = optarg;
755 } else if (cmd_file) {
756 exit_status = source_file(cmd_file, sci_idx);
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 37 static int source_file(const char *cmd_file, int sci_idx)
45 if (strcmp(cmd_file, "-") == 0)
48 f = fopen(cmd_file, "r");
50 perror(cmd_file);
578 char *cmd_file = 0; local
611 cmd_file = optarg;
615 "[-f cmd_file]", subsystem_name);
644 } else if (cmd_file) {
645 exit_status = source_file(cmd_file, sci_idx);
  /external/netperf/
netsh.c 119 char cmd_file[BUFSIZ]; /* name of the commands file */ variable
  /external/e2fsprogs/debugfs/
debugfs.c 2411 char *cmd_file = 0; local
    [all...]

Completed in 679 milliseconds