Home
last modified time | relevance | path

Searched refs:sys_stime (Results 1 – 8 of 8) sorted by relevance

/external/strace/linux/
Ddummy.h98 #define sys_stime sys_time macro
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-generic.h189 DECL_TEMPLATE(generic, sys_stime); // SVr4, SVID, X/OPEN
Dpriv_syswrap-linux.h272 DECL_TEMPLATE(linux, sys_stime); /* maybe generic? I'm not sure */
Dsyswrap-mips32-linux.c747 LINX_ (__NR_stime, sys_stime), // 25
Dsyswrap-x86-linux.c1191 LINX_(__NR_stime, sys_stime), // 25 * (SVr4,SVID,X/OPEN)
Dsyswrap-solaris.c921 DECL_TEMPLATE(solaris, sys_stime);
2352 PRE(sys_stime) in PRE() argument
10808 SOLX_(__NR_stime, sys_stime), /* 25 */
Dsyswrap-linux.c3455 PRE(sys_stime) in PRE() argument
/external/strace/
DChangeLog25034 * linux/ia64/syscallent.h: Undefine sys_stime to avoid redefine warnings.
27640 Alias sys_stime to sys_time.
27642 replace sys_stime with an alias to sys_time.
27644 * linux/dummy.h (sys_stime): Alias to sys_time.
27645 * linux/syscall.h (sys_stime): Remove.
27646 * time.c (sys_stime): Remove.