Searched refs:outfd (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| H A D | asm.c | 133 emit_instructions(int outfd) argument 141 write(outfd, &i, 4); 158 write(outfd, &ai->literal, 4); 322 write(outfd, &instr, 4); 334 emit_jumptable(int outfd) argument 354 write(outfd, jmptable, sizeof(jmptable)); 371 int c, ret, outfd; local in function:main 392 outfd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, 0644); 393 if (outfd < 0) { 426 emit_instructions(outfd); [all...] |
| /xsrc/external/mit/imake/dist/ |
| H A D | imake.c | 345 FILE *outfd, const char *outfname); 353 void doit(FILE *outfd, const char *cmd, const char **argv); 763 doit(FILE *outfd, const char *cmd, const char **argv) argument 772 if (outfd) 773 dup2(fileno(outfd), 1); 795 if (outfd) 796 dup2(fileno(outfd), 1); 1682 FILE *outfd, const char *outfname) 1708 doit(outfd, cpp, cpp_argv); 1709 CleanCppOutput(outfd, outfnam 1681 cppit(const char * imakefile,const char * template,const char * masterc,FILE * outfd,const char * outfname) argument [all...] |
Completed in 4 milliseconds