Home
last modified time | relevance | path

Searched refs:SORT (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/common/mapfiles/gen/
H A DMakefile101 $(GREP) -v UNDEF | $(NAWK) '{print $$9 }' | $(SORT) > $(SYMS1)
104 $(GREP) -v UNDEF | $(NAWK) '{print $$9 }' | $(SORT) > $(SYMS2)
/titanic_41/usr/src/tools/scripts/
H A Dcheck_rtime.pl680 open(SORT, "elfdump -S $FullPath|") ||
687 while ($line = <SORT>) {
697 $line = <SORT>; # Toss header line
736 close SORT;
H A Dxref.mk132 $(SED) '$(XRSEDPRUNE)' < xref.tmp | $(SORT) -u > xref.flg
H A Dwebrev.sh2177 [[ -z $SORT ]] && SORT=`look_for_prog sort`
2989 ' < $FLIST | $SORT -u > $SEDFILE
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib577 $SORT > $outfile
579 cksum attribute* \\\; | $SORT >> $outfile
/titanic_41/usr/src/cmd/sgs/lari/
H A Dlari.pl882 if (!open(SORT, "| sort +1")) {
1038 print SORT " [$Str]: " .
1042 print SORT "[$Str]: " .
1048 close SORT;
/titanic_41/usr/src/cmd/zic/
H A Dtzselect.ksh45 SORT=/usr/bin/sort
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dargs.c56 #define SORT 1 macro
254 action = SORT; in sh_argopts()
331 if(action==SORT) in sh_argopts()
/titanic_41/usr/src/uts/sun4v/
H A DMakefile.rules164 $(NM) -u $(UNIX_O) $(LIBS) | $(GREP) __dtrace_probe_ | $(SORT) | \
/titanic_41/usr/src/cmd/stmsboot/
H A Dstmsboot.sh59 SORT=/usr/bin/sort
/titanic_41/usr/src/uts/sun4u/
H A DMakefile.rules172 $(NM) -u $(UNIX_O) $(LIBS) | $(GREP) __dtrace_probe_ | $(SORT) | \
/titanic_41/usr/src/test/zfs-tests/include/
H A Dcommands.cfg126 export SORT="/usr/bin/sort"
/titanic_41/usr/src/
H A DMakefile.master179 SORT= /usr/bin/sort
/titanic_41/usr/src/uts/i86pc/
H A DMakefile.rules308 $(NM) -u $(UNIX_O) $(LIBS) | $(GREP) __dtrace_probe_ | $(SORT) | \