OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tofd
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/util/
util.c
59
int fromfd,
tofd
;
local
74
tofd
= creat(to, 0755);
75
if (
tofd
< 0)
82
if (write(
tofd
, addr, st.st_size) == st.st_size)
87
close(
tofd
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h
761
to FROMFD and
TOFD
respectively. */
781
/* Like symlink but a relative path in TO is interpreted relative to
TOFD
. */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h
761
to FROMFD and
TOFD
respectively. */
781
/* Like symlink but a relative path in TO is interpreted relative to
TOFD
. */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h
761
to FROMFD and
TOFD
respectively. */
781
/* Like symlink but a relative path in TO is interpreted relative to
TOFD
. */
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c
[
all
...]
Completed in 115 milliseconds