| /external/libsepol/include/sepol/ |
| policydb.h | 15 /* Policy file public interfaces. */ 17 /* Create and free memory associated with a policy file. */ 22 * Set the policy file to represent a binary policy memory image. 23 * Subsequent operations using the policy file will read and write 34 * previously done on this policy file. 39 * Set the policy file to represent a FILE. 40 * Subsequent operations using the policy file will read and write 41 * to the FILE. 43 extern void sepol_policy_file_set_fp(sepol_policy_file_t * pf, FILE * fp) [all...] |
| /external/libsepol/src/ |
| debug.c | 49 FILE *stream = NULL;
|
| /external/libvpx/examples/ |
| decoder_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. 46 FILE *infile, *outfile; 63 /* Read file header */ 67 die("%s is not an IVF file.", argv[1]);
|
| /external/libxml2/include/libxml/ |
| uri.h | 71 xmlPrintURI (FILE *stream,
|
| /external/linux-tools-perf/ |
| builtin.h | 14 extern int read_line_with_nul(char *buf, int size, FILE *file);
|
| /external/linux-tools-perf/util/ |
| thread.h | 36 size_t perf_session__fprintf(struct perf_session *self, FILE *fp);
|
| /external/llvm/utils/ |
| codegen-diff | 10 print "opened objdump output file $filename\n" if $DEBUG; 30 print "opened gdb output file $filename\n" if $DEBUG; 87 codegen-diff [-d] I<OBJDUMP-OUTPUT-FILE> I<GDB-DISASSEMBLY-FILE> 94 The way you use it is as follows: first, you create I<OBJDUMP-OUTPUT-FILE> 98 Second, you create I<GDB-DISASSEMBLY-FILE> by running B<gdb>, with my patch
|
| /external/openfst/src/include/fst/extensions/far/ |
| compile-strings.h | 3 // you may not use this file except in compliance with the License. 33 // Construct a reader that provides FSTs from a file (stream) either on a 49 enum EntryType { LINE = 1, FILE = 2 }; 87 done_ = true; // whitespace at the end of a file. 146 entry_type = StringReader<Arc>::FILE; 213 (entry_type == StringReader<Arc>::FILE ? 1 : 230 << " in file " << inputs[i] << " failed with token_type = " 236 (fet == FET_FILE ? "file" : "unknown")); 252 if (entry_type != StringReader<Arc>::FILE) {
|
| /external/openssh/openbsd-compat/ |
| port-uw.c | 94 FILE *fd; 99 * If the passwd file has dissapeared we are in a bad state. 108 * fgetpwent() only reads from password file, so we know for certain 145 fatal("ia_openinfo: Unable to open the shadow passwd file");
|
| /external/openssh/ |
| uuencode.c | 75 dump_base64(FILE *fp, const u_char *data, u_int len)
|
| /external/openssl/crypto/conf/ |
| conf.h | 123 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf,const char *file, variable 126 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, 137 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); 162 int NCONF_load(CONF *conf,const char *file,long *eline); 164 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline); 171 int NCONF_dump_fp(const CONF *conf, FILE *out);
|
| conf_lib.c | 90 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, 97 in=BIO_new_file(file, "r"); 99 in=BIO_new_file(file, "rb"); 114 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, 206 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out) 265 int NCONF_load(CONF *conf, const char *file, long *eline) 273 return conf->meth->load(conf, file, eline); 277 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline) 366 int NCONF_dump_fp(const CONF *conf, FILE *out)
|
| /external/openssl/crypto/err/ |
| err_prn.c | 72 const char *file,*data; local 79 while ((l=ERR_get_error_line_data(&file,&line,&data,&flags)) != 0) 83 file, line, (flags & ERR_TXT_STRING) ? data : ""); 99 void ERR_print_errors_fp(FILE *fp)
|
| /external/openssl/crypto/x509v3/ |
| v3conf.c | 67 /* Test application to add extensions from a config file */ 73 FILE *inf; 81 fprintf(stderr, "Usage: v3conf cert.pem [file.cnf]\n"); 88 fprintf(stderr, "Error opening Config file %s\n", conf_file); 95 fprintf(stderr, "Can't open certificate file %s\n", argv[1]); 100 fprintf(stderr, "Error reading certificate file %s\n", argv[1]);
|
| /external/openssl/include/openssl/ |
| conf.h | 123 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf,const char *file, variable 126 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, 137 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); 162 int NCONF_load(CONF *conf,const char *file,long *eline); 164 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline); 171 int NCONF_dump_fp(const CONF *conf, FILE *out);
|
| /external/oprofile/daemon/ |
| opd_pipe.c | 2 * @file daemon/opd_pipe.c 3 * Functions handling the $SESSIONDIR/opd_pipe FIFO special file. 7 * @remark Read the file COPYING 25 static FILE * fifo_fd = NULL; 67 /* get a file descriptor to the pipe */ 72 perror("oprofiled: couldn't create file descriptor: "); 92 /* increase modulus to avoid flooding log file */
|
| /external/oprofile/libabi/ |
| op_abi.c | 2 * @file op_abi.c 3 * This file contains a simple C interface to the ABI-describing functionality, 4 * the majority of which is implemented in C++. This is the file which is 8 * @remark Read the file COPYING 81 FILE * fp;
|
| /external/ppp/pppd/plugins/radius/ |
| clientid.c | 6 * See the file COPYRIGHT for the respective terms and conditions. 7 * If the file is missing contact me at lf@elemental.net 27 * Purpose: Read in the ttyname to port id map file 29 * Arguments: the file name of the map file 37 FILE *mapfd;
|
| /external/qemu/ |
| qemu-log.h | 5 extern FILE *logfile; 65 /* page_dump() output to the log file: */ 72 /* fflush() the log file */ 75 /* Close the log file */ 81 /* Set up a new log file */ 86 /* Set up a new log file, only if none is set */
|
| /external/qemu-pc-bios/bochs/bios/ |
| usage.cc | 41 FILE * org_file; 48 fprintf(stderr, "Usage: usage bios-file org-file\n"); 67 fprintf(stderr, "problem reading bios file\n"); 73 printf("bios file read in OK\n");
|
| /external/quake/quake/src/QW/client/ |
| keys.h | 134 void Key_WriteBindings (FILE *f);
|
| /external/quake/quake/src/QW/server/ |
| server.h | 171 FILE *download; // file being downloaded 183 FILE *upload;
341 extern FILE *sv_logfile; 342 extern FILE *sv_fraglogfile;
|
| /external/quake/quake/src/WinQuake/ |
| keys.h | 130 void Key_WriteBindings (FILE *f);
|
| /external/skia/emoji/ |
| GmojiMaker.cpp | 54 FILE* file = fopen(argv[1], "r"); local 55 if (NULL == file) { 64 if (fgets(buffer, sizeof(buffer), file) == 0) { 101 printf("// Input text file \"%s\"\n", argv[1]); 126 fclose(file);
|
| /external/srec/audio/test/AudioHardwareRecord/src/ |
| AudioHardwareRecord.c | 7 * you may not use this file except in compliance with the License. * 41 /* store incoming samples here, then write to file at the end */ 83 /* write to file */ 85 FILE *fpOutput;
|