/ndk/sources/host-tools/make-3.81/ |
vmsjobs.c | 307 char ifile[256], ofile[256], efile[256]; local 315 ofile[0] = 0; 386 p = vms_redirect (&ofiledsc, ofile, p); 502 if (ofile[0]) 504 fprintf (outfile, "$ define sys$output %s\n", ofile); 505 DB (DB_JOBS, (_("Redirected output to %s\n"), ofile));
|
/toolchain/binutils/binutils-2.25/binutils/ |
coffgrok.c | 40 static struct coff_ofile *ofile; variable in typeref:struct:coff_ofile 234 where->section = &ofile->sections[sym->n_scnum]; 547 /* Glue onto the ofile list */ 550 if (ofile->symbol_list_tail) 551 ofile->symbol_list_tail->next_in_ofile_list = s; 553 ofile->symbol_list_head = s; 554 ofile->symbol_list_tail = s; 602 ofile = head; 651 top_scope->sec = ofile->sections + sym->n_scnum; 671 top_scope->sec = ofile->sections + sym->n_scnum [all...] |
/hardware/intel/common/utils/ISV/base/ |
isv_worker.cpp | 1017 FILE *ofile = fopen(FRAME_OUTPUT_FILE_NV12, "ab"); local [all...] |
/external/curl/tests/server/ |
tftpd.c | 111 int ofile; /* file descriptor for output file when uploading to us */ member in struct:testcase 565 if(!test->ofile) { 568 test->ofile=open(outfile, O_CREAT|O_RDWR, 0777); 569 if(test->ofile == -1) { 585 return write(test->ofile, writebuf, count); 593 lseek(test->ofile, -1, SEEK_CUR); /* smash lf on top of the cr */ 601 if(1 != write(test->ofile, &c, 1)) 884 if(test.ofile > 0) { 885 close(test.ofile); 886 test.ofile = 0 [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ecoff.c | 1029 FDR ofile [ PAGE_SIZE \/ sizeof (FDR) ]; member in union:page [all...] |
/prebuilts/tools/linux-x86_64/kythe/extractors/ |
javac_extractor.jar | |
/prebuilts/tools/linux-x86_64/kythe/indexers/ |
java_indexer.jar | |