/external/openssl/apps/ |
pkcs12.c | 98 char *infile=NULL, *outfile=NULL, *keyname = NULL; local 231 infile = *args; 282 BIO_printf (bio_err, "-inkey file private key if not infile\n"); 288 BIO_printf (bio_err, "-in infile input filename\n"); 378 if (!infile) in = BIO_new_fp(stdin, BIO_NOCLOSE); 379 else in = BIO_new_file(infile, "rb"); 382 infile ? infile : "<stdin>"); 383 perror (infile); 444 key = load_key(bio_err, keyname ? keyname : infile, [all...] |
ca.c | 199 static int certify(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509, 206 static int certify_cert(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509, 214 static int certify_spkac(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509, 272 char *infile=NULL; local 430 infile= *(++argv); 501 infile= *(++argv); [all...] |
enc.c | 231 FILE *infile; local 236 infile=fopen(file,"r"); 237 if (infile == NULL) 244 if (!fgets(buf,sizeof buf,infile)) 250 fclose(infile);
|
smime.c | 94 char *infile = NULL, *outfile = NULL; local 342 infile = *++args; 608 if (infile) 610 if (!(in = BIO_new_file(infile, inmode))) 613 "Can't open input file %s\n", infile);
|
x509.c | 184 char *infile=NULL,*outfile=NULL,*keyfile=NULL,*CAfile=NULL; local 313 infile= *(++argv); 584 if (infile == NULL) 588 if (BIO_read_filename(in,infile) <= 0) 590 perror(infile); 662 x=load_cert(bio_err,infile,informat,NULL,e,"Certificate"); [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
ca.c | 199 static int certify(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509, 206 static int certify_cert(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509, 214 static int certify_spkac(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509, 272 char *infile=NULL; local 430 infile= *(++argv); 501 infile= *(++argv); [all...] |
enc.c | 231 FILE *infile; local 236 infile=fopen(file,"r"); 237 if (infile == NULL) 244 if (!fgets(buf,sizeof buf,infile)) 250 fclose(infile);
|
smime.c | 94 char *infile = NULL, *outfile = NULL; local 342 infile = *++args; 608 if (infile) 610 if (!(in = BIO_new_file(infile, inmode))) 613 "Can't open input file %s\n", infile);
|
x509.c | 184 char *infile=NULL,*outfile=NULL,*keyfile=NULL,*CAfile=NULL; local 313 infile= *(++argv); 584 if (infile == NULL) 588 if (BIO_read_filename(in,infile) <= 0) 590 perror(infile); 662 x=load_cert(bio_err,infile,informat,NULL,e,"Certificate"); [all...] |
cms.c | 109 char *infile = NULL, *outfile = NULL, *rctfile = NULL; local 491 infile = *++args; 784 if (infile) 786 if (!(in = BIO_new_file(infile, inmode))) 789 "Can't open input file %s\n", infile); [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
verify_filelist.py | 170 with open(rule_path) as infile: 171 lines = infile.readlines()
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
strace_profiler.py | 46 def _StraceToChromeTrace(pid, infile): 47 """Returns chrometrace json format for |infile| strace output.""" 58 with open(infile, 'r') as f:
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
bitcode_wrapperer.cpp | 57 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) 58 : infile_(infile),
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsUsageMonitor.java | 444 FileInputStream infile = null; local 446 infile = mPolicyFile.openRead(); 448 parser.setInput(infile, null); 483 if (infile != null) { 485 infile.close();
|
/external/icu4c/extra/uconv/ |
uconv.cpp | 591 FILE *infile; local 623 infile = fopen(infilestr, "rb"); 624 if (infile == 0) { 636 infile = stdin; 741 rd = fread(buf, 1, bufsz, infile); 742 if (ferror(infile) != 0) { [all...] |
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 186 static FILE *infile; variable 339 infile = fopen("/etc/config/system.glGammaVal", "r"); 340 if (infile) { 343 fgets(tmpline, 80, infile); 344 fclose(infile); 514 if (!(infile = fopen(filename, "rb"))) { 518 incount = fread(inbuf, 1, INBUFSIZE, infile); 550 fclose(infile); 606 } else if (ferror(infile)) { 610 } else if (feof(infile)) { [all...] |
/external/jpeg/ |
cdjpeg.h | 141 EXTERN(void) read_color_map JPP((j_decompress_ptr cinfo, FILE * infile));
|
/external/libvpx/libvpx/ |
vp8_scalable_patterns.c | 120 FILE *infile, *outfile[VPX_TS_MAX_LAYERS]; local 143 die("Usage: %s <infile> <outfile> <width> <height> <rate_num> " 611 if(!(infile = fopen(argv[1], "rb"))) 649 frame_avail = read_frame(infile, &raw); 679 fclose (infile);
|
/external/qemu/distrib/jpeg-6b/ |
cdjpeg.h | 141 EXTERN(void) read_color_map JPP((j_decompress_ptr cinfo, FILE * infile));
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
desktop_browser_backend.py | 184 with open(most_recent_dump, 'rb') as infile: 186 outfile.write(''.join(infile.read().partition('MDMP')[1:]))
|
/external/openssh/ |
sftp.c | 75 FILE* infile; variable [all...] |
/external/chromium/base/ |
file_util_posix.cc | 852 int infile = HANDLE_EINTR(open(from_path.value().c_str(), O_RDONLY)); local 853 if (infile < 0) 858 ignore_result(HANDLE_EINTR(close(infile))); 867 ssize_t bytes_read = HANDLE_EINTR(read(infile, &buffer[0], buffer.size())); 889 if (HANDLE_EINTR(close(infile)) < 0)
|
/external/chromium_org/base/ |
file_util_posix.cc | 920 int infile = HANDLE_EINTR(open(from_path.value().c_str(), O_RDONLY)); local 921 if (infile < 0) 926 close(infile); 935 ssize_t bytes_read = HANDLE_EINTR(read(infile, &buffer[0], buffer.size())); 957 if (IGNORE_EINTR(close(infile)) < 0)
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
derb.c | 208 char infile[4096]; /* XXX Sloppy. */ local 255 uprv_strcpy(infile, inputDir); 257 uprv_strcat(infile, U_FILE_SEP_STRING); 258 strncat(infile, arg, q-arg); 260 thename = infile;
|
/external/icu4c/tools/genrb/ |
derb.c | 208 char infile[4096]; /* XXX Sloppy. */ local 255 uprv_strcpy(infile, inputDir); 257 uprv_strcat(infile, U_FILE_SEP_STRING); 258 strncat(infile, arg, q-arg); 260 thename = infile;
|