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

  /toolchain/binutils/binutils-2.27/opcodes/
h8300-dis.c 184 fprintf_ftype outfn = info->fprintf_func; local
187 outfn (stream, "#0x%x", (unsigned) cst);
189 outfn (stream, "#0x%x", (unsigned) cst);
191 outfn (stream, "#%d", (unsigned) cst);
193 outfn (stream, "#2");
195 outfn (stream, "#4");
197 outfn (stream, "#8");
199 outfn (stream, "#16");
205 outfn (stream, "%s", regnames[rn]);
209 outfn (stream, "%s", wregnames[rn])
331 fprintf_ftype outfn = info->fprintf_func; local
    [all...]
  /external/e2fsprogs/util/
subst.c 328 char *outfn = NULL, *newfn = NULL; local
369 outfn = argv[optind];
370 newfn = (char *) malloc(strlen(outfn)+20);
375 strcpy(newfn, outfn);
388 fd = open(outfn, O_RDONLY);
407 outfn = 0;
417 if (outfn) {
422 printf("No change, keeping %s.\n", outfn);
425 printf("Updating modtime for %s\n", outfn);
434 set_utimes(outfn, fileno(old), tv)
    [all...]
gen-android-files 25 awk -f lib/et/et_c.awk outfile=$i.c outfn=$(basename $i.c) $i.et
26 awk -f lib/et/et_h.awk outfile=$i.h outfn=$(basename $i.h) $i.et
  /external/e2fsprogs/misc/
logsave.c 255 char *outfn, **cpp; local
278 outfn = argv[optind];
283 outfd = open(outfn, openflags, 0644);
319 outfn);
324 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 130 milliseconds