HomeSort by relevance Sort by last modified time
    Searched refs:pfile (Results 1 - 13 of 13) 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];
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 101 for pfile in sorted(glob(path.join(path.join(builtins_dir, 'profiles'), '*'))):
102 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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
c-common.h 934 extern int c_common_valid_pch (cpp_reader *pfile, const char *name, int fd);
935 extern void c_common_read_pch (cpp_reader *pfile, const char *name, int fd,
939 extern void c_common_pch_pragma (cpp_reader *pfile, const char *);
    [all...]
cpplib.h 706 Returns cpp_errors (pfile). */
711 cpp_errors (pfile). */
752 extern void cpp_define_formatted (cpp_reader *pfile,
904 table is only populated when pfile->state.save_comments is true. */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.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
c-common.h 935 extern int c_common_valid_pch (cpp_reader *pfile, const char *name, int fd);
936 extern void c_common_read_pch (cpp_reader *pfile, const char *name, int fd,
940 extern void c_common_pch_pragma (cpp_reader *pfile, const char *);
    [all...]
cpplib.h 706 Returns cpp_errors (pfile). */
711 cpp_errors (pfile). */
752 extern void cpp_define_formatted (cpp_reader *pfile,
904 table is only populated when pfile->state.save_comments is true. */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.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
c-common.h 935 extern int c_common_valid_pch (cpp_reader *pfile, const char *name, int fd);
936 extern void c_common_read_pch (cpp_reader *pfile, const char *name, int fd,
940 extern void c_common_pch_pragma (cpp_reader *pfile, const char *);
    [all...]
cpplib.h 706 Returns cpp_errors (pfile). */
711 cpp_errors (pfile). */
752 extern void cpp_define_formatted (cpp_reader *pfile,
904 table is only populated when pfile->state.save_comments is true. */
    [all...]
  /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/chromium/third_party/libevent/
http.c 544 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile)
571 if (pfile != NULL) {
592 if (pfile != NULL)
593 *pfile = file;
    [all...]

Completed in 575 milliseconds