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

<<919293949596979899100>>

  /external/libpng/
pngtest.c 23 * exist in the input file.
28 * If a filename is given on the command-line, then this file is used
43 # define READFILE(file, data, length, check) \
44 if (ReadFile(file, data, length, &check, NULL)) check = 0
45 # define WRITEFILE(file, data, length, check)) \
46 if (WriteFile(file, data, length, &check, NULL)) check = 0
47 # define FCLOSE(file) CloseHandle(file)
51 # define READFILE(file, data, length, check) \
52 check=(png_size_t)fread(data, (png_size_t)1, length, file)
    [all...]
  /external/libsepol/src/
services.c 85 int sepol_set_policydb_from_file(FILE * fp)
932 /* Reading from a policy "file". */
986 * a policy database binary representation file.
1007 struct policy_file file, *fp; local
1009 policy_file_init(&file);
1010 file.type = PF_USE_MEMORY;
1011 file.data = data;
1012 file.len = len;
1013 fp = &file;
1067 * Return the SIDs to use for an unlabeled file syste
    [all...]
  /external/libxml2/
schematron.c 166 FILE *outputFile; /* if using XML_SCHEMATRON_OUT_FILE */
582 * Create an XML Schematrons parse context for that file/resource expected
583 * to contain an XML Schematrons file.
625 * to contain an XML Schematrons file.
    [all...]
uri.c 1222 * the colon in file:///d: should not be escaped or
1230 (xmlStrEqual(BAD_CAST uri->scheme, BAD_CAST "file"))) {
    [all...]
  /external/libxslt/libxslt/
transform.c     [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 6 * you may not use this file except in compliance with the License.
58 void setlinebuf( FILE * fp ) {}
    [all...]
  /external/openssh/
clientloop.c 11 * incompatible with the protocol description in the RFC file, it must be
129 * configuration file.
293 FILE *f;
558 * one of the file descriptors).
    [all...]
readconf.c 11 * incompatible with the protocol description in the RFC file, it must be
48 /* Format of the configuration file:
52 # 2. user-specific file
53 # 3. system-wide file
56 # configuration file, and defaults at the end.
1070 * Reads the config file and modifies the options accordingly. Options
1072 * there is an error. If the file does not exist, this returns 0.
1079 FILE *f;
1121 * are processed in the following order: command line, user config file,
1122 * system config file. Last, fill_default_options is called
    [all...]
sftp.c 74 /* File to read commands from */
75 FILE* infile;
89 /* When this option is set, the file transfers will always preserve times */
118 #define LS_SIZE_SORT 0x0020 /* Sort by file size */
233 "chgrp grp path Change group of file 'path' to 'grp'\n"
234 "chmod mode path Change permissions of file 'path' to 'mode'\n"
235 "chown own path Change owner of file 'path' to 'own'\n"
239 "get [-Ppr] remote [local] Download file\n"
244 "ln [-s] oldpath newpath Link remote file (-s for symlink)\n"
250 "put [-Ppr] local [remote] Upload file\n
    [all...]
  /external/v8/src/
frames.cc 740 void JavaScriptFrame::PrintTop(FILE* file,
750 if (frame->IsConstructor()) PrintF(file, "new ");
776 PrintF(file, " at %s:%d", *c_script_name, line);
778 PrintF(file, "at <unknown>:%d", line);
781 PrintF(file, " at <unknown>:<unknown>");
792 PrintF(file, "(this=");
793 frame->receiver()->ShortPrint(file);
796 PrintF(file, ", ");
797 frame->GetParameter(i)->ShortPrint(file);
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc     [all...]
  /external/v8/src/x64/
disasm-x64.cc     [all...]
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.cpp 778 FILE* tempFile = fopen(path, "w");
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 878 FILE *f;
891 RADIUS_ERROR("Could not open client file '%s'", client_file);
903 /* Configuration file format:
  /external/wpa_supplicant_8/src/drivers/
driver_madwifi.c 587 FILE *f;
601 /* Need to read proc file with in one piece, so use large enough
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 36 * Open the file read only. The call fails if the file doesn't exist.
53 fprintf(stderr, "ERROR: failed opening '%s' as Zip file\n",
63 * Open the file read-write. The file will be created if it doesn't
116 * Handle the "list" command, which can be a simple file dump or
131 fprintf(stderr, "ERROR: specify zip file name (only)\n");
441 fprintf(stderr, "ERROR: no dump file specified\n");
490 fprintf(stderr, "ERROR: no dump xmltree resource file specified\n");
517 fprintf(stderr, "ERROR: no dump xmltree resource file specified\n")
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 5 This file is part of GNU Make.
16 GNU Make; see the file COPYING. If not, write to the Free Software
189 extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct file *file));
245 /* This function creates a temporary file name with an extension specified
247 * Return an xmalloc'ed string of a newly created temp file and its
248 * file descriptor, or die. */
274 HANDLE h = CreateFile (temp_path, /* file name */
281 NULL); /* no template file */
323 error = _("Cannot create a temporary file\n")
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 7 This file is part of GCC.
149 /* Size of the longest file name. */
153 /* Unique identifier assigned to each module (object file). */
171 object file included in multiple programs. */
178 /* Profile summary for the gdca file, used in sanity check? */
260 /* Open a file with the specified name. */
268 Create directory and retry to open file. */
360 /* This function allocates the space to store current file name. */
365 /* Get file name relocation prefix. Non-absolute values are ignored. */
382 /* Get file name relocation prefix. Non-absolute values are ignored. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
libgcov.c 7 This file is part of GCC.
149 /* Size of the longest file name. */
153 /* Unique identifier assigned to each module (object file). */
171 object file included in multiple programs. */
178 /* Profile summary for the gdca file, used in sanity check? */
260 /* Open a file with the specified name. */
268 Create directory and retry to open file. */
360 /* This function allocates the space to store current file name. */
365 /* Get file name relocation prefix. Non-absolute values are ignored. */
382 /* Get file name relocation prefix. Non-absolute values are ignored. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 7 This file is part of GCC.
149 /* Size of the longest file name. */
153 /* Unique identifier assigned to each module (object file). */
171 object file included in multiple programs. */
178 /* Profile summary for the gdca file, used in sanity check? */
260 /* Open a file with the specified name. */
268 Create directory and retry to open file. */
360 /* This function allocates the space to store current file name. */
365 /* Get file name relocation prefix. Non-absolute values are ignored. */
382 /* Get file name relocation prefix. Non-absolute values are ignored. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h 5 // This file is part of the GNU ISO C++ Library. This library is free
26 * @file tr1/random.h
27 * This is an internal header file, included by other library headers.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
libgcov.c 7 This file is part of GCC.
149 /* Size of the longest file name. */
153 /* Unique identifier assigned to each module (object file). */
171 object file included in multiple programs. */
178 /* Profile summary for the gdca file, used in sanity check? */
260 /* Open a file with the specified name. */
268 Create directory and retry to open file. */
360 /* This function allocates the space to store current file name. */
365 /* Get file name relocation prefix. Non-absolute values are ignored. */
382 /* Get file name relocation prefix. Non-absolute values are ignored. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
libgcov.c 7 This file is part of GCC.
149 /* Size of the longest file name. */
153 /* Unique identifier assigned to each module (object file). */
171 object file included in multiple programs. */
178 /* Profile summary for the gdca file, used in sanity check? */
260 /* Open a file with the specified name. */
268 Create directory and retry to open file. */
360 /* This function allocates the space to store current file name. */
365 /* Get file name relocation prefix. Non-absolute values are ignored. */
382 /* Get file name relocation prefix. Non-absolute values are ignored. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.h 5 // This file is part of the GNU ISO C++ Library. This library is free
26 * @file tr1/random.h
27 * This is an internal header file, included by other library headers.
    [all...]
  /external/elfutils/src/
elflint.c 3 This file is part of Red Hat elfutils.
58 static void print_version (FILE *stream, struct argp_state *state);
59 void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version;
74 { "debuginfo", 'd', NULL, 0, N_("Binary is a separate debuginfo file"), 0 },
86 static const char args_doc[] = N_("FILE...");
122 /* True if binary is from strip -f, not a normal ELF file. */
155 /* Open the file. */
159 error (0, errno, gettext ("cannot open input file"));
223 fputs (gettext ("Missing file name.\n"), stderr);
237 print_version (FILE *stream, struct argp_state *state __attribute__ ((unused))
    [all...]

Completed in 1697 milliseconds

<<919293949596979899100>>