| /external/dropbear/libtomcrypt/src/mac/omac/ |
| omac_file.c | 14 @file omac_file.c 15 OMAC1 support, process a file, Tom St Denis 21 OMAC a file 25 @param filename The name of the file you wish to OMAC 28 @return CRYPT_OK if successful, CRYPT_NOP if file support has been disabled 40 FILE *in;
|
| /external/dropbear/libtomcrypt/src/mac/pmac/ |
| pmac_file.c | 14 @file pmac_file.c 15 PMAC implementation, process a file, by Tom St Denis 21 PMAC a file 25 @param filename The name of the file to send through PMAC 28 @return CRYPT_OK if successful, CRYPT_NOP if file support has been disabled 40 FILE *in;
|
| /external/dropbear/libtomcrypt/src/mac/xcbc/ |
| xcbc_file.c | 14 @file xcbc_file.c 15 XCBC support, process a file, Tom St Denis 21 XCBC a file 25 @param filename The name of the file you wish to XCBC 28 @return CRYPT_OK if successful, CRYPT_NOP if file support has been disabled 40 FILE *in;
|
| /external/dropbear/libtommath/ |
| bn_mp_fread.c | 18 /* read a bigint from a file stream in ASCII */ 19 int mp_fread(mp_int *a, int radix, FILE *stream)
|
| /external/e2fsprogs/lib/e2p/ |
| pf.c | 2 * pf.c - Print file attributes on an ext2 file system 8 * This file can be redistributed under the terms of the GNU Library General 52 void print_flags (FILE * f, unsigned long flags, unsigned options)
|
| /external/e2fsprogs/lib/et/ |
| vfprintf.c | 28 FILE *iop;
|
| /external/elfutils/lib/ |
| md5.h | 4 This file is part of Red Hat elfutils. 99 extern int md5_stream (FILE *stream, void *resblock);
|
| /external/giflib/ |
| gif_lib_private.h | 47 FILE *File; /* File as stream. */
|
| /external/harfbuzz/ |
| autogen.sh | 13 FILE=src/harfbuzz.h 76 test $TEST_TYPE $FILE || {
|
| /external/icu4c/samples/cal/ |
| uprint.c | 7 * File date.c 22 /* Print a ustring to the specified FILE* in the default codepage */ 25 FILE *f, 62 /* Write the converted data to the FILE* */
|
| /external/icu4c/samples/date/ |
| uprint.c | 7 * File date.c 23 /* Print a ustring to the specified FILE* in the default codepage */ 26 FILE *f, 63 /* Write the converted data to the FILE* */
|
| /external/icu4c/tools/gentest/ |
| genres32.c | 8 * file name: genres32.c 53 char file[512]; local 54 FILE *out; 56 uprv_strcpy(file,path); 57 if(file[strlen(file)-1]!=U_FILE_SEP_CHAR) { 58 uprv_strcat(file,U_FILE_SEP_STRING); 60 uprv_strcat(file,"testtable32.txt"); 61 out = fopen(file, "w"); 62 /*puts(file);*/ [all...] |
| /external/iproute2/ip/ |
| rtmon.c | 31 static void write_stamp(FILE *fp) 51 FILE *fp = (FILE*)arg; 61 fprintf(stderr, "Usage: rtmon file FILE [ all | LISTofOBJECTS]\n"); 69 FILE *fp; 76 char *file = NULL; local 105 } else if (matches(argv[1], "file") == 0) { 110 file = argv[1]; 131 if (file == NULL) [all...] |
| /external/iproute2/tc/ |
| q_ingress.c | 56 static int ingress_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
|
| q_multiq.c | 65 int multiq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
|
| tc_common.h | 14 extern void print_size_table(FILE *fp, const char *prefix, struct rtattr *rta);
|
| /external/libgsm/inc/ |
| gsm.h | 3 * Universitaet Berlin. See the accompanying file "COPYRIGHT" for 25 # include <stdio.h> /* for FILE * */ 60 extern int gsm_print GSM_P((FILE *, gsm, gsm_byte *));
|
| /external/libnl-headers/netlink/route/ |
| neightbl.h | 31 extern void rtnl_neightbl_dump(struct rtnl_neightbl *, FILE *,
|
| /external/libpcap/ |
| pcap.h | 80 * The first record in the file contains saved values for some 99 * magic number for your new capture file format, and, when 102 * use that magic number for save files with the changed file 106 * the old file header as well as files with the new file header 111 * be able to read your new capture file format. 224 pcap_t *pcap_fopen_offline(FILE *, char *); 259 FILE *pcap_file(pcap_t *); 263 pcap_dumper_t *pcap_dump_fopen(pcap_t *, FILE *fp); 264 FILE *pcap_dump_file(pcap_dumper_t *) [all...] |
| /external/libsepol/include/sepol/ |
| sepol.h | 25 /* Set internal policydb from a file for subsequent service calls. */ 26 extern int sepol_set_policydb_from_file(FILE * fp);
|
| /external/libsepol/utils/ |
| chkcon.c | 19 FILE *fp;
|
| /external/libvpx/ |
| args.h | 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. 47 void arg_show_usage(FILE *fp, const struct arg_def *const *defs);
|
| /external/libvpx/examples/ |
| encoder_tmpl.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. 53 static int read_frame(FILE *f, vpx_image_t *img) { 67 static void write_ivf_file_header(FILE *outfile, 92 static void write_ivf_frame_header(FILE *outfile, 110 FILE *infile, *outfile; 147 /* Open input file for this encoding pass */ 183 /* Try to rewrite the file header with the actual frame count */
|
| /external/libvpx/libmkv/ |
| testlibmkv.c | 4 // that can be found in the LICENSE file in the root of the source 6 // in the file PATENTS. All contributing project authors may 7 // be found in the AUTHORS file in the root of the source tree. 58 //dump ebml stuff to the file 59 FILE *file_out = fopen("test.mkv", "wb");
|
| /external/libxml2/ |
| libxml.h | 40 int vfprintf(FILE *, const char *, va_list);
|