Searched refs:sort (Results 1 - 25 of 769) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsort.h6 void sort(void *base, size_t num, size_t size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dextract_allparms.sh2 grep '{".*P_[GL]' param/loadparm.c | sed -e 's/&.*$//g' -e 's/",.*P_LOCAL.*$/ S/' -e 's/",.*P_GLOBAL.*$/ G/' -e 's/^ .*{"//g' | sort -f
H A Dgen-8bit-gap.sh39 "$CHARMAP" | sort -u | gawk -f ./script/gap.awk
45 "$CHARMAP" | sort -u | gawk -f ./script/gaptab.awk
H A Dgen-8bit-gap.sh.in39 "$CHARMAP" | sort -u | @AWK@ -f @srcdir@/script/gap.awk
45 "$CHARMAP" | sort -u | @AWK@ -f @srcdir@/script/gaptab.awk
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dfind_stray_common_vars10 done | grep -i ' c ' | sort -k2
H A DMakefile.IMA19 lib-all-y += $(patsubst %,procps/%,$(sort $(lib-y)))
22 lib-all-y += $(patsubst %,networking/%,$(sort $(lib-y)))
25 lib-all-y += $(patsubst %,networking/udhcp/%,$(sort $(lib-y)))
28 lib-all-y += $(patsubst %,networking/libiproute/%,$(sort $(lib-y)))
31 lib-all-y += $(patsubst %,loginutils/%,$(sort $(lib-y)))
34 lib-all-y += $(patsubst %,archival/%,$(sort $(lib-y)))
37 lib-all-y += $(patsubst %,archival/libunarchive/%,$(sort $(lib-y)))
40 lib-all-y += $(patsubst %,applets/%,$(sort $(lib-y)))
43 lib-all-y += $(patsubst %,e2fsprogs/%,$(sort $(lib-y)))
46 #lib-all-y += $(patsubst %,e2fsprogs/old_e2fsprogs/%,$(sort
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/
H A Dget_next_oid4 awk '{print $3}' | cut -d. -f 10 | sort -n | tail -1`
11 awk '{print $3}' | cut -d. -f 10 | sort -n | tail -1`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr034/
H A Dchk.mtx20 sort > $t1
26 sort > $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/scripts/
H A Dunpatch-source6 # them, hence the 'ls|sort -r'.
7 for patch in `ls debian/patches/*.patch | sort -r`; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/scripts/
H A Dunpatch-source6 # them, hence the 'ls|sort -r'.
7 for patch in `ls debian/patches/*.patch | sort -r`; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DType.java44 * The sort of the <tt>void</tt> type. See {@link #getSort getSort}.
49 * The sort of the <tt>boolean</tt> type. See {@link #getSort getSort}.
54 * The sort of the <tt>char</tt> type. See {@link #getSort getSort}.
59 * The sort of the <tt>byte</tt> type. See {@link #getSort getSort}.
64 * The sort of the <tt>short</tt> type. See {@link #getSort getSort}.
69 * The sort of the <tt>int</tt> type. See {@link #getSort getSort}.
74 * The sort of the <tt>float</tt> type. See {@link #getSort getSort}.
79 * The sort of the <tt>long</tt> type. See {@link #getSort getSort}.
84 * The sort of the <tt>double</tt> type. See {@link #getSort getSort}.
89 * The sort o
150 private final int sort; field in class:Type
178 Type(final int sort) argument
191 Type(final int sort, final char[] buf, final int off, final int len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/printer-accounting/
H A Dacct-sum15 foreach $user (sort keys %Jobs) {
23 foreach $prn (sort keys %Printer) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd005.tcl199 filesort $init_file $init_file.sort
200 filesort $final_file $final_file.sort
203 [filecmp $init_file.sort $final_file.sort] 0
205 filesort $afterop_file $afterop_file.sort
206 filesort $final_file $final_file.sort
209 [filecmp $afterop_file.sort $final_file.sort] 0
225 filesort $init_file $init_file.sort
226 filesort $final_file $final_file.sort
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr004/
H A Dchk.javafiles21 sed -e 's/^.*\///' | sort -u > $t1
22 tr ' \t' '\n' < $f | sed -e '/\.java$/!d' -e 's/^.*\///' | sort -u > $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr010/
H A Dchk.str24 spell | sort -u | comm -23 /dev/stdin spell.ok > $t1
34 spell | sort -u | comm -23 /dev/stdin spell.ok | tee /tmp/f/1 > $t1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr011/
H A Dchk.tags18 (cd $d && ls -F | egrep / | sort |
41 (cd $d && ls */tags | sed 's/\/tags$//' | sort) > $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/tests/
H A Dc-plus-plus-test-gen.py28 files.sort()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test_micro/
H A Dreport43 title="Test $1: `egrep '^#' $1 | sort -u | sed 's/^#[ ]*//'`"
58 sort -n > $tmp
62 max=`sort -k 2 -n -t ":" < $tmp | tail -1 | awk -F: '{print $2}'`
111 for j in `ls [0-9]* | sort -n`; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dfirefox-db2pem.sh49 sort | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/aoe/
H A Dstatus.sh27 done | sort
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dgetent_r.sh16 cat $file | sort > $file.sorted
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dextable.c14 #include <linux/sort.h>
39 sort(start, finish - start, sizeof(struct exception_table_entry),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/support/
H A DXindex31 sort -u |
32 sort -f -t@ +1 |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr002/
H A Dchk.def28 sort > $t1
36 sed '/^__/d' | sort > $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis.h31 uint_fast16_t sort; member in struct:__anon577

Completed in 224 milliseconds

1234567891011>>