OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmd_file
(Results
1 - 5
of
5
) 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
);
302
char *
cmd_file
= 0;
local
326
cmd_file
= optarg;
330
"[-R request] [-f
cmd_file
]");
353
} else if (
cmd_file
) {
354
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/debugfs/
debugfs.c
2150
char *
cmd_file
= 0;
local
[
all
...]
/external/netperf/
netsh.c
119
char
cmd_file
[BUFSIZ]; /* name of the commands file */
variable
Completed in 502 milliseconds