| /external/clang/test/Sema/ |
| format-strings.c | 5 typedef struct _FILE FILE; 6 int fprintf(FILE *, const char *restrict, ...); 12 int vfprintf(FILE *, const char *restrict, va_list); 21 void check_string_literal( FILE* fp, const char* s, char *buf, ... ) { 59 void check_string_literal2( FILE* fp, const char* s, char *buf, ... ) { 93 void check_invalid_specifier(FILE* fp, char *buf) 303 void rdar8026030(FILE *fp) {
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| cgraph.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 313 void dump_cgraph (FILE *); 315 void dump_cgraph_node (FILE *, struct cgraph_node *); 358 void dump_vcg_cgraph (FILE *, int, bool); 454 bool cgraph_remove_unreachable_nodes (bool, FILE *); 467 void dump_varpool (FILE *); 468 void dump_varpool_node (FILE *, struct varpool_node *); 535 void dump_hot_components (FILE *);
|
| tree-pass.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 39 TDI_vcg, /* create a VCG graph file for each 79 to a separate file. */ 81 /* Auxilliary dump file indices. Each value defines an auxiliary 82 dump file which is an additional dump file which may be generated 84 a suffix to the phase's main dump file name. When adding a new 85 auxiliary dump file, add a corresponding element in AUX_DUMP_INFO 95 extern FILE *dump_begin (enum tree_dump_index, int *) [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
| resolv.h | 167 * Resolver configuration file. 262 void fp_nquery (const u_char *, int, FILE *) __THROW; 263 void fp_query (const u_char *, FILE *) __THROW; 340 const u_char * p_cdnname (const u_char *, const u_char *, int, FILE *) 342 const u_char * p_cdname (const u_char *, const u_char *, FILE *) __THROW; 345 const u_char * p_fqname (const u_char *, const u_char *, FILE *) __THROW; 363 void fp_resstat (const res_state, FILE *) __THROW; 364 void res_npquery (const res_state, const u_char *, int, FILE *)
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
| resolv.h | 167 * Resolver configuration file. 262 void fp_nquery (const u_char *, int, FILE *) __THROW; 263 void fp_query (const u_char *, FILE *) __THROW; 340 const u_char * p_cdnname (const u_char *, const u_char *, int, FILE *) 342 const u_char * p_cdname (const u_char *, const u_char *, FILE *) __THROW; 345 const u_char * p_fqname (const u_char *, const u_char *, FILE *) __THROW; 363 void fp_resstat (const res_state, FILE *) __THROW; 364 void res_npquery (const res_state, const u_char *, int, FILE *)
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
| resolv.h | 167 * Resolver configuration file. 262 void fp_nquery (const u_char *, int, FILE *) __THROW; 263 void fp_query (const u_char *, FILE *) __THROW; 340 const u_char * p_cdnname (const u_char *, const u_char *, int, FILE *) 342 const u_char * p_cdname (const u_char *, const u_char *, FILE *) __THROW; 345 const u_char * p_fqname (const u_char *, const u_char *, FILE *) __THROW; 363 void fp_resstat (const res_state, FILE *) __THROW; 364 void res_npquery (const res_state, const u_char *, int, FILE *)
|
| /system/extras/latencytop/ |
| latencytop.c | 5 * you may not use this file except in compliance with the License. 51 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list); 52 static void erase_latency_file(FILE *f); 175 FILE *f; 181 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno)); 190 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno)); 233 FILE *f; 308 FILE *f; 321 static void erase_latency_file(FILE *f) { 325 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list) [all...] |
| /external/elfutils/libcpu/ |
| i386_lex.c | 129 /* Returned upon end-of-file. */ 155 /* Special action meaning "start processing a new file". */ 176 extern FILE *i386_in, *i386_out; 222 FILE *yy_input_file; 276 * just pointing i386_in at a new input file. 318 void i386_restart (FILE *input_file ); 320 YY_BUFFER_STATE i386__create_buffer (FILE *file,int size ); 328 static void i386__init_buffer (YY_BUFFER_STATE b,FILE *file ); [all...] |
| /external/elfutils/src/ |
| ldlex.c | 130 /* Returned upon end-of-file. */ 156 /* Special action meaning "start processing a new file". */ 177 extern FILE *ldin, *ldout; 223 FILE *yy_input_file; 277 * just pointing ldin at a new input file. 319 void ldrestart (FILE *input_file ); 321 YY_BUFFER_STATE ld_create_buffer (FILE *file,int size ); 329 static void ld_init_buffer (YY_BUFFER_STATE b,FILE *file ); [all...] |
| /external/chromium/chrome/browser/visitedlink/ |
| visitedlink_master.cc | 3 // found in the LICENSE file. 69 AsyncWriter(FILE* file, int32 offset, const void* data, size_t data_len) 70 : file_(file), 84 static bool WriteToFile(FILE* file, 88 if (fseek(file, offset, SEEK_SET) != 0) 89 return false; // Don't write to an invalid part of the file. 91 size_t num_written = fwrite(data, 1, data_len, file); 97 int ret = fflush(file); [all...] |
| /external/e2fsprogs/debugfs/ |
| logdump.c | 2 * logdump.c --- dump the contents of the journal out to a file 8 * This file may be redistributed under the terms of the GNU Public 50 ext2_file_t file; member in struct:journal_source 53 static void dump_journal(char *, FILE *, struct journal_source *); 55 static void dump_descriptor_block(FILE *, struct journal_source *, 59 static void dump_revoke_block(FILE *, char *, journal_superblock_t *, 62 static void dump_metadata_block(FILE *, struct journal_source *, 67 static void do_hexdump (FILE *, char *, int); 79 FILE *out_file; 94 journal_source.file = 0 [all...] |
| /frameworks/base/cmds/rawbu/ |
| backup.cpp | 110 // directory itself, since the restore file won't 156 // Don't delete the backup file 174 static int write_int32(FILE* fh, int32_t val) 185 static int write_int64(FILE* fh, int64_t val) 196 static int copy_file(FILE* dest, FILE* src, off_t size, const char* destName, 208 fprintf(stderr, "unable to read source (%d of %ld bytes) file '%s': %s\n", 219 fprintf(stderr, "unable to write file (%d of %d bytes) '%s': '%s'\n", 236 static int write_header(FILE* fh, int type, const char* path, const struct stat* st) 256 static int backup_dir(FILE* fh, const char* srcPath [all...] |
| /external/bison/src/ |
| print.c | 6 This file is part of Bison, the GNU Compiler Compiler. 19 along with Bison; see the file COPYING. If not, write to 73 print_core (FILE *out, state *s) 130 print_transitions (state *s, FILE *out, bool display_transitions_p) 178 print_errs (FILE *out, state *s) 282 print_reduction (FILE *out, size_t width, 307 print_reductions (FILE *out, state *s) 402 print_actions (FILE *out, state *s) 418 print_state (FILE *out, state *s) 449 print_grammar (FILE *out [all...] |
| scan-skel.c | 125 /* Returned upon end-of-file. */ 162 /* Special action meaning "start processing a new file". */ 183 extern FILE *skel_in, *skel_out; 224 FILE *yy_input_file; 282 * just pointing skel_in at a new input file. 341 void skel_restart (FILE *input_file ); 343 YY_BUFFER_STATE skel__create_buffer (FILE *file,int size ); 351 static void skel__init_buffer (YY_BUFFER_STATE b,FILE *file ); [all...] |
| /external/icu4c/io/ |
| ufile.c | 9 * File ufile.c 46 finit_owner(FILE *f, 115 u_finit(FILE *f, 123 u_fadopt(FILE *f, 137 FILE *systemFile = fopen(filename, perm); 201 u_fflush(UFILE *file) 203 ufile_flush_translit(file); 204 ufile_flush_io(file); 205 if (file->fFile) { 206 fflush(file->fFile) [all...] |
| /external/jpeg/ |
| rdswitch.c | 5 * This file is part of the Independent JPEG Group's software. 6 * For conditions of distribution and use, see the accompanying README file. 8 * This file contains routines to process some of cjpeg's more complicated 10 * -qtables file Read quantization tables from text file 11 * -scans file Read scan script from text file 21 text_getc (FILE * file) 27 ch = getc(file); [all...] |
| /external/linux-tools-perf/util/ |
| map.h | 122 size_t map__fprintf(struct map *self, FILE *fp); 135 enum map_type type, int verbose, FILE *fp); 143 size_t map_groups__fprintf(struct map_groups *self, int verbose, FILE *fp); 144 size_t map_groups__fprintf_maps(struct map_groups *self, int verbose, FILE *fp); 237 int verbose, FILE *fp);
|
| /external/qemu/distrib/jpeg-6b/ |
| rdswitch.c | 5 * This file is part of the Independent JPEG Group's software. 6 * For conditions of distribution and use, see the accompanying README file. 8 * This file contains routines to process some of cjpeg's more complicated 10 * -qtables file Read quantization tables from text file 11 * -scans file Read scan script from text file 21 text_getc (FILE * file) 27 ch = getc(file); [all...] |
| /external/quake/quake/src/WinQuake/ |
| sys_sun.cpp | 41 FILE IO 50 FILE *hFile; 74 int filelength (FILE *f) 89 FILE *f; 117 FILE *f; 170 Sys_Error( "Attempted to write to read-only file %d!\n", handle ); 176 FILE *f;
|
| /external/wpa_supplicant_6/wpa_supplicant/ |
| config_file.c | 2 * WPA Supplicant / Configuration backend: text file 14 * This file implements a configuration backend for text files. All the 15 * configuration information is stored in a text file that uses a format 16 * described in the sample configuration file, wpa_supplicant.conf. 29 * wpa_config_get_line - Read the next configuration file line 32 * @stream: File stream to read from 33 * @line: Pointer to a variable storing the file line number 39 * This function reads the next non-empty line from the configuration file and 42 static char * wpa_config_get_line(char *s, int size, FILE *stream, int *line, 130 static struct wpa_ssid * wpa_config_read_network(FILE *f, int *line, int id [all...] |
| /ndk/sources/host-tools/sed-4.2.1/build-aux/ |
| help2man | 51 -i, --include=FILE include material from `FILE' 52 -I, --opt-include=FILE include material from `FILE' if it exists 53 -o, --output=FILE send output to `FILE' 100 my @include = (); # retain order given in include file 102 # Process include file (if given). Format is: 514 .\\" DO NOT MODIFY THIS FILE! It was generated by $this_program $this_version.
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| ipa-prop.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 65 update_call_notes_after_inlining in the same file. */ 438 void ipa_print_node_params (FILE *, struct cgraph_node *node); 439 void ipa_print_all_params (FILE *); 440 void ipa_print_node_jump_functions (FILE *f, struct cgraph_node *node); 441 void ipa_print_all_jump_functions (FILE * f); 513 void ipa_dump_param_adjustments (FILE *, ipa_parm_adjustment_vec, tree);
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| ipa-prop.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 65 update_call_notes_after_inlining in the same file. */ 438 void ipa_print_node_params (FILE *, struct cgraph_node *node); 439 void ipa_print_all_params (FILE *); 440 void ipa_print_node_jump_functions (FILE *f, struct cgraph_node *node); 441 void ipa_print_all_jump_functions (FILE * f); 513 void ipa_dump_param_adjustments (FILE *, ipa_parm_adjustment_vec, tree);
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| ipa-prop.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 65 update_call_notes_after_inlining in the same file. */ 438 void ipa_print_node_params (FILE *, struct cgraph_node *node); 439 void ipa_print_all_params (FILE *); 440 void ipa_print_node_jump_functions (FILE *f, struct cgraph_node *node); 441 void ipa_print_all_jump_functions (FILE * f); 513 void ipa_dump_param_adjustments (FILE *, ipa_parm_adjustment_vec, tree);
|
| /external/harfbuzz/src/ |
| harfbuzz-dump.c | 46 #define DEF_DUMP(type) static void Dump_ ## type (HB_ ## type *type, FILE *stream, int indent, HB_Type hb_type) 52 do_indent (FILE *stream, int indent) 58 dump (FILE *stream, int indent, const char *format, ...) 70 Dump_UShort_Array (HB_UShort *array, int count, const char *name, FILE *stream, int indent) 83 Print_Tag (HB_UInt tag, FILE *stream) 286 Dump_GSUB_Lookup_Single (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) 331 Dump_GSUB_Lookup_Ligature (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) 370 Dump_GSUB_Lookup_Context (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) 436 Dump_GSUB_Lookup_Chain (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) 458 Dump_Device (HB_Device *Device, FILE *stream, int indent, HB_Type hb_type [all...] |