HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 1276 - 1300 of 2555) sorted by null

<<51525354555657585960>>

  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 887 // Formats a source file path and a line number as they would appear
889 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
891 // Formats a file location for compiler-independent XML output.
894 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,
    [all...]
  /external/mdnsresponder/mDNSShared/
PlatformCommon.c 6 * you may not use this file except in compliance with the License.
85 mDNSlocal mDNSBool GetConfigOption(char *dst, const char *option, FILE *f)
91 while (fgets(buf, sizeof(buf), f)) // Read at most sizeof(buf)-1 bytes from file, and append '\0' C-string terminator
110 FILE *f = fopen(filename, "r");
128 if (errno != ENOENT) LogMsg("ERROR: Config file exists, but cannot be opened.");
143 LogMsg("ERROR: malformatted config file");
  /external/openssh/openbsd-compat/
port-linux.c 266 FILE *fp;
296 FILE *fp;
  /external/openssl/crypto/asn1/
a_d2i_fp.c 70 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x)
124 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x)
  /external/openssl/crypto/dsa/
dsa.h 251 int DSAparams_print_fp(FILE *fp, const DSA *x);
252 int DSA_print_fp(FILE *bp, const DSA *x, int off);
  /external/openssl/crypto/pem/
pem_pkey.c 209 EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u)
225 int PEM_write_PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
  /external/openssl/include/openssl/
dsa.h 251 int DSAparams_print_fp(FILE *fp, const DSA *x);
252 int DSA_print_fp(FILE *bp, const DSA *x, int off);
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 193 static int search(FILE *file,const char *text,struct sockaddr *addr,int length,
200 while (fgets(line,MAX_ATM_NAME_LEN,file)) {
216 FILE *file; local
219 if (!(file = fopen(HOSTS_ATM,"r"))) return TRY_OTHER;
220 result = search(file,text,addr,length,flags);
221 (void) fclose(file);
  /external/ppp/pppd/plugins/radius/
dict.c 13 * See the file COPYRIGHT for the respective terms and conditions.
14 * If the file is missing contact me at lf@elemental.net
38 FILE *dictfd;
54 if ((dictfd = fopen (filename, "r")) == (FILE *) NULL)
  /external/qemu/distrib/jpeg-6b/
ansi2knr.c 14 your rights and responsibilities. It should be in a file named COPYLEFT.
15 [In the IJG distribution, the GPL appears below, not in a separate file.]
21 separate executable file which are aggregated on a storage medium together
29 ---------- Here is the GNU GPL file COPYLEFT, referred to above ----------
124 For an executable file, complete source code means all the source code for
127 operating system on which the executable file runs.
175 -------------------- End of file COPYLEFT ------------------------------
323 { FILE *in, *out;
360 { fprintf(stderr, "Cannot open output file %s\n", argv[2]);
366 { fprintf(stderr, "Cannot open input file %s\n", argv[1])
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 135 FILE *file; local
146 file = fopen(stdoutPath, TEXT("rb"));
147 if ( file ) {
148 empty = (fgetc(file) == EOF) ? 1 : 0;
149 fclose(file);
156 file = fopen(stderrPath, TEXT("rb"));
157 if ( file ) {
158 empty = (fgetc(file) == EOF) ? 1 : 0;
159 fclose(file);
    [all...]
  /external/quake/quake/src/QW/client/
client.h 176 FILE *download; // file transfer from server
192 FILE *demofile;
common.h 197 int COM_FOpenFile (char *filename, FILE **file);
198 void COM_CloseFile (FILE *h);
  /external/strace/
count.c 158 call_summary_pers(FILE *outf)
233 call_summary(FILE *outf)
  /external/tinyxml/
tinyxml.h 99 in the XML file.
167 virtual void Print( FILE* cfile, int depth ) const = 0;
180 /** Return the position, in the original source file, of this node or attribute.
440 Document: filename of the xml file
461 Document: filename of the xml file
781 // Prints this Attribute to a FILE stream.
782 virtual void Print( FILE* cfile, int depth ) const;
    [all...]
  /external/tremolo/Tremolo/
misc.c 55 char *file; member in struct:__anon13049
64 static void *_insert(void *ptr,long bytes,char *file,long line){
65 ((head *)ptr)->file=file;
90 FILE *out;
98 if(!strcmp(file,files[i]))break;
109 files[i]=strdup(file);
117 snprintf(buffer,80,"%s",file);
123 fprintf(out,"%ld, %ld # FILE %s LINE %ld\n",
125 file_bytes[i],file,line)
151 char *file =((head *)ptr)->file; local
    [all...]
  /external/v8/src/
log-utils.cc 85 // If we're logging anything, we need to open the log file.
94 // If there's a '%' in the log file name we have to expand
150 // Extension added to V8 log file name to get the low-level log name.
153 // File buffer size of the low-level log. We don't use the default to
162 // Open the low-level log file.
173 FILE* Log::Close() {
174 FILE* result = NULL;
mksnapshot.cc 64 // class is stored directly in the memory-mapped counters file if
103 void Print(FILE* fp) {
137 i::PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);
140 fprintf(fp_, "// Autogenerated snapshot file. Do not edit.\n\n");
223 FILE* fp_;
platform-linux.cc 128 FILE* f = NULL;
151 // Did not find string in the proc file.
261 FILE* f = NULL;
284 // Did not find string in the proc file.
423 PosixMemoryMappedFile(FILE* file, void* memory, int size)
424 : file_(file), memory_(memory), size_(size) { }
429 FILE* file_;
436 FILE* file = fopen(name, "r+") local
455 FILE* file = fopen(name, "w+"); local
    [all...]
platform-nullos.cc 160 void OS::FPrint(FILE* out, const char* format, ...) {
168 void OS::VFPrint(FILE* out, const char* format, va_list args) {
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 5 * you may not use this file except in compliance with the License.
198 virtual void dumpLayer(FILE*, int indentLevel) const;
199 void dumpLayers(FILE*, int indentLevel) const;
  /external/zlib/contrib/blast/
blast.c 419 return fread(hold, 1, CHUNK, (FILE *)how);
424 return fwrite(buf, 1, len, (FILE *)how) != len;
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 5 * you may not use this file except in compliance with the License.
44 FILE *pFile = fopen(filename, "w+");
66 FILE* fp = fopen(filename, "w+");
69 printf("Cannot open the output file! \n");
  /frameworks/native/libs/utils/
ZipUtils.cpp 5 * you may not use this file except in compliance with the License.
39 * "fd" is an open file positioned at the start of the "deflate" data
127 ALOGW("Size mismatch on inflated file (%ld vs %ld)\n",
147 * (This is a clone of the previous function, but it takes a FILE* instead
149 * trouble when "fp" has a different notion of what fd's file position is.)
151 * "fp" is an open file positioned at the start of the "deflate" data
154 /*static*/ bool ZipUtils::inflateToBuffer(FILE* fp, void* buf,
239 ALOGW("Size mismatch on inflated file (%ld vs %ld)\n",
259 * We expect to find the CRC and length as the last 8 bytes on the file.
268 /*static*/ bool ZipUtils::examineGzip(FILE* fp, int* pCompressionMethod
    [all...]
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 5 ** you may not use this file except in compliance with the License.
88 FILE * file = fopen(procPath, "r"); local
89 if (file) {
91 char *str = fgets(cmdline, sizeof(cmdline) - 1, file);
92 fclose(file);
153 FILE* cfg = fopen("/system/lib/egl/egl.cfg", "r");

Completed in 3410 milliseconds

<<51525354555657585960>>