HomeSort by relevance Sort by last modified time
    Searched defs:pfile (Results 1 - 6 of 6) 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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
symtab.h 63 struct cpp_reader *pfile; member in struct:ht
88 TABLE->PFILE, the node, and a PTR, and the callback sequence stops
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 63 struct cpp_reader *pfile; member in struct:ht
88 TABLE->PFILE, the node, and a PTR, and the callback sequence stops
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
symtab.h 63 struct cpp_reader *pfile; member in struct:ht
88 TABLE->PFILE, the node, and a PTR, and the callback sequence stops
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 63 struct cpp_reader *pfile; member in struct:ht
88 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);

Completed in 135 milliseconds