Searched refs:renameat (Results 1 - 25 of 37) sorted by relevance

12

/external/strace/
H A Drenameat.c13 SYS_FUNC(renameat)
H A DAndroid.mk131 renameat.c \
H A Dsys_func.h196 extern SYS_FUNC(renameat);
/external/valgrind/memcheck/tests/solaris/
H A Dsyscall_at.c61 /* renameat */
62 renameat(dfd, FILENAME, dfd, FILENAME);
63 renameat(0x4371151, DIRECTORY FILENAME, 0x4371152, DIRECTORY FILENAME);
64 renameat(AT_FDCWD, FILENAME, AT_FDCWD, FILENAME);
65 renameat(0x4371153, FILENAME, 0x4371154, FILENAME); /* warning for this one */
H A Dsyscall_at.stderr.exp8 Warning: invalid file descriptor 70717779 in syscall renameat()
9 Warning: invalid file descriptor 70717780 in syscall renameat()
/external/bison/darwin-lib/
H A Dstdio.h115 /* Solaris 10 declares renameat in <unistd.h>, not in <stdio.h>. */
1276 # undef renameat
1277 # define renameat rpl_renameat
1279 _GL_FUNCDECL_RPL (renameat, int,
1282 _GL_CXXALIAS_RPL (renameat, int,
1286 _GL_FUNCDECL_SYS (renameat, int,
1290 _GL_CXXALIAS_SYS (renameat, int,
1293 _GL_CXXALIASWARN (renameat);
1295 # undef renameat macro
1297 _GL_WARN_ON_USE (renameat, "renamea
[all...]
/external/bison/linux-lib/
H A Dstdio.h115 /* Solaris 10 declares renameat in <unistd.h>, not in <stdio.h>. */
1276 # undef renameat
1277 # define renameat rpl_renameat
1279 _GL_FUNCDECL_RPL (renameat, int,
1282 _GL_CXXALIAS_RPL (renameat, int,
1286 _GL_FUNCDECL_SYS (renameat, int,
1290 _GL_CXXALIAS_SYS (renameat, int,
1293 _GL_CXXALIASWARN (renameat);
1295 # undef renameat macro
1297 _GL_WARN_ON_USE (renameat, "renamea
[all...]
/external/bison/lib/
H A Dstdio.in.h114 /* Solaris 10 declares renameat in <unistd.h>, not in <stdio.h>. */
964 # undef renameat
965 # define renameat rpl_renameat
967 _GL_FUNCDECL_RPL (renameat, int,
970 _GL_CXXALIAS_RPL (renameat, int,
974 _GL_FUNCDECL_SYS (renameat, int,
978 _GL_CXXALIAS_SYS (renameat, int,
981 _GL_CXXALIASWARN (renameat);
983 # undef renameat
985 _GL_WARN_ON_USE (renameat, "renamea
[all...]
/external/ltrace/etc/
H A Dsyscalls.conf127 int renameat(at_dirfd_t, string, at_dirfd_t, string);
/external/strace/linux/32/
H A Dsyscallent.h42 [ 38] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/mips/
H A Dsyscallent-n32.h261 [6258] = { 4, TD|TF, SEN(renameat), "renameat" },
H A Dsyscallent-n64.h257 [5254] = { 4, TD|TF, SEN(renameat), "renameat" },
H A Dsyscallent-o32.h298 [4295] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/s390x/
H A Dsyscallent.h310 [295] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/64/
H A Dsyscallent.h39 [ 38] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/avr32/
H A Dsyscallent.h278 [250] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/hppa/
H A Dsyscallent.h287 [282] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/x32/
H A Dsyscallent.h265 [264] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/x86_64/
H A Dsyscallent.h265 [264] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/xtensa/
H A Dsyscallent.h284 [292] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/arm/
H A Dsyscallent.h356 [329] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/i386/
H A Dsyscallent.h330 [302] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/ia64/
H A Dsyscallent.h307 [1288] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/m68k/
H A Dsyscallent.h323 [295] = { 4, TD|TF, SEN(renameat), "renameat" },
/external/strace/linux/powerpc/
H A Dsyscallent.h322 [293] = { 4, TD|TF, SEN(renameat), "renameat" },

Completed in 690 milliseconds

12