HomeSort by: relevance | last modified time | path
    Searched refs:outfn (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
h8300-dis.c 180 fprintf_ftype outfn = info->fprintf_func; local
183 outfn (stream, "#0x%x", (unsigned) cst);
185 outfn (stream, "#0x%x", (unsigned) cst);
187 outfn (stream, "#%d", (unsigned) cst);
189 outfn (stream, "#2");
191 outfn (stream, "#4");
193 outfn (stream, "#8");
195 outfn (stream, "#16");
201 outfn (stream, "%s", regnames[rn]);
205 outfn (stream, "%s", wregnames[rn])
327 fprintf_ftype outfn = info->fprintf_func; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
h8300-dis.c 180 fprintf_ftype outfn = info->fprintf_func; local
183 outfn (stream, "#0x%x", (unsigned) cst);
185 outfn (stream, "#0x%x", (unsigned) cst);
187 outfn (stream, "#%d", (unsigned) cst);
189 outfn (stream, "#2");
191 outfn (stream, "#4");
193 outfn (stream, "#8");
195 outfn (stream, "#16");
201 outfn (stream, "%s", regnames[rn]);
205 outfn (stream, "%s", wregnames[rn])
327 fprintf_ftype outfn = info->fprintf_func; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
h8300-dis.c 180 fprintf_ftype outfn = info->fprintf_func; local
183 outfn (stream, "#0x%x", (unsigned) cst);
185 outfn (stream, "#0x%x", (unsigned) cst);
187 outfn (stream, "#%d", (unsigned) cst);
189 outfn (stream, "#2");
191 outfn (stream, "#4");
193 outfn (stream, "#8");
195 outfn (stream, "#16");
201 outfn (stream, "%s", regnames[rn]);
205 outfn (stream, "%s", wregnames[rn])
327 fprintf_ftype outfn = info->fprintf_func; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
h8300-dis.c 180 fprintf_ftype outfn = info->fprintf_func; local
183 outfn (stream, "#0x%x", (unsigned) cst);
185 outfn (stream, "#0x%x", (unsigned) cst);
187 outfn (stream, "#%d", (unsigned) cst);
189 outfn (stream, "#2");
191 outfn (stream, "#4");
193 outfn (stream, "#8");
195 outfn (stream, "#16");
201 outfn (stream, "%s", regnames[rn]);
205 outfn (stream, "%s", wregnames[rn])
327 fprintf_ftype outfn = info->fprintf_func; local
    [all...]
  /src/sys/fs/cd9660/
cd9660_util.c 187 isofntrans(const u_char *infn, int infnlen, u_char *outfn, u_short *outfnlen,
196 *outfn++ = ASSOCCHAR;
206 if (fnidx > 0 && outfn[-1] == '.')
211 sz = wput(outfn, ISO_MAXNAMLEN - fnidx, c, joliet_level);
215 *outfn = '?';
220 outfn += sz;
  /src/external/gpl2/xcvs/dist/src/
run.c 416 void (*outfn) (const char *, size_t);
419 outfn = cvs_outerr;
421 outfn = cvs_output;
428 outfn = NULL;
433 (*outfn) ("'", 1);
434 (*outfn) (run_argv[i], 0);
435 (*outfn) ("'", 1);
437 (*outfn) (" ", 1);
buffer.c 1290 /* The input translation function. Exactly one of inpfn and outfn
1303 int (*outfn) (void *fnclosure, const char *input, char *output, member in struct:packetizing_buffer
1340 int (*outfn) (void *, const char *, char *,
1352 pb->outfn = outfn;
1644 status = (*pb->outfn) (pb->fnclosure, inbuf, outbuf + 2, size,

Completed in 21 milliseconds