HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 1151 - 1175 of 4686) sorted by null

<<41424344454647484950>>

  /external/libffi/testsuite/libffi.call/
ffitest.h 21 file open. */
58 dev_zero_fd = open ("/dev/zero", O_RDONLY);
61 perror ("open /dev/zero: %m");
  /external/libpng/contrib/gregbook/
makevms.com 56 $ open/write lopt lib.opt
60 $ open/write xopt x11.opt
  /external/libpng/contrib/pngminus/
makevms.com 31 $ open/write lopt lib.opt
35 $ open/write xopt x11.opt
  /external/libppp/src/
id.h 62 #define ID0open open
  /external/libselinux/src/
canonicalize_context.c 26 fd = open(path, O_RDWR);
compute_av.c 30 fd = open(path, O_RDWR);
compute_create.c 29 fd = open(path, O_RDWR);
enabled.c 81 fd = open(path, O_RDONLY);
  /external/libvorbis/vq/
make_floor_books.pl 13 die "Could not open $ARGV[0]: $!" unless open (F,$ARGV[0]);
  /external/llvm/docs/
conf.py 229 with open(os.path.join(command_guide_path, name)) as f:
  /external/llvm/utils/lint/
common_lint.py 90 file = open(filename, 'r')
92 print 'Cound not open %s' % filename
  /external/lzma/CPP/Common/
C_FileIO.cpp 18 _handle = ::open(name, flags, 0666);
49 bool CInFile::Open(const char *name)
56 return Open(name);
78 bool COutFile::Open(const char *name, DWORD creationDisposition)
  /external/marisa-trie/lib/marisa/
mapper.h 16 void open(const char *filename, long offset = 0, int whence = SEEK_SET);
reader.h 19 void open(const char *filename, long offset = 0, int whence = SEEK_SET);
writer.h 19 void open(const char *filename, bool trunc_flag = true,
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
mapper.h 16 void open(const char *filename, long offset = 0, int whence = SEEK_SET);
reader.h 19 void open(const char *filename, long offset = 0, int whence = SEEK_SET);
writer.h 19 void open(const char *filename, bool trunc_flag = true,
  /external/mesa3d/src/mesa/
SConscript 465 f = open(filename, "w")
471 f = open(tempfile, "w")
  /external/openssh/openbsd-compat/
xmmap.c 58 open("/dev/zero", O_RDWR), (off_t)0);
  /external/openssh/
ssh-keysign.c 163 if ((fd = open(_PATH_DEVNULL, O_RDWR)) < 2)
170 key_fd[i++] = open(_PATH_HOST_DSA_KEY_FILE, O_RDONLY);
171 key_fd[i++] = open(_PATH_HOST_ECDSA_KEY_FILE, O_RDONLY);
172 key_fd[i++] = open(_PATH_HOST_RSA_KEY_FILE, O_RDONLY);
201 fatal("could not open any host key");
  /external/openssl/crypto/objects/
objects.pl 3 open (NUMIN,"$ARGV[1]") || die "Can't open number file $ARGV[1]";
26 open (IN,"$ARGV[0]") || die "Can't open input file $ARGV[0]";
113 open (NUMOUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]";
120 open (OUT,">$ARGV[2]") || die "Can't open output file $ARGV[2]";
  /external/oprofile/daemon/
opd_pipe.c 42 fifo = open(op_pipe_file, O_RDONLY | O_NONBLOCK);
44 perror("oprofiled: couldn't open pipe: ");
  /external/protobuf/python/
ez_setup.py 159 dst = open(saveto,"wb"); dst.write(data)
248 f = open(name,'rb')
258 f = open(srcfile, 'rb'); src = f.read(); f.close()
266 f = open(srcfile,'w')
  /external/qemu/
gen-skin.py 33 fp = open(basepath + "/" + file, "rb")

Completed in 1220 milliseconds

<<41424344454647484950>>