Home | History | Annotate | Download | only in strace

Lines Matching defs:ctl

1987 	char ctl[1024];
2003 i = sizeof(ctl);
2005 if (sysctl(qoid, tcp->u_arg[1] + 2, ctl, &i, 0, 0) >= 0) {
2007 tprintf("%s%s", ctl, numeric ? ", " : "");