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

<<51525354555657585960>>

  /external/iproute2/tc/
q_dsmark.c 132 static int dsmark_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
tc_core.c 186 FILE *fp;
tc_stab.c 119 void print_size_table(FILE *fp, const char *prefix, struct rtattr *rta)
  /external/jpeg/
ckconfig.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.
14 * compile the program, run it, and it will produce a "jconfig.h" file for
62 * defined only in the include file <sys/types.h>. If you get a failure
76 * to figure out which include file defines "size_t". Look for a line that
78 * that says "#include <someincludefile.h>" to instead include the file
294 FILE *outfile;
372 fprintf(outfile, "#define BMP_SUPPORTED /* BMP image file format */\n");
373 fprintf(outfile, "#define GIF_SUPPORTED /* GIF image file format */\n");
374 fprintf(outfile, "#define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */\n")
    [all...]
jmemname.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 provides a generic implementation of the system-dependent
10 * you must explicitly construct a name for each temp file.
44 * Selection of a file name for a temporary file.
49 * 1. The temp file is created in the directory named by TEMP_DIRECTORY.
52 * want to change the file location. You can do this by editing the
55 * 2. If you need to change the file name as well as its location,
61 * simultaneously won't select the same file names. If your syste
    [all...]
  /external/libpcap/
pcap-int.h 77 FILE *rfile;
216 * the file was written.
235 * magic number for your new capture file format, and, when
247 * be able to read your new capture file format.
  /external/libpng/contrib/gregbook/
readpng.c 14 The contents of this file are DUAL-LICENSED. You may modify and/or
87 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
92 /* first do a quick check that the file really is a PNG image; could
240 * this file may have come from--so if it doesn't have a file gamma, don't
  /external/libsepol/src/
policydb_public.c 7 /* Policy file interfaces. */
32 void sepol_policy_file_set_fp(sepol_policy_file_t * spf, FILE * fp)
  /external/libxml2/
debugXML.c 42 FILE *output; /* the output file */
816 * @output: the FILE * for the output
854 * @output: the FILE * for the output
871 * @output: the FILE * for the output
1054 * @output: the FILE * for the output
1081 * @output: the FILE * for the output
    [all...]
xmlIO.c 50 /* Figure a portable way to know if a file is a directory. */
156 "Bad file descriptor", /* EBADF */
163 "File exists", /* EEXIST */
165 "File too large", /* EFBIG */
177 "No such file or directory",/* ENOENT */
191 "Read-only file system", /* EROFS */
493 * @path: the input file path
586 * Standard I/O for file accesses *
597 * function opens the file specified by @path
600 static FILE*
    [all...]
  /external/libxml2/include/libxml/
xmlregexp.h 58 xmlRegexpPrint (FILE *output,
xmlschemas.h 151 xmlSchemaDump (FILE *output,
  /external/libxslt/libxslt/
extensions.h 254 xsltDebugDumpExtensions (FILE * output);
  /external/linux-tools-perf/util/
cpumap.c 44 FILE *onlnf;
strlist.c 76 FILE *fp = fopen(filename, "r");
131 if (strncmp(s, "file://", 7) == 0)
  /external/opencv/otherlibs/highgui/
grfmt_base.cpp 95 FILE* f = 0;
304 /* End of file. */
  /external/openssh/
auth-rhosts.c 6 * Rhosts authentication. This file contains code to check whether to admit
7 * the login based on rhosts authentication. This file also processes
13 * incompatible with the protocol description in the RFC file, it must be
49 * This function processes an rhosts-style file (.rhosts, .shosts, or
51 * based on the file, and returns zero otherwise.
59 FILE *f;
64 /* Open the .rhosts file, deny if unreadable */
72 logit("User %s hosts file %s is not a regular file",
175 /* Authentication using this file denied. *
    [all...]
dns.c 284 export_dns_rr(const char *hostname, Key *key, FILE *f, int generic)
  /external/openssl/crypto/dh/
dh.h 216 int DHparams_print_fp(FILE *fp, const DH *x);
  /external/openssl/include/openssl/
dh.h 216 int DHparams_print_fp(FILE *fp, const DH *x);
  /external/openssl/ssl/
ssl_txt.c 90 int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x)
  /external/oprofile/daemon/
init.c 2 * @file daemon/init.c
6 * @remark Read the file COPYING
67 * Open the device files and the log file,
83 printf("Using log file %s\n", op_log_file);
104 /** Done writing out the samples, indicate with complete_dump file */
107 FILE * status_file;
114 printf("LRU cleared but file open fails for %s.\n",
138 * to the relevant sample file.
opd_kernel.c 2 * @file daemon/opd_kernel.c
6 * @remark Read the file COPYING
141 FILE * fp;
  /external/qemu/distrib/jpeg-6b/
ckconfig.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.
14 * compile the program, run it, and it will produce a "jconfig.h" file for
62 * defined only in the include file <sys/types.h>. If you get a failure
76 * to figure out which include file defines "size_t". Look for a line that
78 * that says "#include <someincludefile.h>" to instead include the file
294 FILE *outfile;
372 fprintf(outfile, "#define BMP_SUPPORTED /* BMP image file format */\n");
373 fprintf(outfile, "#define GIF_SUPPORTED /* GIF image file format */\n");
374 fprintf(outfile, "#define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */\n")
    [all...]
jmemname.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 provides a generic implementation of the system-dependent
10 * you must explicitly construct a name for each temp file.
44 * Selection of a file name for a temporary file.
49 * 1. The temp file is created in the directory named by TEMP_DIRECTORY.
52 * want to change the file location. You can do this by editing the
55 * 2. If you need to change the file name as well as its location,
61 * simultaneously won't select the same file names. If your syste
    [all...]

Completed in 1016 milliseconds

<<51525354555657585960>>