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

  /external/libdivsufsort/examples/
mksary.c 71 const char *fname, *ofname; local
111 if(fopen_s(&ofp, ofname = argv[2], "wb") != 0) {
113 if((ofp = LFS_FOPEN(ofname = argv[2], "wb")) == NULL) {
115 fprintf(stderr, "%s: Cannot open file `%s': ", argv[0], ofname);
128 ofname = "stdout";
182 fprintf(stderr, "%s: Cannot write to `%s': ", argv[0], ofname);
unbwt.c 83 const char *fname, *ofname; local
125 if(fopen_s(&ofp, ofname = argv[2], "wb") != 0) {
127 if((ofp = LFS_FOPEN(ofname = argv[2], "wb")) == NULL) {
129 fprintf(stderr, "%s: Cannot open file `%s': ", argv[0], ofname);
142 ofname = "stdout";
184 fprintf(stderr, "%s: Cannot write to `%s': ", argv[0], ofname);
bwt.c 81 const char *fname, *ofname; local
133 if(fopen_s(&ofp, ofname = argv[i], "wb") != 0) {
135 if((ofp = LFS_FOPEN(ofname = argv[i], "wb")) == NULL) {
137 fprintf(stderr, "%s: Cannot open file `%s': ", argv[0], ofname);
150 ofname = "stdout";
177 fprintf(stderr, "%s: Cannot write to `%s': ", argv[0], ofname);
197 fprintf(stderr, "%s: Cannot write to `%s': ", argv[0], ofname);
  /external/blktrace/
blkrawverify.c 153 char ofname[1024]; local
159 sprintf(ofname, "%s.verify.out", devname);
162 *fp = fopen(ofname, "w");
165 ofname, strerror(errno));
282 char *ofname = malloc(1024); local
293 sprintf(ofname, "%s.verify.out", devname);
317 fprintf(stdout, "Wrote output to %s\n", ofname);
blkparse.c 2823 char ofname[128]; local
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h 588 found. The final filename used is returned in ofname.
594 @param[out] ofname If non-NULL, receives the filename actually used
603 char * const ofname = NULL);
    [all...]
PVRShell.cpp 565 found. The final filename used is returned in ofname.
571 @param[out] ofname If non-NULL, receives the filename actually used
580 char * const ofname)
615 if(ofname) // requested the output file name
617 strcpy(ofname, pszFileName);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
binhex.py 177 ofname = ofp
178 ofp = open(ofname, 'w')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
binhex.py 176 ofname = ofp
177 ofp = open(ofname, 'w')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
binhex.py 176 ofname = ofp
177 ofp = open(ofname, 'w')
  /prebuilts/gdb/linux-x86/lib/python2.7/
binhex.py 176 ofname = ofp
177 ofp = open(ofname, 'w')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 176 ofname = ofp
177 ofp = open(ofname, 'w')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 176 ofname = ofp
177 ofp = open(ofname, 'w')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_subprocess.py 584 ofhandle, ofname = mkstemp()
593 os.remove(ofname)
597 self.assertFalse(os.path.exists(ofname))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_subprocess.py 636 ofhandle, ofname = mkstemp()
645 os.remove(ofname)
649 self.assertFalse(os.path.exists(ofname))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_subprocess.py 636 ofhandle, ofname = mkstemp()
645 os.remove(ofname)
649 self.assertFalse(os.path.exists(ofname))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 636 ofhandle, ofname = mkstemp()
645 os.remove(ofname)
649 self.assertFalse(os.path.exists(ofname))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 636 ofhandle, ofname = mkstemp()
645 os.remove(ofname)
649 self.assertFalse(os.path.exists(ofname))
    [all...]

Completed in 4669 milliseconds