| /external/libselinux/src/ |
| label_file.c | 2 * File contexts backend for labeling system 25 /* A file security context specification. */ 48 * the specification file. Sorting occurs based on hasMetaChars. 79 /* return the length of the text that is the stem of a file name */ 89 /* find the stem of a file spec, returns the index into stem_arr for a new 90 * or existing stem, (or -1 if there is no possible stem - IE for a file in 124 /* find the stem of a file name, returns the index into stem_arr (or -1 if 125 * there is no match - IE for a file in the root directory or a regex that is 342 "%s: line %d has invalid file type %s\n", 370 "%s: line %d has invalid file type %s\n" [all...] |
| /external/linux-tools-perf/util/ |
| annotate.c | 198 FILE *file, size_t privsize) 206 if (getline(&line, &line_len, file) < 0) 272 FILE *file; local 294 * If we don't have build-ids or the build-id file isn't in the 295 * cache, or is just a kallsyms file, well, lets hope that this 318 pr_err("Can't annotate %s: No vmlinux file%s was found in the " 353 file = popen(command, "r"); 354 if (!file) [all...] |
| /external/openssl/crypto/ec/ |
| ec.h | 6 * \file crypto/ec/ec.h Include file for the OpenSSL EC functions 700 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off); [all...] |
| /external/openssl/include/openssl/ |
| ec.h | 6 * \file crypto/ec/ec.h Include file for the OpenSSL EC functions 700 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off); [all...] |
| /external/oprofile/daemon/ |
| opd_ibs.c | 2 * @file daemon/opd_ibs.c 6 * @remark Read the file COPYING 76 FILE * memaccess_log; 77 FILE * bta_log; 174 FILE * fp = NULL; 648 verbprintf(vext, "Warning: Cannot create file %s\n", filename); 664 verbprintf(vext, "Warning: Cannot create file %s\n", filename); 757 odb_t * file; local 776 file = &(sf->ext_files[ibs_vci]); 788 file = &(cg->to.ext_files[ibs_vci]) [all...] |
| /external/v8/test/cctest/ |
| test-serialize.cc | 176 PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file); 203 FILE* fp_; 219 FILE* fp = OS::FOpen(name.start(), "w"); 233 FileByteSink file(snapshot_file); 234 StartupSerializer ser(&file); 404 FILE* fp = OS::FOpen(name.start(), "r");
|
| /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
| CodeGeneratorTestRunner.pm | 26 use File::Spec; 51 foreach my $file ($self->_generateHeaderFile($interface), $self->_generateImplementationFile($interface)) { 52 open(FILE, ">", File::Spec->catfile($$self{outputDir}, $$file{name})) or die "Failed to open $$file{name} for writing: $!"; 53 print FILE @{$$file{contents}}; 54 close(FILE) or die "Failed to close $$file{name} after writing: $!" [all...] |
| /external/bzip2/ |
| bzlib.c | 8 This file is part of bzip2/libbzip2, a program and library for 15 README file. 18 in the file LICENSE. 23 0.9.0a/b -- no changes in this file. 66 "I suggest the following: try compressing the file again,\n" 78 " let me know, and, ideally, save a copy of the file causing the\n" 883 /*--- File I/O stuff ---*/ 894 FILE* handle; 906 static Bool myfeof ( FILE* f ) 918 FILE* f, [all...] |
| /external/dropbear/ |
| keyimport.c | 145 FILE*fp; 200 static void base64_encode_fp(FILE * fp, unsigned char *data, 364 FILE *fp = NULL; 382 errmsg = "Unable to open key file"; 388 errmsg = "File does not begin with OpenSSH key header"; 403 errmsg = "Unexpected end of file"; 706 FILE *fp; 944 fprintf(stderr, "Failed opening output file\n"); 1057 FILE *fp; 1072 errmsg = "Unable to open key file"; [all...] |
| /external/icu4c/test/intltest/ |
| intltest.cpp | 387 /* On Windows, the file name obtained from __FILE__ includes a full path. 388 * This file is "wherever\icu\source\test\cintltst\cintltst.c" 1006 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp); 1016 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp); 1021 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp); 1026 fflush((FILE *)testoutfp); 1526 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); local [all...] |
| bidiconf.cpp | 8 * file name: bidiconf.cpp 16 * BiDi conformance test, using the Unicode BidiTest.txt file. 88 FILE *f=fopen(path, "r"); 116 U_DEFINE_LOCAL_OPEN_POINTER(LocalStdioFilePointer, FILE, fclose);
|
| /external/iproute2/tc/ |
| f_u32.c | 824 static void print_ipv4(FILE *f, const struct tc_u32_key *key) 880 static void print_ipv6(FILE *f, const struct tc_u32_key *key) 936 static void print_raw(FILE *f, const struct tc_u32_key *key) 948 void (*pprinter)(FILE *f, const struct tc_u32_key *key); 955 static void show_keys(FILE *f, const struct tc_u32_key *key) 1172 static int u32_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt,
|
| m_pedit.c | 552 print_pedit(struct action_util *au,FILE * f, struct rtattr *arg) 599 pedit_print_xstats(struct action_util *au, FILE *f, struct rtattr *xstats)
|
| /bionic/libc/netbsd/net/ |
| getaddrinfo.c | 238 static void _sethtent(FILE **); 239 static void _endhtent(FILE **); 240 static struct addrinfo *_gethtent(FILE **, const char *, 416 FILE* proxy = NULL; [all...] |
| /build/core/ |
| cleanspec.mk | 4 # you may not use this file except in compliance with the License. 19 # 1. DELETE ANY "add-clean-step" ENTRIES THAT HAVE PILED UP IN THIS FILE. 32 # a file or delete some intermediate files, add a clean step to the end 48 # that you made last week required touching a file and a change you 49 # made today requires touching the same file, just copy the old
|
| /external/blktrace/btt/ |
| inlines.h | 364 static inline void __dump_iop(FILE *ofp, struct io *iop, int extra_nl) 374 static inline void __dump_iop2(FILE *ofp, struct io *a_iop, struct io *l_iop)
|
| /external/chromium/chrome/browser/ |
| browsing_data_remover.cc | 3 // found in the LICENSE file. 190 BrowserThread::FILE, FROM_HERE, 203 // TODO(michaeln): delete temporary file system data too 452 // This function should be called on the FILE thread. 453 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| shell_integration_win.cc | 3 // found in the LICENSE file. 100 // This should run on the file thread. 101 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 298 // When we check for default browser we don't necessarily want to count file 422 BrowserThread::FILE, FROM_HERE, new MigrateChromiumShortcutsTask());
|
| /external/chromium/chrome/browser/web_applications/ |
| web_app.cc | 3 // found in the LICENSE file. 128 // Returns true if icon_file or checksum file is missing. 150 // file thread and schedules the callback (if any) on the calling thread 222 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 289 // the shortcut file when there is no shortcut file will be created. That is, 308 // Generates file name to use with persisted ico and shortcut file. 312 // Creates an ico file to use with shortcut. 410 // Returns sanitized name that could be used as a file nam [all...] |
| /external/icu4c/test/cintltst/ |
| cintltst.c | 8 * File CINTLTST.C 302 /* On Windows, the file name obtained from __FILE__ includes a full path. 303 * This file is "wherever\icu\source\test\cintltst\cintltst.c" 330 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); local 331 if (file) { 332 fclose(file); 369 /* On Windows, the file name obtained from __FILE__ includes a full path. 370 * This file is "wherever\icu\source\test\cintltst\cintltst.c" 397 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", " (…) local [all...] |
| /external/iproute2/ip/ |
| ipneigh.c | 186 FILE *fp = (FILE*)arg;
|
| iprule.c | 48 FILE *fp = (FILE*)arg;
|
| /external/iptables/utils/ |
| nfnl_osf.c | 95 static FILE *osf_log_stream; 392 FILE *inf; 398 ulog_err("Failed to open file '%s'", path);
|
| /external/jpeg/ |
| rdbmp.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 routines to read input images in Microsoft "BMP" 17 * at the start of the file; start_input may need work if the 19 * the file is indeed BMP format). 45 #define ReadOK(file,buffer,len) (JFREAD(file,buffer,len) == ((size_t) (len))) 61 JDIMENSION row_width; /* Physical width of scanlines in file */ 69 /* Read next byte from BMP file */ 71 register FILE *infile = sinfo->pub.input_file [all...] |
| wrbmp.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 routines to write output images in Microsoft "BMP" 38 * BMP file during finish_output. The virtual array contains one JSAMPLE per 51 JDIMENSION row_width; /* physical width of one row in the BMP file */ 137 * Startup: normally writes the file header. 149 * Finish up at the end of the file. 151 * Here is where we really output the BMP file. 153 * First, routines to write the Windows and OS/2 variants of the file header. 158 /* Write a Windows-style BMP file header, including colormap if needed * [all...] |