HomeSort by relevance Sort by last modified time
    Searched defs:tofd (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
rename.c 45 int fromfd, tofd, nread; local
53 tofd = open (to, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, 0777);
55 tofd = creat (to, 0777);
57 if (tofd < 0)
66 if (write (tofd, buf, nread) != nread)
70 close (tofd);
77 close (tofd);
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 4102 Int tofd = (Int) ARG3; local
    [all...]

Completed in 224 milliseconds