Home
last modified time | relevance | path

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

/titanic_51/usr/src/common/mapfiles/gen/
H A DMakefile100 $(GREP) -v UNDEF | $(AWK) '{print $$9 }' | $(SORT) > $(SYMS1)
103 $(GREP) -v UNDEF | $(AWK) '{print $$9 }' | $(SORT) > $(SYMS2)
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A DMakefile57 $(SORT) -u
79 $(SORT) -u
/titanic_51/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.sh2058 [[ -z $SORT ]] && SORT=`look_for_prog sort`
/titanic_51/usr/src/cmd/ast/libcmd/
H A DMakefile.com109 $(SORT) -u \
/titanic_51/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib577 $SORT > $outfile
579 cksum attribute* \\\; | $SORT >> $outfile
/titanic_51/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_51/usr/src/boot/sys/boot/arm/at91/boot0/
H A Dlinker.cfg50 SORT(CONSTRUCTORS)
/titanic_51/usr/src/cmd/zic/
H A Dtzselect.ksh45 SORT=/usr/bin/sort
211 ' <$TZ_ZONE_TABLE | $SORT -f)
/titanic_51/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_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c59 #define SORT 1 macro
257 action = SORT; in sh_argopts()
340 if(action==SORT) in sh_argopts()
/titanic_51/usr/src/cmd/stmsboot/
H A Dstmsboot.sh60 SORT=/usr/bin/sort
/titanic_51/usr/src/uts/sun4v/
H A DMakefile.rules165 $(NM) -u $(UNIX_O) $(LIBS) | $(GREP) __dtrace_probe_ | $(SORT) | \
/titanic_51/usr/src/uts/sun4u/
H A DMakefile.rules173 $(NM) -u $(UNIX_O) $(LIBS) | $(GREP) __dtrace_probe_ | $(SORT) | \
/titanic_51/usr/src/test/zfs-tests/include/
H A Dcommands.cfg121 export SORT="/usr/bin/sort"
/titanic_51/usr/src/
H A DMakefile.master199 SORT= /usr/bin/sort
/titanic_51/usr/src/uts/i86pc/
H A DMakefile.rules313 $(NM) -u $(UNIX_O) $(LIBS) | $(GREP) __dtrace_probe_ | $(SORT) | \