HomeSort by relevance Sort by last modified time
    Searched refs:STRIP (Results 1 - 25 of 63) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/boot/scripts/
extract_boot_filelist.ksh 53 if [ -z "$STRIP" ] ; then
56 ls -d platform/*/kernel | grep -v $STRIP
100 STRIP=
103 STRIP=platform/sun4v/
106 STRIP=platform/sun4u/
109 STRIP=
120 if [ -z "$STRIP" ] ; then
124 grep -v $STRIP
127 if [ -z "$STRIP" ] ; then
130 cat $altroot/$list | grep -v $STRIP
    [all...]
  /onnv/onnv-gate/usr/src/cmd/soelim/
Makefile 50 strip : $(PROG)
51 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postcomm/
Makefile 54 strip:
55 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postreverse/
Makefile 61 strip :
62 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/print/conv_fix/
Makefile 51 strip:
52 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/print/lpget/
Makefile 52 strip:
53 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/print/lpset/
Makefile 52 strip:
53 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/agents/
Makefile.vars 50 SVR4_STRIP= /usr/ccs/bin/strip
51 INTEL_STRIP= /usr/ccs/bin/strip
52 SUNOS_STRIP=/bin/strip
54 STRIP=$($(TARG_SYS)_STRIP)
  /onnv/onnv-gate/usr/src/cmd/sgs/mcs/common/
main.c 64 * mcs(1) and strip() are hard linked together, determine which command
76 } else if (strcmp(str, "strip") == 0) {
77 my_prog = STRIP;
106 if (my_prog == STRIP)
176 * strip command may not take any options.
178 if (my_prog != STRIP) {
209 * If I am strip command, then add needed
212 if (my_prog == STRIP) {
215 (void) setup_sectname(".debug", STRIP);
216 (void) setup_sectname(".stab", STRIP);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lptest/
Makefile 65 strip:
66 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/download/
Makefile 70 strip:
71 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/picpack/
Makefile 69 strip:
70 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
Makefile 70 strip:
71 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
Makefile 70 strip:
71 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
Makefile 64 strip:
65 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postmd/
Makefile 72 strip:
73 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postplot/
Makefile 70 strip:
71 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postprint/
Makefile 70 strip:
71 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/posttek/
Makefile 70 strip:
71 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/cpc/cputrack/
Makefile.com 56 strip:
57 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/lib/common/
Makefile.com 38 POST_PROCESS_O = $(PROCESS_COMMENT) $@ ; $(STRIP) -x $@
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpadmin/
Makefile 98 strip:
99 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
Makefile 78 strip:
79 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/font/
Makefile 67 strip:
68 $(STRIP) $(PROG)
  /onnv/onnv-gate/usr/src/cmd/lp/model/
Makefile 93 strip:
94 $(STRIP) $(PROG)

Completed in 359 milliseconds

1 2 3