Searched refs:dup (Results 251 - 275 of 315) sorted by last modified time

<<111213

/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_fdio.cc27 return CheckErrorWithResult(dup(fd), newfd);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_helper.cc235 allocated_dibs_[shared_memory->id()] = dup(result->fd);
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc286 int duped_handle = HANDLE_EINTR(dup(source_handle.fd));
/external/chromium_org/content/common/
H A Dsandbox_util.cc30 // dup()ing and close()ing.
34 // the other process from the I/O thread. Without the dup, calling code might
37 int fd = should_close_source ? handle : ::dup(handle);
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy.cc81 int master_copy = HANDLE_EINTR(dup(pt_pair_[PT_MASTER_FD]));
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dmixer_unittest.cc178 const std::string dup = "dup"; local
181 app_provider()->set_prefix(dup);
185 omnibox_provider()->set_prefix(dup);
189 webstore_provider()->set_prefix(dup);
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc512 // POSIX.1-2004 requires an implementation to guarantee that dup()
514 fd = dup(it->second);
/external/chromium_org/base/memory/
H A Dshared_memory_android.cc43 readonly_mapped_file_ = dup(mapped_file_);
45 DPLOG(ERROR) << "dup() failed";
H A Dshared_memory_nacl.cc153 const int new_fd = dup(mapped_file_);
155 DPLOG(ERROR) << "dup() failed.";
H A Dshared_memory_posix.cc383 mapped_file_ = dup(fileno(fp.get()));
389 NOTREACHED() << "Call to dup failed, errno=" << errno;
462 const int new_fd = dup(handle_to_dup);
464 DPLOG(ERROR) << "dup() failed.";
/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle.cc87 *result = HANDLE_EINTR(dup(fd));
/external/chromium_org/base/process/
H A Dprocess_util_unittest.cc551 if ((fd = HANDLE_EINTR(dup(i))) != -1) {
/external/chromium_org/base/strings/
H A Dstring_util_unittest.cc606 va_list dup; local
607 GG_VA_COPY(dup, org);
614 int i2 = va_arg(dup, int);
615 int j2 = va_arg(dup, int);
616 char* s2 = va_arg(dup, char*);
617 double d2 = va_arg(dup, double);
624 va_end(dup);
/external/chromium-trace/trace-viewer/build/
H A Dgenerate_standalone_timeline_view.py54 return os.fdopen(os.dup(sys.stdout.fileno()), 'w')
/external/blktrace/
H A Dblkparse.c2570 fd = dup(STDIN_FILENO);
2575 perror("dup stdin");
/external/bison/
H A Dconfigure18465 int f = fd_safer (dup (fd));
31713 for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite readlink readlinkat rmdir sethostname sleep symlink symlinkat ttyname_r unlink unlinkat usleep; do
H A Dmaint.mk535 # 1) take advantage of two "dup"-suffixed strings:
536 # x(((2n?)?re|c(har)?|n(re|m)|[mz])alloc|alloc_(oversized|die)|(mem|str)dup)
539 # x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
540 _xa1 = x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
/external/bison/darwin-lib/
H A Dunistd.h88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
631 # define dup rpl_dup
633 _GL_FUNCDECL_RPL (dup, int, (int oldfd));
634 _GL_CXXALIAS_RPL (dup, int, (int oldfd));
636 _GL_CXXALIAS_SYS (dup, int, (int oldfd));
638 _GL_CXXALIASWARN (dup);
640 # undef dup macro
642 _GL_WARN_ON_USE (dup, "dup is unportable - "
643 "use gnulib module dup fo
[all...]
/external/bison/djgpp/
H A Dsubpipe.c125 old_stdin = dup(STDIN_FILENO);
129 old_stdout = dup(STDOUT_FILENO);
/external/bison/lib/
H A Ddup2.c123 int duplicated_fd = dup (fd);
H A Dfseterr.c64 fd2 = dup (fd);
H A Dgnulib.mk343 libbison_a_SOURCES += fd-safer-flag.c dup-safer-flag.c
2559 libbison_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
H A Dunistd--.h23 #undef dup macro
24 #define dup dup_safer macro
H A Dunistd.in.h87 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
319 # define dup rpl_dup
321 _GL_FUNCDECL_RPL (dup, int, (int oldfd));
322 _GL_CXXALIAS_RPL (dup, int, (int oldfd));
324 _GL_CXXALIAS_SYS (dup, int, (int oldfd));
326 _GL_CXXALIASWARN (dup);
328 # undef dup
330 _GL_WARN_ON_USE (dup, "dup is unportable - "
331 "use gnulib module dup fo
[all...]
/external/bison/linux-lib/
H A Dunistd.h88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
631 # define dup rpl_dup
633 _GL_FUNCDECL_RPL (dup, int, (int oldfd));
634 _GL_CXXALIAS_RPL (dup, int, (int oldfd));
636 _GL_CXXALIAS_SYS (dup, int, (int oldfd));
638 _GL_CXXALIASWARN (dup);
640 # undef dup macro
642 _GL_WARN_ON_USE (dup, "dup is unportable - "
643 "use gnulib module dup fo
[all...]

Completed in 2774 milliseconds

<<111213