OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outfn
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/util/
subst.c
270
static int compare_file(const char *
outfn
, const char *newfn)
276
old_f = fopen(
outfn
, "r");
309
char *
outfn
= NULL, *newfn = NULL;
local
349
outfn
= argv[optind];
350
newfn = (char *) malloc(strlen(
outfn
)+20);
355
strcpy(newfn,
outfn
);
364
outfn
= 0;
375
if (
outfn
) {
377
if (compare_file(
outfn
, newfn)) {
379
printf("No change, keeping %s.\n",
outfn
);
[
all
...]
/external/e2fsprogs/misc/
logsave.c
253
char *
outfn
, **cpp;
local
276
outfn
= argv[optind];
281
outfd = open(
outfn
, openflags, 0644);
317
outfn
);
322
outfd = open(
outfn
, openflags, 0644);
/external/e2fsprogs/lib/et/
et_h.awk
2
if ( length(
outfn
) == 0) {
3
outfn
= outfile
129
print " * "
outfn
":" > outfile
et_c.awk
2
if ( length(
outfn
) == 0) {
3
outfn
= outfile
125
print " * "
outfn
":" > outfile
Completed in 85 milliseconds