Home
last modified time | relevance | path

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

/external/ltp/tools/top-LTP/proc/
Dreadproc.h206 #define PROC_FILLENV 0x0004 /* alloc and fill in `environ' */ macro
Dreadproc.c489 if (unlikely(flags & PROC_FILLENV)) /* read+parse /proc/#/environ */ in readproc()
597 if (flags & PROC_FILLENV) /* read+parse /proc/#/environ */ in ps_readproc()