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

<<31323334353637383940>>

  /system/core/sh/bltin/
bltin.h 38 * This file is included by programs which are optionally built into the
56 #define putc(c, file) outc(c, file)
58 #define FILE struct output
  /system/core/toolbox/
df.c 47 FILE *f = fopen("/proc/mounts", "r");
umount.c 30 FILE* f;
uptime.c 81 FILE* file = fopen("/proc/uptime", "r"); local
82 if (!file) {
86 if (fscanf(file, "%*f %f", &idle_time) != 1) {
88 fclose(file);
91 fclose(file);
  /system/vold/
Xwarp.cpp 5 * you may not use this file except in compliance with the License.
45 FILE *fp;
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 5 // you may not use this file except in compliance with the License.
45 "File containing dictionary data (required)");
47 "Target file (default is stdin for encode, stdout for decode");
49 "Encoded delta file (default is stdout for encode, "
54 "Buffer size for reading input file");
65 "Maximum target file size allowed by decoder");
71 "encode or delta: create delta file from dictionary and target file\n"
72 "decode or patch: reconstruct target file from dictionary and delta file";
    [all...]
  /external/openssh/
moduli.c 60 * File output defines
139 int gen_candidates(FILE *, u_int32_t, u_int32_t, BIGNUM *);
140 int prime_test(FILE *, FILE *, u_int32_t, u_int32_t);
146 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries,
236 gen_candidates(FILE *out, u_int32_t memory, u_int32_t power, BIGNUM *start)
448 prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
TestBenchMultipleInstance.c 5 * you may not use this file except in compliance with the License.
27 /* _NO_OUT disables output file writing */
35 void WriteOutput(FILE *fid, u8 *data, u32 picSize);
40 void CropWriteOutput(FILE *fid, u8 *imageData, u32 cropDisplay,
50 FILE *foutput;
71 FILE *finput;
135 * one instance for every stream file */
148 /* open input file */
152 DEBUG(("Unable to open input file <%s>\n", argv[argc-instCount+i]));
156 DEBUG(("Reading input file[%d] %s\n", i, argv[argc-instCount+i]))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 18 along with this program; see the file COPYING3. If not see
283 /* Nonzero means don't copy comments into the output file. */
286 /* Nonzero means don't copy comments into the output file during
359 /* Nonzero means we should look for header.gcc files that remap file
376 /* Nonzero means warn of unused macros from the main file. */
433 /* If true, no dependency is generated on the main file. */
465 source file. It is used as a method of last resort to find headers
478 /* Called when switching to/from a new file.
479 The line_map is for the new file. It is NULL if there is no new file
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 18 along with this program; see the file COPYING3. If not see
299 /* Nonzero means don't copy comments into the output file. */
302 /* Nonzero means don't copy comments into the output file during
359 /* Nonzero means we should look for header.gcc files that remap file
376 /* Nonzero means warn of unused macros from the main file. */
433 /* If true, no dependency is generated on the main file. */
462 source file. It is used as a method of last resort to find headers
475 /* Called when switching to/from a new file.
476 The line_map is for the new file. It is NULL if there is no new file
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 18 along with this program; see the file COPYING3. If not see
299 /* Nonzero means don't copy comments into the output file. */
302 /* Nonzero means don't copy comments into the output file during
359 /* Nonzero means we should look for header.gcc files that remap file
376 /* Nonzero means warn of unused macros from the main file. */
433 /* If true, no dependency is generated on the main file. */
462 source file. It is used as a method of last resort to find headers
475 /* Called when switching to/from a new file.
476 The line_map is for the new file. It is NULL if there is no new file
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 18 along with this program; see the file COPYING3. If not see
299 /* Nonzero means don't copy comments into the output file. */
302 /* Nonzero means don't copy comments into the output file during
359 /* Nonzero means we should look for header.gcc files that remap file
376 /* Nonzero means warn of unused macros from the main file. */
433 /* If true, no dependency is generated on the main file. */
462 source file. It is used as a method of last resort to find headers
475 /* Called when switching to/from a new file.
476 The line_map is for the new file. It is NULL if there is no new file
    [all...]
  /external/oprofile/libpopt/
popthelp.c 4 * \file popt/popthelp.c
8 file accompanying popt source distributions, available from
213 * @param fp output file handle
218 static void singleOptionHelp(FILE * fp, size_t maxLeftCol,
467 * @param fp output file handle
473 static void itemHelp(FILE * fp,
495 * @param fp output file handle
500 static void singleTableHelp(poptContext con, FILE * fp,
539 * @param fp output file handle
541 static int showHelpIntro(poptContext con, FILE * fp
    [all...]
  /external/bluetooth/bluez/tools/
hciattach_ti.c 114 static FILE *bts_load_script(const char* file_name, uint32_t* version)
117 FILE* fp;
121 perror("can't open firmware file");
126 perror("can't read firmware file");
131 fprintf(stderr, "%s not a legal TI firmware file\n", file_name);
147 static unsigned long bts_fetch_action(FILE* fp, unsigned char* action_buf,
175 static void bts_unload_script(FILE* fp)
385 static FILE *brf_script_file = NULL;
395 fprintf(stderr, "Warning: cannot find BTS file: %s\n",
405 fprintf(stderr, "Warning: BTS file is empty !")
    [all...]
lexer.c 101 /* Returned upon end-of-file. */
127 /* Special action meaning "start processing a new file". */
144 extern FILE *yyin, *yyout;
182 FILE *yy_input_file;
236 * just pointing yyin at a new input file.
278 void yyrestart (FILE *input_file );
280 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
288 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
    [all...]
  /external/bluetooth/glib/glib/
gstdio.c 16 * License along with GLib; see the file COPYING.LIB. If not,
57 * @filename: a pathname in the GLib file name encoding (UTF-8 on Windows)
64 * On Windows, the file protection mechanism is not at all POSIX-like,
67 * file at all. This function is this in practise almost useless on
68 * Windows. Software that needs to handle file permissions on Windows
73 * Returns: zero if the pathname refers to an existing file system
112 * @filename: a pathname in the GLib file name encoding (UTF-8 on Windows)
116 * used to set the permissions of a file system object.
118 * On Windows the file protection mechanism is not at all POSIX-like,
121 * ACL. Software that needs to manage file permissions on Window
    [all...]
  /external/iproute2/genl/
ctrl.c 115 void print_ctrl_cmd_flags(FILE *fp, __u32 fl)
136 static int print_ctrl_cmds(FILE *fp, struct rtattr *arg, __u32 ctrl_ver)
157 static int print_ctrl_grp(FILE *fp, struct rtattr *arg, __u32 ctrl_ver)
187 FILE *fp = (FILE *) arg;
  /external/iproute2/ip/
ipmaddr.c 88 FILE *fp = fopen("/proc/net/dev_mcast", "r");
126 FILE *fp = fopen("/proc/net/igmp", "r");
161 FILE *fp = fopen("/proc/net/igmp6", "r");
193 static void print_maddr(FILE *fp, struct ma_info *list)
228 static void print_mlist(FILE *fp, struct ma_info *list)
  /external/openssl/crypto/des/
read_pwd.c 202 static void read_till_nl(FILE *);
207 static int noecho_fgets(char *buf, int size, FILE *tty);
247 static void read_till_nl(FILE *in)
279 static FILE *tty;
479 static int noecho_fgets(char *buf, int size, FILE *tty)
  /external/webrtc/src/system_wrappers/source/
data_log_unittest.cc 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
22 // verifying a log table file.
45 // Verifies that the log table stored in the file "log_file" corresponds to
47 static int VerifyTable(FILE* log_file, const ExpectedValuesMap& columns) {
91 // one line read from a log table file. An element can either be a column
145 // Verify file
146 FILE* table = fopen("table_1.txt", "r");
149 // Note that the columns are written to file in alphabetical order
    [all...]
  /hardware/invensense/mlsdk/platform/linux/
mlsl_linux_mpu.c 6 you may not use this file except in compliance with the License.
29 * @file mlsl_linux_mpu.c
98 FILE *fp;
124 FILE *fp;
140 MPL_LOGE("CFG ID could not be written on file\n");
158 FILE *fp;
164 MPL_LOGE("Cannot open file \"%s\" for read\n", MLCAL_FILE);
189 FILE *fp;
195 MPL_LOGE("Cannot open file \"%s\" for write\n", MLCAL_FILE);
210 FILE *calFile
    [all...]
  /system/core/sh/
arith_lex.c 102 /* Returned upon end-of-file. */
128 /* Special action meaning "start processing a new file". */
145 extern FILE *yyin, *yyout;
183 FILE *yy_input_file;
237 * just pointing yyin at a new input file.
279 void yyrestart (FILE *input_file );
281 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
289 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
    [all...]
  /bootable/recovery/
recovery.cpp 5 * you may not use this file except in compliance with the License.
76 * /cache/recovery/log - OUTPUT - combined log file from recovery run(s)
79 * The arguments which may be supplied in the recovery.command file:
81 * --update_package=path - verify install an OTA package file
136 FILE*
147 FILE *fp = fopen(path, mode);
151 // close a file, log an error if the error indicator is set
153 check_and_fclose(FILE *fp, const char *name) {
194 // --- if that doesn't work, try the command file
196 FILE *fp = fopen_path(COMMAND_FILE, "r")
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 3 // found in the LICENSE file.
18 // Header at the front of the main database file.
26 // Header for each chunk in the chunk-accumulation file.
32 // Rewind the file. Using fseek(2) because rewind(3) errors are
34 bool FileRewind(FILE* fp) {
40 // Move file read pointer forward by |bytes| relative to current position.
41 bool FileSkip(size_t bytes, FILE* fp) {
56 bool ReadArray(T* ptr, size_t nmemb, FILE* fp, MD5Context* context) {
70 bool WriteArray(const T* ptr, size_t nmemb, FILE* fp, MD5Context* context) {
86 FILE* fp, MD5Context* context)
    [all...]
  /external/clang/www/demo/
index.cgi 60 local (*FILE);
61 open( FILE, ">$name" ) or barf("Can't write to $name: $!");
62 print FILE $contents;
63 close FILE;
78 my ( $header, $file ) = @_;
80 open( FILE, "$file" ) or barf("Can't read $file: $!");
81 while (<FILE>) {
84 close FILE;
    [all...]

Completed in 2226 milliseconds

<<31323334353637383940>>