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

<<61626364656667686970>>

  /external/iproute2/misc/
lnstat.c 45 { "file", 1, NULL, 'f' },
66 fprintf(stderr, "\t-f --file <file>\tStatistics file to use\n");
91 static void print_line(FILE *of, const struct lnstat_file *lnstat_files,
119 fps->params[j].lf->file->interval.tv_sec =
147 fps->params[i].lf->file->interval.tv_sec = interval;
180 fps->params[i].lf->file->basename);
205 static int print_hdr(FILE *of, struct table_hdr *th)
  /external/iproute2/tc/
m_police.c 322 print_police(struct action_util *a, FILE *f, struct rtattr *arg)
369 tc_print_police(FILE *f, struct rtattr *arg) {
q_htb.c 241 static int htb_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
302 static int htb_print_xstats(struct qdisc_util *qu, FILE *f, struct rtattr *xstats)
q_netem.c 51 * Simplistic file parser for distrbution data.
58 FILE *f;
304 static int netem_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
tc_class.c 154 FILE *fp = (FILE*)arg;
tc_filter.c 188 FILE *fp = (FILE*)arg;
tc_qdisc.c 201 FILE *fp = (FILE*)arg;
  /external/jpeg/
jpegtran.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 contains a command-line user interface for JPEG transcoding.
10 * different JPEG file formats. It also provides some lossless and sort-of-
32 * syntax, ie, intermixed switches and file names, where only the switches
33 * to the left of a given file name affect processing of that file.
34 * The main program in this file doesn't actually use this capability...
56 fprintf(stderr, " -copy none Copy no extra markers from source file\n");
60 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n")
    [all...]
  /external/libffi/src/
closures.c 40 fails, it falls back to creating a temporary file in a writable and
115 FILE *f;
183 /* A mutex used to synchronize access to *exec* variables in this file. */
186 /* A file descriptor of a temporary file from which we'll map
190 /* The amount of space already allocated from the temporary file. */
193 /* Open a temporary file name, and immediately unlink it. */
205 /* Open a temporary file in the named directory. */
222 /* Open a temporary file in the directory in the named environment
235 /* Open a temporary file in an executable and writable mount poin
    [all...]
  /external/libvpx/vp8/encoder/
encodemv.c 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.
75 FILE *f = fopen("maxmv.stt", "a");
87 FILE *f = fopen("maxmv.stt", "a");
  /external/openssh/
auth2-pubkey.c 201 match_principals_file(char *file, struct passwd *pw, struct KeyCert *cert)
203 FILE *f;
209 debug("trying authorized principals file %s", file);
210 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) {
214 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
241 debug3("matched principal from file \"%.100s\"",
244 file, linenum) != 1)
259 user_key_allowed2(struct passwd *pw, Key *key, char *file)
264 FILE *f
440 char *file; local
    [all...]
  /external/openssl/crypto/evp/
evp_test.c 63 static void hexdump(FILE *f,const char *title,const unsigned char *s,int l)
323 FILE *f;
327 fprintf(stderr,"%s <test file>\n",argv[0]);
  /external/openssl/crypto/pkcs12/
pkcs12.h 260 int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12);
262 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12);
  /external/openssl/include/openssl/
pkcs12.h 260 int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12);
262 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12);
  /external/qemu/distrib/jpeg-6b/
jpegtran.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 contains a command-line user interface for JPEG transcoding.
10 * different JPEG file formats. It also provides some lossless and sort-of-
32 * syntax, ie, intermixed switches and file names, where only the switches
33 * to the left of a given file name affect processing of that file.
34 * The main program in this file doesn't actually use this capability...
56 fprintf(stderr, " -copy none Copy no extra markers from source file\n");
60 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n")
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 67 FILE *dbgout;
83 FILE *file; local
85 if ((file = fopen("/proc/cpuinfo", "r")) != NULL) {
86 while (fgets(cpuinfo, sizeof(cpuinfo), file) != NULL)
89 fclose(file);
501 file arch/armnommu/mach-ipod/fb.c. A few modifications have been made. ***/
  /external/qemu/slirp-android/
slirp.c 74 FILE *lfd;
160 FILE *f;
233 dprint( "cannot create slirp log file in temporary directory" );
643 /* clear global file descriptor sets.
846 static FILE* drop_log_fd = NULL;
847 static FILE* dns_log_fd = NULL;
918 void slirp_drop_log_fd(FILE* fd) {
922 void slirp_dns_log_fd(FILE* fd) {
926 FILE* get_slirp_drop_log_fd(void) {
930 FILE* get_slirp_dns_log_fd(void)
    [all...]
  /external/quake/quake/src/WinQuake/
sys_android.cpp 284 void Sys_DebugLog(const char *file, char *fmt, ...)
293 // fd = open(file, O_WRONLY | O_BINARY | O_CREAT | O_APPEND, 0666);
294 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666);
457 FILE* f = fopen(cachePath, "rb");
480 FILE* f = fopen(cachePath, "wb");
  /external/stlport/src/
iostream.cpp 45 // This file handles iostream initialization. It is inherently
158 static int _Stl_extract_open_param(FILE* f)
180 _Stl_create_wfilebuf(FILE* f, ios_base::openmode mode) {
  /external/v8/src/
property.h 63 void Print(FILE* out);
371 void Print(FILE* out);
  /external/webkit/Tools/DumpRenderTree/chromium/
ImageDiff.cpp 31 // This file input format is based loosely on
106 FILE* f = fopen(filename, "rb");
191 " ImageDiff <compare file> <reference file>\n"
196 " ImageDiff --diff <compare file> <reference file> <output file>\n"
198 " difference to <output file>\n");
204 " it will take as many file pairs as given, and will compare them as\n"
215 fprintf(stderr, "ImageDiff: Unable to open file \"%s\"\n", file1)
319 FILE* file = fopen(outFile, "wb"); local
    [all...]
  /gdk/samples/quake/jni/
sys_android.cpp 289 void Sys_DebugLog(const char *file, char *fmt, ...)
298 // fd = open(file, O_WRONLY | O_BINARY | O_CREAT | O_APPEND, 0666);
299 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666);
462 FILE* f = fopen(cachePath, "rb");
485 FILE* f = fopen(cachePath, "wb");
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 45 // This file handles iostream initialization. It is inherently
158 static int _Stl_extract_open_param(FILE* f)
180 _Stl_create_wfilebuf(FILE* f, ios_base::openmode mode) {
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 166 /* The file on which we output */
167 static FILE *outfile;
176 /* Start column of the character most recently read from the input file. */
197 /* The last character read from the input file. */
205 /* read file F and send formatted output to stdout. */
208 fmt (const char *line, const char *line_end, int max_length, FILE *output_file)
227 /* Read a paragraph from input file F. A paragraph consists of a
231 Return false if end-of-file was encountered before the start of a
  /packages/inputmethods/PinyinIME/jni/share/
ngram.cpp 5 * you may not use this file except in compliance with the License.
160 bool NGram::save_ngram(FILE *fp) {
180 bool NGram::load_ngram(FILE *fp) {

Completed in 1731 milliseconds

<<61626364656667686970>>