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

<<81828384858687888990>>

  /external/dnsmasq/src/
cache.c 100 but if the hosts file(s) are big (some people have 50000 ad-block entries), the table
665 file with thousands of entries for the same address.
667 a HOSTS file. Since the first host entry gets reverse, we know
706 static int eatspace(FILE *f)
730 static int gettok(FILE *f, char *token)
755 FILE *f = fopen(filename, "r");
929 /* don't read this as a file */
953 file is ent->d_name
990 /* inactivate record if not regular file */
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 2 * profile.c -- A simple configuration file parsing "library in a file"
10 * being able to modify and update the configuration file
12 * It has been folded into a single C source file to make it easier to
18 * This file may be redistributed under the terms of the GNU Public
86 * particular configuration file.
94 time_t timestamp; /* time tree was last updated from file */
113 * configuration file(s)
140 unsigned int final:1; /* Indicate don't search next file */
168 (struct profile_node *root, FILE *dstfile)
1268 prf_file_t file; member in struct:profile_iterator
    [all...]
  /external/elfutils/src/
ar.c 57 static void print_version (FILE *stream, struct argp_state *state);
58 void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version;
81 N_("Replace existing or insert new file into archive."), 0 },
94 { NULL, 'a', NULL, 0, N_("Insert file after [MEMBER]."), 0 },
95 { NULL, 'b', NULL, 0, N_("Insert file before [MEMBER]."), 0 },
99 { NULL, 'P', NULL, 0, N_("Use full path for file matching."), 0 },
109 static const char args_doc[] = N_("[MEMBER] [COUNT] ARCHIVE [FILE...]");
282 print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
413 error (EXIT_FAILURE, 0, gettext ("%s: not an archive file"), arfname);
597 /* We cannot create a temporary file. Try to overwrit
    [all...]
  /external/libxslt/libxslt/
extensions.c     [all...]
  /external/linux-tools-perf/util/
session.c 31 pr_err("incompatible file format");
51 pr_err("file %s not owned by current user or root\n",
57 pr_info("zero-sized file (%s), nothing to do!\n",
63 pr_err("incompatible file format");
151 * On 64bit we can mmap the data file in one go. No need for tiny mmap
416 /* exported for swapping attributes in file header */
887 "file generated by a more recent tool?\n\n"
1054 pr_err("failed to mmap file\n");
1176 size_t perf_session__fprintf_dsos(struct perf_session *self, FILE *fp)
1183 size_t perf_session__fprintf_dsos_buildid(struct perf_session *self, FILE *fp
    [all...]
  /external/qemu/
usb-linux.c 1054 * Use /proc/bus/usb/devices or /dev/bus/usb/devices file to determine
1060 FILE *f = 0;
1074 perror("husb: cannot open devices file");
1142 * Read sys file-system device file
1144 * @line address of buffer to put file contents in
1146 * @device_file path to device file (printf format string)
1154 FILE *f;
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 65 /* A Vorbis file can be played beginning to end (streamed) without
67 we have the whole file, however, and want random access
69 file, we need to account for the possibility of chaining. */
87 * grokking near the end of the file */
90 /* read a little more data from the file/pipe into the ogg_sync framer */
419 /* this should not be possible unless the file is
511 /* we can seek, so set out learning all about this file */
715 static int _fseek64_wrap(FILE *f,ogg_int64_t off,int whence){
802 /* inspects the OggVorbis file and finds/documents all the logical
817 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes)
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp     [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp 34 // Sometimes it's desirable to build Google Test by compiling a single file.
35 // This file serves this purpose.
435 // This file contains purely Google Test's internal implementation. Please
638 // Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file
639 // if the variable is present. If a file already exists at this location, this
640 // function will write over it. If the variable is present, but the file cannot
769 // Returns the absolute path of the requested output file, or the
854 const char* file; member in struct:testing::internal::TraceInfo
5588 FILE* const file = posix::FOpen(test_shard_file, "w"); local
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 5 This file is part of GNU Make.
16 GNU Make; see the file COPYING. If not, write to the Free Software
479 o = variable_buffer_output (o, "file", 4);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 68 /* This is the current script file. If it is NULL, we are reading
69 from a string stored at `prog.cur' instead. If both `prog.file'
71 FILE *file;
76 /* This is the name of the current script file. */
97 FILE **pfp;
100 FILE *my_stdin, *my_stdout, *my_stderr;
120 this flag tracks when we have consumed the first file of input. */
211 fprintf(stderr, _("%s: file %s line %lu: %s\n"),
238 else if (prog.file)
70 FILE *file; member in struct:prog_info
    [all...]
  /bionic/libc/bionic/
stubs.c 452 struct mntent* getmntent(FILE* f)
  /bionic/libc/netbsd/net/
getnameinfo.c 148 FILE* proxy = NULL;
  /bionic/libc/stdio/
vfscanf.c 101 VFSCANF(FILE *fp, const char *fmt0, __va_list ap)
  /build/tools/atree/
files.cpp 184 FILE* f = NULL;
192 fprintf(stderr, "Could not open list file (%s): %s\n",
200 fprintf(stderr, "Could not seek to the end of file %s. (%s)\n",
210 fprintf(stderr, "Could not seek to the beginning of file %s. (%s)\n",
225 fprintf(stderr, "error reading file %s. (%s)\n",
358 fprintf(stderr, "%s:%d: couldn't locate source file: %s\n",
412 matches_excludes(const char* file, const vector<string>& excludes)
416 if (0 == fnmatch(it->c_str(), file, FNM_PERIOD)) {
  /dalvik/vm/
Misc.cpp 5 * you may not use this file except in compliance with the License.
149 * Fill out a DebugOutputTarget suitable for printing to a file pointer.
151 void dvmCreateFileOutputTarget(DebugOutputTarget* target, FILE* fp)
157 target->data.file.fp = fp;
169 * Print a debug message, to either a file or the log.
184 vfprintf(target->data.file.fp, format, args);
560 * Set the "close on exec" flag so we don't expose our file descriptors
630 * This is currently generated by opening the appropriate "stat" file
667 * Open and read the appropriate file. This is expected to work on
743 /* documented in header file */
    [all...]
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 5 * you may not use this file except in compliance with the License.
18 * using OpenMAX AL. See the corresponding Java source file located at:
80 // handle of the file to play
81 static FILE *file; variable
83 // has the app reached the end of the file
131 rewind(file);
166 bytesRead = fread(pBufferData, 1, BUFFER_SIZE, file);
282 bytesRead = fread(dataCache, 1, BUFFER_SIZE * NB_BUFFERS, file);
338 // open the file to pla
    [all...]
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 71 size_t amount = fread(buffer->bufferData, 1, buffer->size, play->file);
75 fclose(play->file);
76 play->file = NULL;
100 // open a file stream
101 FILE* f = fopen(path, "r");
102 gLogI.log(kDebug_ANPLogType, "--- path %s FILE %p", path, f);
109 m_soundPlay->file = f;
117 m_soundPlay->file = NULL;
121 // get the audio file's size
129 gLogI.log(kDebug_ANPLogType, "File Size: %d", fileStatus.st_size)
    [all...]
  /device/asus/grouper/audio/
audio_route.c 6 * you may not use this file except in compliance with the License.
404 FILE *file; local
429 file = fopen(MIXER_XML_PATH, "r");
430 if (!file) {
451 bytes_read = fread(buf, 1, BUF_SIZE, file);
471 fclose(file);
477 fclose(file);
  /external/bison/data/
glr.cc 77 [[FILE *], []],
  /external/bison/src/
symtab.c 6 This file is part of Bison, the GNU Compiler Compiler.
19 along with Bison; see the file COPYING. If not, write to
87 symbol_print (symbol *s, FILE *f)
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c 1 /* -*- mode: C; c-file-style: "gnu" -*- */
2 /* xdgmimeglob.c: Private file. Datastructure for storing the globs.
561 FILE *glob_file;
  /external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller_unittest.cc 3 // found in the LICENSE file.
41 file_thread_(BrowserThread::FILE, &message_loop_),
88 std::string test_base = "file:///c:/tmp/";
  /external/chromium/chrome/browser/extensions/
user_script_master.cc 3 // found in the LICENSE file.
75 // Handle the case where there is no trailing newline in the file.
141 BrowserThread::FILE, FROM_HERE,
160 static bool LoadScriptContent(UserScript::File* script_file) {
165 LOG(WARNING) << "Failed to load user script file: " << path.value();
195 for (FilePath file = enumerator.Next(); !file.value().empty();
196 file = enumerator.Next()) {
204 // Push single js file in this UserScript.
206 net::FilePathToFileURL(file).ExtractFileName())
    [all...]
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_win_unittest.cc 3 // found in the LICENSE file.
174 file_thread_(BrowserThread::FILE, &loop_),

Completed in 1619 milliseconds

<<81828384858687888990>>