| /external/netperf/ |
| netlib.h | 315 extern void PrintWin32Error(FILE *stream, LPSTR text); 365 int fildes; /* the file descriptor of the source 366 file */ 368 the file for this send */ 447 extern FILE *where; 467 extern void dump_addrinfo(FILE *dumploc, struct addrinfo *info, 511 /* WIN32 requires that at least one of the file sets to select be 545 include file which defines "rem_addr" which then screws-up this extern
|
| /external/openssl/crypto/ec/ |
| eck_prn.c | 71 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off) 87 int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off) 103 int ECParameters_print_fp(FILE *fp, const EC_KEY *x)
|
| /external/oprofile/pp/ |
| opgprof.cpp | 2 * @file opgprof.cpp 6 * @remark Read the file COPYING 44 void op_write_vma(FILE * fp, op_bfd const & abfd, bfd_vma vma) 108 void output_cg(FILE * fp, op_bfd const & abfd, profile_t const & cg_db) 171 FILE * fp = op_open_file(gmon_filename.c_str(), "w"); 261 /* the list of non cg files is a super set of the list of cg file 263 * call stack) so by using the list of non-cg file we are sure to get 273 cverb << vsfile << "loading cg samples file : "
|
| /external/ppp/pppd/plugins/radius/ |
| config.c | 11 * See the file COPYRIGHT for the respective terms and conditions. 12 * If the file is missing contact me at lf@elemental.net 181 * Purpose: read the global config file 188 FILE *configfd; 312 char *file; 327 error("%s: no servers file specified", filename); 348 file = rc_conf_str("login_local"); 349 if (stat(file, &st) == 0) 352 error("%s: not a regular file: %s", filename, file); [all...] |
| /external/qemu/distrib/jpeg-6b/ |
| cjpeg.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 a command-line user interface for the JPEG compressor. 16 * normally redirect to a file or pipe to some other program. Input is 17 * either from a named file or from standard input (typically redirected). 51 * This routine determines what format the input file is, 54 * To determine which family of input formats the file belongs to, 55 * we may look only at the first byte of the file, since C does not 58 * 1) assume we can fseek() the input file (fails for piped input); 64 * they start reading after the start of file (also breaks RLE library) [all...] |
| /external/skia/src/animator/ |
| SkBuildCondensedInfo.cpp | 6 * found in the LICENSE file. 54 static void WriteInfo(FILE* condensed, const SkMemberInfo* info, int infoCount, 145 FILE* condensed = fopen("../../src/animator/SkCondensedDebug.cpp", "w+"); 149 FILE* condensed = fopen("../../src/animator/SkCondensedRelease.cpp", "w+"); 154 fprintf(condensed, "// This file was automatically generated.\n"); 155 fprintf(condensed, "// To change it, edit the file with the matching debug info.\n"); 157 "regenerate this file.\n\n");
|
| /external/valgrind/main/VEX/useful/ |
| smchash.c | 30 GuestBytes* read_one ( FILE* f ) 75 void apply_to_all ( FILE* f, 317 FILE* f = stdin;
|
| /external/wpa_supplicant_8/src/utils/ |
| os_internal.c | 8 * This file is an example of operating system specific wrapper functions. 13 * this file in working condition to allow the functions to be tested on a 15 * this file to work correctly. Note that these implementations are only 93 FILE *f = fopen(pid_file, "w"); 113 FILE *f; 204 FILE *f;
|
| os_unix.c | 167 FILE *f = fopen(pid_file, "w"); 188 FILE *f; 330 FILE *f;
|
| /external/zlib/ |
| crc32.c | 84 local void write_table OF((FILE *, const crc_table_t FAR *)); 165 FILE *out; 190 FILE *out;
|
| /external/zlib/examples/ |
| gzjoin.c | 1 /* gzjoin -- command to join gzip files into one gzip file 34 single gzip file that will uncompress to the concatenation of the 47 compressed data in order to connect the streams. The output gzip file 48 has a minimal ten-byte gzip header with no file name or modification time. 72 /* -- simple buffered file input with access to the buffer -- */ 76 /* bin buffered input file type */ 78 char *name; /* name of file for error messages */ 79 int fd; /* file descriptor */ 85 /* close a buffered file and free allocated memory */ 97 /* open a buffered file for input, return a pointer to type bin, or NULL o [all...] |
| zran.c | 7 for random access of a compressed file. A file containing a zlib or gzip 10 in the uncompressed output. The compressed file is left open, and can then 15 the starting file offset and bit of that block, and the 32K bytes of 26 The input file is positioned to the specified location in the index, and if 27 necessary the first few bits of the compressed data is read from the file. 29 the decompression then proceeds until the desired offset in the file is 31 data from the file. 40 file are being accessed, it would make sense to implement a cache to hold 45 more memory per access point, and also cannot be saved to file due to th [all...] |
| /frameworks/native/cmds/dumpstate/ |
| dumpstate.c | 5 * you may not use this file except in compliance with the License. 118 property_get("dalvik.vm.stack-trace-file", anr_traces_path, ""); 120 printf("*** NO VM TRACES FILE DEFINED (dalvik.vm.stack-trace-file)\n\n"); 122 printf("*** NO ANR VM TRACES FILE (%s): %s\n\n", anr_traces_path, strerror(errno)); 137 // No traces file at this index, done with the files. 295 fprintf(stderr, "usage: dumpstate [-b soundfile] [-e soundfile] [-o file [-d] [-p] [-z]] [-s]\n" 296 " -o: write to file (instead of stdout)\n" 301 " -b: play sound file instead of vibrate, at beginning of job\n" 302 " -e: play sound file instead of vibrate, at end of job\n [all...] |
| /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/ |
| perf_reader.c | 52 static U32 read_U32(FILE *fLog) 66 void PERF_Replay(FILE *fLog, PERF_Config *pConfig) 87 /* we support having multiple log files concatenated into one log file */ 88 /* read through each log file */ 89 /* we have to pre-read to detect end of file */ 329 FILE *log = NULL; 335 /* replay file */ 342 /* read config file */ 357 fprintf(stderr, "Could not open log file %s: %d\n",
|
| /ndk/sources/host-tools/make-3.81/ |
| ansi2knr.c | 16 your rights and responsibilities. It should be in a file named COPYLEFT, 17 or, if there is no file named COPYLEFT, a file named COPYING. Among other 23 separate executable file which are aggregated on a storage medium together 33 * --filename provides the file name for the #line directive in the output, 101 output file if not stdin or stdout respectively; prints 233 { FILE *in = stdin; 234 FILE *out = stdout; 282 fprintf(stderr, "%s: Cannot open output file %s\n", 290 fprintf(stderr, "%s: Cannot open input file %s\n" [all...] |
| /sdk/emulator/mksdcard/ |
| mksdcard.c | 28 /* a simple and portable program used to generate a blank FAT32 image file 177 write_sector( FILE* file, Bytes sector ) 179 int result = fwrite( sector, 1, BYTES_PER_SECTOR, file ) != BYTES_PER_SECTOR; 187 write_empty( FILE* file, Wide count ) 197 if ( fwrite( empty, 1, len, file ) != (size_t)len ) { 210 fprintf(stderr, "usage: mksdcard [-l label] <size> <file>\n\n"); 228 FILE* f = NULL; 284 fprintf(stderr, "Could not create file '%s': %s\n", argv[2], strerror(errno)) [all...] |
| /bootable/recovery/tools/ota/ |
| check-lost+found.c | 5 * you may not use this file except in compliance with the License. 32 // Sentinel file used to track whether we've forced a reboot 35 // Output file in tombstones directory (first 8K will be uploaded) 50 FILE *out = fopen(kOutputFile, "a"); 63 // But first, try to create the marker file. If that fails, 70 sync(); // Make sure the marker file is committed to disk 79 if (fd >= 0) { // Don't sweat it if we can't write the file.
|
| /bootable/recovery/updater/ |
| updater.c | 5 * you may not use this file except in compliance with the License. 39 // at random. The log file makes more sense if buffering is 62 FILE* cmd_pipe = fdopen(fd, "wb");
|
| /external/bison/lib/ |
| bitsetv.c | 139 FILE. */ 141 bitsetv_dump (FILE *file, char const *title, char const *subtitle, 146 fprintf (file, "%s\n", title); 149 fprintf (file, "%s %lu\n", subtitle, (unsigned long int) i); 150 bitset_dump (file, bsetv[i]); 153 fprintf (file, "\n");
|
| /external/bison/src/ |
| nullable.c | 6 This file is part of Bison, the GNU Compiler Compiler. 19 along with Bison; see the file COPYING. If not, write to 47 nullable_print (FILE *out)
|
| state.h | 6 This file is part of Bison, the GNU Compiler Compiler. 19 along with Bison; see the file COPYING. If not, write to 27 file LR0. 239 void state_rule_look_ahead_tokens_print (state *s, rule *r, FILE *out);
|
| vcg.c | 6 This file is part of Bison, the GNU Compiler Compiler. 19 along with Bison; see the file COPYING. If not, write to 436 open_edge (edge *e, FILE *fout) 458 close_edge (FILE *fout) 464 open_node (FILE *fout) 470 close_node (FILE *fout) 476 open_graph (FILE *fout) 482 close_graph (graph *g, FILE *fout) 515 | Output functions (formatted) in file FOUT | 519 output_node (node *n, FILE *fout [all...] |
| /external/blktrace/ |
| blkiomon.h | 99 static inline void blkiomon_stat_print(FILE *fp, struct blkiomon_stat *p)
|
| /external/blktrace/btt/ |
| bt_timeline.c | 33 FILE *rngs_ofp, *avgs_ofp, *xavgs_ofp, *per_io_ofp, *msgs_ofp;
|
| /external/bluetooth/glib/gio/xdgmime/ |
| xdgmimealias.c | 1 /* -*- mode: C; c-file-style: "gnu" -*- */ 2 /* xdgmimealias.c: Private file. Datastructure for storing the aliases. 123 FILE *file; local 127 file = fopen (file_name, "r"); 129 if (file == NULL) 136 while (fgets (line, 255, file) != NULL) 160 fclose (file);
|