Searched refs:sys_stime (Results 1 – 8 of 8) sorted by relevance
/external/strace/linux/ |
D | dummy.h | 97 #define sys_stime sys_time macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-generic.h | 189 DECL_TEMPLATE(generic, sys_stime); // SVr4, SVID, X/OPEN
|
D | priv_syswrap-linux.h | 269 DECL_TEMPLATE(linux, sys_stime); /* maybe generic? I'm not sure */
|
D | syswrap-mips32-linux.c | 830 LINX_ (__NR_stime, sys_stime), // 25
|
D | syswrap-x86-linux.c | 1429 LINX_(__NR_stime, sys_stime), // 25 * (SVr4,SVID,X/OPEN)
|
D | syswrap-solaris.c | 921 DECL_TEMPLATE(solaris, sys_stime); 2324 PRE(sys_stime) in PRE() argument 10267 SOLX_(__NR_stime, sys_stime), /* 25 */
|
D | syswrap-linux.c | 2963 PRE(sys_stime) in PRE() argument
|
/external/strace/ |
D | ChangeLog | 20488 * linux/ia64/syscallent.h: Undefine sys_stime to avoid redefine warnings. 23094 Alias sys_stime to sys_time. 23096 replace sys_stime with an alias to sys_time. 23098 * linux/dummy.h (sys_stime): Alias to sys_time. 23099 * linux/syscall.h (sys_stime): Remove. 23100 * time.c (sys_stime): Remove.
|