Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/path/
H A Dpathcheck.c39 #define PARANOID_TOOLS PARANOID
54 #ifdef PARANOID in pathcheck()
58 …if (strmatch(tool, PARANOID) && environ && (s = *environ) && *s++ == '_' && *s++ == '=' && !stat(s… in pathcheck()
/titanic_41/usr/src/cmd/tcpd/
H A DMakefile13 CPPFLAGS += $(ACCESS) $(PARANOID) $(NETGROUP) $(TLI) \
H A Dtcpd.c95 #ifdef PARANOID
H A Dtcpdmatch.c312 #ifdef PARANOID
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dsem.c159 #if PARANOID
/titanic_41/usr/src/cmd/ypcmd/
H A Dypxfr.c106 #define PARANOID 1 /* make sure maps have the right # entries */ macro
1624 #ifdef PARANOID
1638 #ifdef PARANOID
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE275 06-10-01 misc/procopen.c: use pathshell() or astconf("SHELL",0,0) if PARANOID
1485 95-10-11 clarify PARANOID pathcheck() warning
1539 pathcheck() does AT&T checks for tools matching PARANOID - yuk