HomeSort by relevance Sort by last modified time
    Searched full:outfn (Results 1 - 7 of 7) 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/
compile_et.sh.in 49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
56 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.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
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 309 LLVMValueRef *OutFn) {
311 *OutFn = wrap(F);
  /external/llvm/include/llvm-c/
ExecutionEngine.h 160 LLVMValueRef *OutFn);

Completed in 216 milliseconds