Home
last modified time | relevance | path

Searched refs:PROC_CHECK (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libast/common/misc/
H A Dprocrun.c40 flags &= argv ? PROC_ARGMOD : PROC_CHECK; in procrun()
42 if (flags & PROC_CHECK) in procrun()
/titanic_50/usr/src/lib/libast/common/include/
H A Dproc.h35 #define PROC_CHECK (1<<17) /* check that command exists */ macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dproc.h44 #define PROC_CHECK (1<<17) /* check that command exists */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dproc.h44 #define PROC_CHECK (1<<17) /* check that command exists */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dproc.h44 #define PROC_CHECK (1<<17) /* check that command exists */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dproc.h44 #define PROC_CHECK (1<<17) /* check that command exists */ macro
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE191 07-04-24 misc/procopen.c,include/proc.h: add PROC_CHECK