HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 2901 - 2925 of 4741) sorted by null

<<111112113114115116117118119120>>

  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 260 open(PIPE, "$cmd|") or die "Can't run \"$cmd\"";
  /external/ipsec-tools/
main.c 2 * Copyright (C) 2011 The Android Open Source Project
108 int tun = open("/dev/tun", 0);
  /external/libnfc-nci/src/adaptation/
CrcChecksum.cpp 102 int fileStream = open (filename, O_RDONLY);
  /external/libpcap/
pcap-dos.c 146 * Open MAC-driver with name 'device_name' for live capture of
634 PCAP_ASSERT (dev->open);
636 if (!(*dev->open)(dev))
743 * Open the pcap device for the first client calling pcap_open_live()
909 * order to open debug/trace-file properly
1112 dev->open = pkt_open;
1167 dev->open = ndis_open;
    [all...]
  /external/libppp/src/
id.c 148 ret = open(path, flags, va_arg(ap, int));
149 log_Printf(LogID0, "%d = open(\"%s\", %d)\n", ret, path, flags);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 65 'open', 'p', 'print', 'printf', 'proc', 'putc', 'puts',
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 5 // This file is distributed under the University of Illinois Open Source
62 fstr.open(filename.c_str());
  /external/llvm/utils/lit/lit/
discovery.py 196 f = open(input[1:])
  /external/mdnsresponder/mDNSPosix/
parselog.py 30 # 2. Open the UTF-8 text file using BBEdit or some other text editor.
34 # or manually open the File using "File -> Open" and make sure the "Read As" setting is set to "UTF-8 no BOM"
47 # 8. Open the resulting fname.pdf file with a PDF viewer like Preview on OS X
65 f = open(inFile)
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader_drm.c 219 return open(path, O_RDWR, 0);
  /external/mesa3d/src/gallium/drivers/radeon/
R600GenRegisterInfo.pl 5 # This file is distributed under the University of Illinois Open Source
124 open(OUTFILE, ">", "R600HwRegInfo.include");
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 29 with open(filename) as f:
  /external/openssh/
authfile.c 223 if ((fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0600)) < 0) {
224 error("open %s failed: %s.", filename, strerror(errno));
407 fd = open(filename, O_RDONLY);
631 error("Permissions 0%3.3o for '%s' are too open.",
667 fd = open(filename, O_RDONLY);
669 debug("could not open key file '%s': %s", filename,
728 fd = open(filename, O_RDONLY);
730 debug("could not open key file '%s': %s", filename,
909 error("%s: could not open keyfile \"%s\": %s", __func__,
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 94 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
s390x-gf2m.pl 39 open STDOUT,">$output";
  /external/openssl/crypto/modes/asm/
ghash-s390x.pl 51 open STDOUT,">$output";
  /external/openssl/crypto/rand/
rand_unix.c 265 if ((fd = open(randomfiles[i], O_RDONLY
  /external/openssl/crypto/rc4/asm/
rc4-s390x.pl 37 open STDOUT,">$output";
  /external/openssl/crypto/sha/asm/
sha1-s390x.pl 46 open STDOUT,">$output";
sha512-ia64.pl 97 open STDOUT,">$output" || die "can't open $output: $!";
  /external/oprofile/daemon/liblegacy/
init.c 56 * op_open_files - open necessary files
58 * Open the device files and the log file,
65 perror("Failed to open hash map device");
72 fprintf(stderr, "Failed to open note device. Possibly you have passed incorrect\n"
75 perror("Failed to open note device");
82 fprintf(stderr, "Failed to open device. Possibly you have passed incorrect\n"
85 perror("Failed to open profile device");
98 if (open("/dev/null", O_RDONLY) == -1) {
99 perror("oprofiled: couldn't re-open stdin as /dev/null: ");
297 /* re-open logfile for logrotate *
    [all...]
  /external/oprofile/libabi/
opimport.cpp 184 cerr << "error: cannot open abi file "
203 in_fd = open(inputs[0].c_str(), O_RDONLY);
  /external/oprofile/libdb/
db_manage.c 203 data->fd = open(filename, flags, 0644);
  /external/oprofile/libpp/
op_header.cpp 142 int fd = open(sample_filename.c_str(), O_RDONLY);
144 throw op_fatal_error("Can't open sample file:" +
  /external/qemu/android/
snapshot.c 2 * Copyright (C) 2010 The Android Open Source Project
311 /* open snapshot file */
312 int fd = open(snapstorage, O_RDONLY);
314 derror("Could not open snapshot file '%s': %s", snapstorage, strerror(errno));

Completed in 2112 milliseconds

<<111112113114115116117118119120>>