/external/selinux/policycoreutils/hll/pp/ |
pp.c | 73 const char *ofile = NULL; local 108 ofile = argv[2]; 109 out = fopen(ofile, "w"); 111 log_err("Failed to open %s: %s", ofile, strerror(errno)); 131 if (ofile) { 133 char *cil_path = strdup(ofile);
|
/external/skia/experimental/tools/ |
coreGraphicsPdf2png.cpp | 58 FILE* ofile = (!output || !output[0] || 0 == strcmp(output, "-")) local 60 ASSERT(ofile); 61 CGDataConsumerRef consumer = CGDataConsumerCreate(ofile, &procs);
|
/external/skqp/experimental/tools/ |
coreGraphicsPdf2png.cpp | 58 FILE* ofile = (!output || !output[0] || 0 == strcmp(output, "-")) local 60 ASSERT(ofile); 61 CGDataConsumerRef consumer = CGDataConsumerCreate(ofile, &procs);
|
/toolchain/binutils/binutils-2.27/binutils/ |
coffgrok.c | 40 static struct coff_ofile * ofile; variable in typeref:struct:coff_ofile 249 if (sym->n_scnum >= ofile->nsections || sym->n_scnum < 0) 253 where->section = ofile->sections; 256 where->section = &ofile->sections[sym->n_scnum]; 652 /* Glue onto the ofile list. */ 655 if (ofile->symbol_list_tail) 656 ofile->symbol_list_tail->next_in_ofile_list = s; 658 ofile->symbol_list_head = s; 659 ofile->symbol_list_tail = s; 727 ofile = head [all...] |
/hardware/intel/common/utils/ISV/base/ |
isv_worker.cpp | 1019 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 570 if(!test->ofile) { 574 test->ofile = open(outfile, O_CREAT|O_RDWR|O_BINARY, 0777); 576 test->ofile = open(outfile, O_CREAT|O_RDWR, 0777); 578 if(test->ofile == -1) { 594 return write(test->ofile, writebuf, count); 602 lseek(test->ofile, -1, SEEK_CUR); /* smash lf on top of the cr */ 610 if(1 != write(test->ofile, &c, 1)) 893 if(test.ofile > 0) { 894 close(test.ofile); [all...] |
/external/python/cpython2/Modules/ |
_ssl.c | 3548 PyObject *ofile = NULL; local 3561 CONVERT(X509_get_default_cert_file(), ofile); local [all...] |
/external/python/cpython3/Modules/ |
_ssl.c | 4640 PyObject *ofile = NULL; local 4654 CONVERT(X509_get_default_cert_file(), ofile); local [all...] |
/toolchain/binutils/binutils-2.27/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 | |