Home
last modified time | relevance | path

Searched refs:sort (Results 26 – 50 of 178) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/refer/
H A Drefer1.c50 sort++; in main()
114 if (sort && !labels) { in main()
160 if (sort && !labels) in main()
H A Drefer7.c55 if (sort) { in dumpold()
126 if (sort) in recopy()
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dgen_allocation_list.sh23 sort -u > $tmp
28 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u \
H A Dgen_unwind_functions.sh24 cat $tmp | sort -u > $tmp2
26 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
H A Dgen_dma_funcs.sh26 cat $tmp | sort -u > $tmp2
28 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
H A Dgen_gfp_flags.sh26 cat $tmp | sort -u > $tmp2
28 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
H A Dgen_no_return_funcs.sh25 cat $tmp | sort -u > $tmp2
27 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
H A Dgen_rosenberg_funcs.sh30 cat $tmp | sort -u > $tmp2
32 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_aslr.sh43 cat out.* | sort | uniq -c | sort -nk 1 | nawk '
/illumos-gate/usr/src/cmd/sort/
H A DMakefile29 PROG = sort
30 XPG4PROG = sort
119 XGETFLAGS += -a -x sort.xcl
/illumos-gate/usr/src/cmd/sgs/lorder/
H A Dlorder.sh127 sort $TDIR/$$symdef -o $TDIR/$$symdef
128 sort $TDIR/$$symref -o $TDIR/$$symref
/illumos-gate/usr/src/cmd/spell/
H A DMakefile116 $(RM) htemp2a; ./hashmk1 <american |sort -u - htemp1 >htemp2a
121 $(RM) htemp2b; ./hashmk1 <british |sort -u - htemp1 >htemp2b
126 $(RM) htemp2s; ./hashmk1 <stop | sort -u >htemp2s
H A Dspell.sh119 /usr/bin/sed -n "/[A-Za-z]/p" | /usr/bin/sort -u +0 |\
129 /usr/bin/sed '/^\./d' $V_SPELL | /usr/bin/sort -u +1f +0
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml177 foreach my $eventId (sort keys %xlateEventTable) {
284 foreach $listName (sort keys %msg_list) {
379 foreach my $listName (sort keys %msg_list) {
439 foreach my $eventId (sort keys %eventAPI) {
462 foreach my $eventId (sort keys %eventAPI) {
493 foreach my $header (sort keys %headers) {
497 foreach my $eventId (sort keys %eventAPI) {
518 foreach my $header (sort keys %headers) {
1090 foreach $header (sort keys %headers) {
1113 foreach $header (sort keys %headers) {
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-iptun83 /usr/bin/sort -u`
91 echo $intf; done | /usr/bin/sort -u`
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c51 #define sort() qsort((char *)sortbase, &eargv[eargc] - sortbase, \ macro
177 sort();
225 sort();
233 sort();
415 sort();
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c197 const char *sort = NULL; in list() local
203 sort = databaselist[i].sortattr; in list()
210 sort = databaselist[i].sortattr; in list()
219 sort, merge_SSD_filter, (const char **)ldapattribute, NULL, in list()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dwhere.test362 # opcode it appends "sort"
393 } {1 100 4 2 99 9 3 98 16 sort}
413 } {1 100 4 2 99 9 3 98 16 sort}
418 } {1 100 4 2 99 9 3 98 16 sort}
453 } {1 100 4 sort}
458 } {1 100 4 sort}
463 } {1 100 4 sort}
488 } {100 1 10201 99 2 10000 98 3 9801 sort}
503 } {1 0 2 1 3 1 sort}
508 } {4 121 10201 sort}
[all …]
H A Dformat3.test21 # Create a bunch of data to sort against
561 # opcode it appends "sort"
566 if {[regexp SortCallback $prog]} {set x sort} {set x nosort}
592 } {1 100 4 2 99 9 3 98 16 sort}
612 } {1 100 4 2 99 9 3 98 16 sort}
617 } {1 100 4 2 99 9 3 98 16 sort}
647 } {100 1 10201 99 2 10000 98 3 9801 sort}
662 } {1 0 2 1 3 1 sort}
667 } {4 121 10201 sort}
672 } {4 9 16 sort}
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_calib.c58 int16_t sort[ATH9K_NF_CAL_HIST_MAX]; in ath9k_hw_get_nf_hist_mid() local
62 sort[i] = nfCalBuffer[i]; in ath9k_hw_get_nf_hist_mid()
66 if (sort[j] > sort[j - 1]) { in ath9k_hw_get_nf_hist_mid()
67 nfval = sort[j]; in ath9k_hw_get_nf_hist_mid()
68 sort[j] = sort[j - 1]; in ath9k_hw_get_nf_hist_mid()
69 sort[j - 1] = nfval; in ath9k_hw_get_nf_hist_mid()
73 nfval = sort[(ATH9K_NF_CAL_HIST_MAX - 1) >> 1]; in ath9k_hw_get_nf_hist_mid()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c88 static void sort(void);
166 sort(); in collect()
179 sort(); in acollect()
183 sort(void) in sort() function
371 sort(); in execbrc()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.flat.blurb10 seconds function alone. This is the major sort for this
24 name the name of the function. This is the minor sort
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h238 extern void zap_leaf_init(zap_leaf_t *l, boolean_t sort);
240 extern void zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort);
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Ddelete_too_common_fn_ptr.sh7 sqlite3 $db_file | sort -n | tail -n 100 | \
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dp.484 print c ":" pop[c] | "sort" }

12345678