| /external/icu4c/common/ |
| icuplug.c | 9 * FILE NAME : icuplug.c 695 /* Name of the plugin config file */ 730 FILE *f; 815 DBG((stderr, "Can't open plugin file %s\n", plugin_file));
|
| /external/icu4c/i18n/ |
| nfrs.cpp | 6 * file name: nfrs.cpp 571 static void dumpUS(FILE* f, const UnicodeString& us) {
|
| /external/icu4c/test/cintltst/ |
| spooftest.c | 8 * File spooftest.c 32 log_err_status(status, "Failure at file %s, line %d, error = %s\n", __FILE__, __LINE__, u_errorName(status));}} 35 log_err("Test Failure at file %s, line %d: \"%s\" is false.\n", __FILE__, __LINE__, #expr);};} 38 log_err("Test Failure at file %s, line %d: \"%s\" (%d) != \"%s\" (%d) \n", \ 42 log_err("Test Failure at file %s, line %d: \"%s\" (%d) == \"%s\" (%d) \n", \ 138 FILE *f;
|
| /external/icu4c/test/perf/ubrkperf/ |
| ubrkperfold.cpp | 8 * File ubrkperf.cpp 21 // A text file is required as input. It must be in utf-8 or utf-16 format, 28 "-file file_name utf-16/utf-8 format file.\n" 130 {"-file", OptSpec::STRING, &opt_fName}, 157 // Global variables pointing to and describing the test file 412 // UnixConvert -- Convert the lines of the file to the encoding for UNIX 464 // class UCharFile Class to hide all the gorp to read a file in 481 FILE *fFile; 506 fprintf(stderr, "Can not open file \"%s\"\n", opt_fName) [all...] |
| /external/icu4c/tools/makeconv/ |
| makeconv.c | 161 fprintf(stderr, "error: wrote %u bytes to the .cnv file but counted %u bytes\n", (int)sz2, (int)size); 227 FILE *stdfile=argc<0 ? stderr : stdout; 307 /* find the last file sepator */ 340 fprintf(stderr, "Error creating converter for \"%s\" file for \"%s\" (%s)\n", outFileName, arg, 348 /* Insure the static data name matches the file name */ 352 p = strrchr(cnvName, U_FILE_SEP_CHAR); /* Find last file separator */ 393 fprintf(stderr, "Error writing \"%s\" file for \"%s\" (%s)\n", outFileName, arg, 510 * For delta (extension-only) tables, copy values from the base file 658 * Build a normal .cnv file with a base table 720 /* Build an extension-only .cnv file. * [all...] |
| /external/icu4c/tools/toolutil/ |
| pkgitems.cpp | 8 * file name: pkgitems.cpp 16 * Companion file to package.cpp. Deals with details of ICU data item formats. 52 vfprintf((FILE *)context, fmt, args); 514 * extension-only file,
|
| /external/iproute2/ip/ |
| iptunnel.c | 409 FILE *fp = fopen("/proc/net/dev", "r");
|
| /external/iproute2/lib/ |
| libnetlink.c | 473 int rtnl_from_file(FILE *rtnl, rtnl_filter_t handler,
|
| /external/iproute2/tc/ |
| m_ipt.c | 536 print_ipt(struct action_util *au,FILE * f, struct rtattr *arg)
|
| /external/iptables/iptables/ |
| iptables-xml.c | 532 rather than a file merely in a compatable format */ 630 FILE *in;
|
| /external/jpeg/ |
| jmemdos.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 provides an MS-DOS-compatible implementation of the system- 12 * If you use this file, you must be sure that NEED_FAR_POINTERS is defined 14 * you use a large-data memory model. This file is not recommended if you 121 * Selection of a file name for a temporary file. 132 FILE * tfile; 134 /* Keep generating file names till we find one that's not in use */ 149 /* Append a suitable file name * [all...] |
| /external/libpcap/ |
| pcap.c | 204 * pcap_offline_read() meaning "end of file". 348 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"), 540 FILE *
|
| /external/libpng/contrib/gregbook/ |
| rpng-x.c | 39 The contents of this file are DUAL-LICENSED. You may modify and/or 126 static FILE *infile; 279 "Usage: %s [-display xdpy] [-gamma exp] [-bgcolor bg] file.png\n" 296 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename); 303 ": [%s] is not a PNG file: incorrect signature\n", 350 * check for one in the PNG file--if not, the initialized values of 0 383 /* done with PNG file, so clean up to minimize memory usage (but do NOT
|
| /external/libpng/ |
| pngconf.h | 2 /* pngconf.h - machine configurable file for libpng 14 /* Any machine specific code is near the front of this file, so if you 164 * large file), zlib needs to know how big of a chunk it can use, and 257 * macros and functions (FILE *, printf, etc.) from being compiled and used, 519 * having to edit this file. It is safe to use the *TRANSFORMS_NOT_SUPPORTED [all...] |
| /external/libusb/libusb/ |
| core.c | [all...] |
| /external/linux-tools-perf/ |
| builtin-kmem.c | 67 FILE *fp; 707 OPT_STRING('i', "input", &input_name, "file", 708 "input file name"),
|
| /external/llvm/lib/Support/ |
| regengine.inc | 39 * The matching engine and friends. This file is #included by regexec.c 107 static void print(struct match *, char *, states, int, FILE *); 966 print(struct match *m, char *caption, states st, int ch, FILE *d)
|
| /external/mdnsresponder/mDNSPosix/ |
| mDNSUNP.c | 6 * you may not use this file except in compliance with the License. 40 other platforms don't even have that include file. So, 86 FILE *fp; 709 // Avoid unnecessarily duplicating a file descriptor to itself
|
| /external/opencv/cxcore/src/ |
| cxswitcher.cpp | 228 // reading /proc/cpuinfo file (proc file system must be supported) 229 FILE *file = fopen( "/proc/cpuinfo", "r" ); local 231 if( file ) 238 const char* ptr = fgets( buffer, max_size, file ); 262 fclose( file ); 816 /* End of file. */
|
| /external/opencv/otherlibs/highgui/ |
| grfmt_tiff.cpp | 43 A part of the file implements TIFF reader on base of libtiff library 808 FILE* f = fopen( m_filename, "r+b" );
|
| /external/openssh/ |
| ssh-keyscan.c | 81 * Keep a connection structure for each file descriptor. The state 82 * associated with file descriptor n is held in fdcon[n]. 85 u_char c_status; /* State of connection on this file desc. */ 86 #define CS_UNUSED 0 /* File descriptor unused */ 604 "usage: %s [-46Hv] [-f file] [-p port] [-T timeout] [-t type]\n" 616 FILE *fp; 712 fatal("%s: not enough file descriptors", __progname);
|
| /external/openssl/apps/ |
| enc.c | 231 FILE *infile; 232 char *file; local 235 file= *(++argv); 236 infile=fopen(file,"r"); 240 file); 247 file); 299 BIO_printf(bio_err,"%-14s input file\n","-in <file>"); 300 BIO_printf(bio_err,"%-14s output file\n","-out <file>"); [all...] |
| /external/ppp/pppd/ |
| pppd.h | 52 #include <stdio.h> /* for FILE */ 79 #define MAXWORDLEN 1024 /* max length of word in file (incl null) */ 150 #define OPRIO_CFGFILE 1 /* value from a configuration file */ 152 #define OPRIO_SECFILE 3 /* value from options in a secrets file */ 223 extern int redirect_stderr;/* Connector's stderr should go to file */ 282 extern bool lockflag; /* Create lock file to lock the serial dev */ 307 extern char *record_file; /* File to record chars sent/received */ 438 /* find and process a per-channel options file */ 442 /* get the channel ready to do PPP, return a file descriptor */ 652 int lock __P((char *)); /* Create lock file for device * [all...] |
| /external/protobuf/gtest/test/ |
| gtest-filepath_test.cc | 34 // This file tests classes and functions used internally by 37 // This file is #included from gtest_unittest.cc, to avoid changing 39 // #include this file anywhere else! 466 FILE* f = posix::FOpen(filename, "w"); 471 // Strings representing a directory and a file, with identical paths 473 // a directory named 'test' from a file named 'test'. Example names: 497 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there 500 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there 507 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there 513 // force a failure by putting a file where we will try to create a directory [all...] |
| /external/qemu/android/ |
| hw-events.h | 186 KEY_CODE(FILE ,144) \
|