HomeSort by relevance Sort by last modified time
    Searched refs:PURIFY (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/model/netpr/
Makefile 32 PURIFY = purify $(PURIFYOPTS)
94 $(PURIFY) $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmpdemod/
Makefile 108 PURIFY= $(PURIFY_HOME)/purify
147 # purify
150 purify:
151 $(PURIFY) $(CC) -o $(TARGET) $(LDFLAGS) $(OBJECTS) $(MYLIBS) $(LIBS)
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/
Makefile.prog 20 $(PURIFY) $(CXX) $(ALL_CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(COBJS) $(XLIBS) $(LIBS)
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
Makefile 40 PURIFY = purify $(PURIFYOPTS)
118 $(PURIFY) $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmplib/test/
Makefile 103 PURIFY= $(PURIFY_HOME)/purify
161 # purify
164 purify:
166 $(PURIFY) $(CC) -o $(TARGET) $(LDFLAGS) $(OBJECTS) $(MYLIBS) $(LIBS)
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/trapsend/
Makefile 114 # purify
117 purify:
118 $(PURIFY) $(CC) -o $(BINPROG) $(LDFLAGS) $(OBJECTS) $(MYLINKLIBS) $(LIBS)
  /onnv/onnv-gate/usr/src/common/openssl/crypto/rand/
md_rand.c 467 #ifndef PURIFY
468 MD_Update(&m,buf,j); /* purify complains */
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/
Makefile 193 # purify
196 purify:
197 $(PURIFY) $(CC) -o $(BINPROG) $(LDFLAGS) $(OBJECTS) $(MYLINKLIBS) $(LIBS)
  /onnv/onnv-gate/usr/src/common/openssl/crypto/
md32_common.h 550 /* purify often complains about the following line as an
559 #ifdef PURIFY
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
mpool.c 396 #if defined(DEBUG) || defined(PURIFY) || 1
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/server/
ovsec_kadmd.c 94 #ifdef PURIFY
95 #include "purify.h"
101 #endif /* PURIFY */
475 #ifdef PURIFY
477 #endif /* PURIFY */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
Peek.xs 21 #ifdef PURIFY
127 #endif /* !PURIFY */
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
bt_split.c 395 #ifdef PURIFY
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
DNSDigest.c 843 /* purify often complains about the following line as an
852 #ifdef PURIFY
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
hv.c 68 #ifdef PURIFY
    [all...]
sv.c 74 required. Also, if PURIFY is defined, arenas are abandoned altogether,
91 instead mapped directly to malloc()/free() if PURIFY is defined. The
648 PL_xiv_arenaroot = ptr; /* to keep Purify happy */
1177 #ifdef PURIFY
1215 #else /* !PURIFY */
1253 #endif /* PURIFY */
    [all...]

Completed in 1440 milliseconds