HomeSort by relevance Sort by last modified time
    Searched defs:pfile (Results 1 - 9 of 9) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
main.c 50 char *pfile[MAX_PFILE]; /* program filenames from -f's */ variable
95 pfile[npfile++] = argv[1];
171 if (strcmp(pfile[curpfile], "-") == 0)
173 else if ((yyin = fopen(pfile[curpfile], "r")) == NULL)
174 FATAL("can't open file %s", pfile[curpfile]);
189 return pfile[curpfile];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
symtab.h 62 struct cpp_reader *pfile; member in struct:ht
87 TABLE->PFILE, the node, and a PTR, and the callback sequence stops
  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 84 FILE* pfile; local
131 if ( (pfile = fopen(arbfile, "r")) != NULL ){
132 fclose(pfile);
  /external/gtest/src/
gtest.cc 3537 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 3820 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 5021 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 5021 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 5021 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vfw.h 1023 STDAPI_(ULONG) AVIFileAddRef (PAVIFILE pfile); variable
1024 STDAPI_(ULONG) AVIFileRelease (PAVIFILE pfile); variable
    [all...]

Completed in 367 milliseconds