Searched defs:cmd_file (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Dtest_ss.c35 static int source_file(const char *cmd_file, int sci_idx) argument
44 if (strcmp(cmd_file, "-") == 0)
47 f = fopen(cmd_file, "r");
49 perror(cmd_file);
88 char *cmd_file = 0; local
98 cmd_file = optarg;
102 "[-f cmd_file]");
129 } else if (cmd_file) {
130 exit_status = source_file(cmd_file, sci_idx);
/external/e2fsprogs/tests/progs/
H A Dtest_icount.c247 static int source_file(const char *cmd_file, int sci_idx) argument
256 if (strcmp(cmd_file, "-") == 0)
259 f = fopen(cmd_file, "r");
261 perror(cmd_file);
305 char *cmd_file = 0; local
329 cmd_file = optarg;
333 "[-R request] [-f cmd_file]");
356 } else if (cmd_file) {
357 exit_status = source_file(cmd_file, sci_idx);
H A Dtest_rel.c663 static int source_file(const char *cmd_file, int sci_idx) argument
672 if (strcmp(cmd_file, "-") == 0)
675 f = fopen(cmd_file, "r");
677 perror(cmd_file);
716 const char *usage = "Usage: test_rel [-R request] [-f cmd_file]";
720 char *cmd_file = 0; local
730 cmd_file = optarg;
756 } else if (cmd_file) {
757 exit_status = source_file(cmd_file, sci_idx);
/external/e2fsprogs/lib/ext2fs/
H A Dtst_bitmaps.c38 static int source_file(const char *cmd_file, int sci_idx) argument
46 if (strcmp(cmd_file, "-") == 0)
49 f = fopen(cmd_file, "r");
51 perror(cmd_file);
640 char *cmd_file = 0; local
673 cmd_file = optarg;
677 "[-f cmd_file]", subsystem_name);
706 } else if (cmd_file) {
707 exit_status = source_file(cmd_file, sci_idx);
/external/e2fsprogs/debugfs/
H A Ddebugfs.c2366 static int source_file(const char *cmd_file, int ss_idx) argument
2374 if (strcmp(cmd_file, "-") == 0)
2377 f = fopen(cmd_file, "r");
2379 perror(cmd_file);
2412 "Usage: %s [-b blocksize] [-s superblock] [-f cmd_file] "
2422 char *cmd_file = 0; local
2466 cmd_file = optarg;
2543 } else if (cmd_file) {
2544 exit_status = source_file(cmd_file, sci_idx);
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl8695 sub cmd_file($) subroutine
9050 if(cmd_file($Header)!~/HTML|XML/i) {
9062 or cmd_file($Header)=~/C[\+]*\s+program/i)
20082 and cmd_file($Path)=~/(shared|dynamic)\s+library/i)

Completed in 541 milliseconds