Home
last modified time | relevance | path

Searched refs:procdir (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/vms/
Dbuild_libxml.com77 $ set default 'procdir'
/external/strace/
Dstrace.c1061 char procdir[sizeof(task_path) + sizeof(int) * 3]; in attach_tcb() local
1066 xsprintf(procdir, task_path, tcp->pid) > 0 && in attach_tcb()
1067 (dir = opendir(procdir)) != NULL) { in attach_tcb()
DChangeLog9620 Use it for the procdir declaration and xsprintf format string argument.