Home
last modified time | relevance | path

Searched refs:decode_getxxid (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dalpha.c36 decode_getxxid(struct tcb *tcp, const char *what) in decode_getxxid() function
53 return decode_getxxid(tcp, "ppid"); in SYS_FUNC()
58 return decode_getxxid(tcp, "euid"); in SYS_FUNC()
63 return decode_getxxid(tcp, "egid"); in SYS_FUNC()
DChangeLog9703 (decode_getxxid): Replace snprintf with xsprintf.