Home
last modified time | relevance | path

Searched refs:PRINTCTL (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dipc_defs.h40 #define PRINTCTL(flagset, arg, dflt) \ macro
Dipc_msgctl.c101 PRINTCTL(msgctl_flags, tcp->u_arg[1], "MSG_???"); in SYS_FUNC()
Dipc_shmctl.c101 PRINTCTL(shmctl_flags, tcp->u_arg[1], "SHM_???"); in SYS_FUNC()
Dipc_sem.c140 PRINTCTL(semctl_flags, tcp->u_arg[2], "SEM_???"); in SYS_FUNC()
DChangeLog-CVS3611 * ipc.c (PRINTCTL): New macro. #ifdef IPC_64, factor out the flag and