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

<<41424344454647484950>>

  /external/iproute2/tc/
q_prio.c 96 int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
q_rr.c 91 int rr_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
  /external/jpeg/
jmemsys.h 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 include file defines the interface between the system-independent
13 * This file works as-is for the system-dependent memory managers supplied
16 * this file, the best method is to #ifdef them based on a configuration
116 #define TEMP_NAME_LENGTH 64 /* max length of a temporary file's name */
125 short file_handle; /* DOS file handle if it's a temp file */
156 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */
160 short temp_file; /* file reference number to temp file *
    [all...]
wrjpgcom.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 very simple stand-alone application that inserts
9 * user-supplied text as a COM (comment) marker in a JFIF file.
71 * These macros are used to read the input file and write the output file.
75 static FILE * infile; /* input JPEG file */
80 static FILE * outfile; /* output JPEG file */
    [all...]
  /external/libnl-headers/netlink/
msg.h 108 extern void nl_msg_dump(struct nl_msg *, FILE *);
  /external/libselinux/src/
init.c 30 FILE *fp=NULL;
39 /* We check to see if the preferred mount point for selinux file
  /external/libvpx/vpx_ports/
arm_cpudetect.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.
107 FILE *fin;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 67 FILE* m_f;
  /external/openssh/
misc.h 11 * incompatible with the protocol description in the RFC file, it must be
104 int read_keyfile_line(FILE *, const char *, char *, size_t, u_long *);
  /external/openssl/crypto/asn1/
t_crl.c 68 int X509_CRL_print_fp(FILE *fp, X509_CRL *x)
  /external/openssl/crypto/rc4/
rc4.c 68 " -in arg - input file - default stdin\n",
69 " -out arg - output file - default stdout\n",
76 FILE *in=NULL,*out=NULL;
146 /* This should set the file to binary mode. */
  /external/qemu/
disas.c 55 /* This could be in a separate file, to save miniscule amounts of space
146 void target_disas(FILE *out, target_ulong code, target_ulong size, int flags)
259 void disas(FILE *out, void *code, unsigned long size)
356 monitor_fprintf(FILE *stream, const char *fmt, ...)
372 INIT_DISASSEMBLE_INFO(disasm_info, (FILE *)mon, monitor_fprintf);
  /external/qemu/distrib/jpeg-6b/
jmemsys.h 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 include file defines the interface between the system-independent
13 * This file works as-is for the system-dependent memory managers supplied
16 * this file, the best method is to #ifdef them based on a configuration
116 #define TEMP_NAME_LENGTH 64 /* max length of a temporary file's name */
125 short file_handle; /* DOS file handle if it's a temp file */
156 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */
160 short temp_file; /* file reference number to temp file *
    [all...]
wrjpgcom.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 very simple stand-alone application that inserts
9 * user-supplied text as a COM (comment) marker in a JFIF file.
71 * These macros are used to read the input file and write the output file.
75 static FILE * infile; /* input JPEG file */
80 static FILE * outfile; /* output JPEG file */
    [all...]
  /external/srec/audio/test/AudioHardwareRecordLoop/src/
AudioHardwareRecordLoop.c 7 * you may not use this file except in compliance with the License. *
44 /* store incoming samples here, then write to file at the end */
117 /* write to file */
120 FILE *fpOutput;
  /external/srec/audio/test/AudioInRecord/src/
AudioInRecord.c 7 * you may not use this file except in compliance with the License. *
46 /* store incoming samples here, then write to file at the end */
128 /* write to file */
130 FILE *fpOutput;
136 printf("ERROR: cannot create output file: '%s'\n", szFilename);
  /external/srec/portable/include/
PANSIFileImpl.h 7 * you may not use this file except in compliance with the License. *
32 * Portable file, ANSI implementation.
42 * Underlying file.
44 FILE* value;
  /external/v8/src/
platform.h 154 static FILE* FOpen(const char* path, const char* mode);
157 // Opens a temporary file, the file is auto removed on close.
158 static FILE* OpenTemporaryFile();
160 // Log file open mode is platform-dependent due to line ends issues.
169 // Print output to a file. This is mostly used for debugging output.
170 static void FPrint(FILE* out, const char* format, ...);
171 static void VFPrint(FILE* out, const char* format, va_list args);
  /external/webkit/Tools/DumpRenderTree/chromium/
TestEventPrinter.cpp 145 FILE* fp = fopen(fileName, "wb");
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c 66 /* Returned upon end-of-file. */
92 /* Special action meaning "start processing a new file". */
103 extern FILE *yyin, *yyout;
147 FILE *yy_input_file;
197 * just pointing yyin at a new input file.
229 void yyrestart YY_PROTO(( FILE *input_file ));
233 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
235 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.h 60 void ieee802_1x_dump_state(FILE *f, const char *prefix, struct sta_info *sta);
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 83 void eapol_auth_dump_state(FILE *f, const char *prefix,
  /external/zlib/contrib/minizip/
minizip.c 75 char *f; /* name of file to get info on */
99 char *f; /* name of file to get info on */
121 /* not all systems allow stat'ing a file with / appended */
141 char *f; /* name of file to get info on */
156 FILE* ftestexist;
174 printf("Usage : minizip [-o] [-a] [-0 to -9] [-p password] [-j] file.zip [files_to_add]\n\n" \
175 " -o Overwrite existing file.zip\n" \
176 " -a Append to existing file.zip\n" \
180 " -j exclude path. store only the file name.\n\n");
183 /* calculate the CRC32 of a file,
    [all...]
  /frameworks/av/cmds/stagefright/
jpeg.cpp 5 * you may not use this file except in compliance with the License.
45 FILE *f;
  /frameworks/av/include/media/stagefright/
MediaCodecList.h 5 * you may not use this file except in compliance with the License.
85 void parseXMLFile(FILE *file);

Completed in 1975 milliseconds

<<41424344454647484950>>