| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/ |
| H A D | 0004-rpm-sort-include-string.h-for-strverscmp.patch | 4 Subject: [PATCH] rpm-sort: include string.h for strverscmp 7 rpm-sort.c: In function 'package_version_compare': 8 rpm-sort.c:156:13: error: 'strverscmp' undeclared (first use in this function) 16 rpm-sort.c | 1 + 19 diff --git a/rpm-sort.c b/rpm-sort.c 21 --- a/rpm-sort.c 22 +++ b/rpm-sort.c
|
| H A D | 0002-Add-another-variable-LIBS-to-provides-libraries-from.patch | 25 all: grubby rpm-sort 30 rpm-sort::rpm-sort.o 35 rm -f *.o grubby rpm-sort *~
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | package.py | 45 for ver1, ver2, sort in self.tests: 46 op = { -1: "<<", 0: "=", 1: ">>" }[sort] 51 op = { -1: ">>", 0: ">>", 1: "<<" }[sort] 56 op = { -1: "=", 0: "<<", 1: "=" }[sort] 61 for ver1, ver2, sort in self.tests: 62 op = { -1: "<<", 0: "=", 1: ">>" }[sort] 67 op = { -1: ">>", 0: ">>", 1: "<<" }[sort] 72 op = { -1: "=", 0: "<<", 1: "=" }[sort] 81 for ver1, ver2, sort in self.tests: 89 self.assertEqual(status - 100, sort, "%s %s (%d) failed" % (ver1, ver2, sort))
|
| /openbmc/openbmc/meta-phosphor/scripts/ |
| H A D | run-repotest | 26 | sort > "$patch_files_tmp" 58 " | sort > "$allowed_patches_tmp" 85 | sort > "$dts_files_tmp" 90 " | sort > "$allowed_dts_tmp"
|
| /openbmc/openbmc/poky/scripts/lib/resulttool/template/ |
| H A D | test_report_full_text.txt | 7 {% for report in reportvalues |sort(attribute='sort') %} 22 {% for ptest in ptests[machine] |sort %} 38 {% for ltptest in ltptests[machine] |sort %} 54 {% for ltpposixtest in ltpposixtests[machine] |sort %} 68 {% for report in reportvalues |sort(attribute='sort') %}
|
| /openbmc/u-boot/scripts/ |
| H A D | build-whitelist.sh | 37 |sort |uniq >scripts/config_whitelist.txt.tmp1; 44 |sort |uniq >scripts/config_whitelist.txt.tmp2 48 |sort |uniq >scripts/config_whitelist.txt.tmp3
|
| H A D | check-config.sh | 42 cat ${path} |sed -n 's/^#define \(CONFIG_[A-Za-z0-9_]*\).*/\1/p' |sort |uniq \ 50 |sort |uniq > ${ok}
|
| H A D | Makefile.host | 24 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m)) 40 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs))) 48 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs))) 55 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
|
| H A D | Makefile.lib | 24 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m))) 48 subdir-ym := $(sort $(subdir-y) $(subdir-m)) 51 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 52 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 54 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0001-missing_type.h-add-comparison_fn_t.patch | 19 src/basic/sort-util.h | 1 + 35 diff --git a/src/basic/sort-util.h b/src/basic/sort-util.h 37 --- a/src/basic/sort-util.h 38 +++ b/src/basic/sort-util.h
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0003-missing_type.h-add-comparison_fn_t.patch | 19 src/basic/sort-util.h | 1 + 35 diff --git a/src/basic/sort-util.h b/src/basic/sort-util.h 37 --- a/src/basic/sort-util.h 38 +++ b/src/basic/sort-util.h
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | uncovered | 24 diff -u <(grep "$path" | grep -v '0%$' | cut -f1 -d: | sort) \ 25 <(find $path | xargs file | grep 'Python script' | cut -f1 -d:| sort) | \
|
| /openbmc/openbmc/poky/scripts/contrib/bb-perf/ |
| H A D | bb-matrix-plot.sh | 91 MIN=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 1 | sed 's/^0*//' | sort -n | uniq | head -n1) 92 MAX=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 1 | sed 's/^0*//' | sort -n | uniq | tail -n1) 94 MIN=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 2 | sed 's/^0*//' | sort -n | uniq | head -n1) 95 MAX=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 2 | sed 's/^0*//' | sort -n | uniq | tail -n1)
|
| /openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0014-Fix-reproducibility-issues.patch | 6 In order to build deterministic binaries, we need to sort the wildcard expansion 28 + $(sort $(patsubst $(com32)/lib/%.c,%.o,$(wildcard $(com32)/lib/$(ARCH)/libgcc/*.c))) \ 29 + $(sort $(patsubst $(com32)/lib/%.S,%.o,$(wildcard $(com32)/lib/$(ARCH)/libgcc/*.S)))
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | task-time | 108 if args.sort != "none": 110 task_infos.sort(key=sort_fn[args.sort], reverse=True)
|
| H A D | sstate-diff-machines.sh | 123 find ${OUTPUT}/${M} -name \*sigdata\* | sed "s#${OUTPUT}/${M}/##g" | sort > ${OUTPUT}/${M}/list 125 sed "s/^${M_UNDERSCORE}-/MACHINE/g" ${OUTPUT}/${M}/list | sort > ${OUTPUT}/${M}/list.M 144 …for i in `cat ${OUTPUT}/signatures.${MACHINE2}.${TASK} | sed 's#[^/]*/\([^/]*\)/.*#\1#g' | sort -u… 173 …cat ${OUTPUT}/failed-recipes.log | sort -u >${OUTPUT}/failed-recipes.log.u && mv ${OUTPUT}/failed-…
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/ |
| H A D | 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch | 4 Subject: [PATCH] AsmMatcherEmitter: sort ClassInfo lists by name as well 7 every other field and therefore sort non-reproducibly 27 + // All else being equal, we should sort by name, for source and binary reproducibility
|
| /openbmc/openbmc-test-automation/bin/plug_ins/Mem_tracker/ |
| H A D | memcheck.sh | 103 sort -gr -k 5 ${temp_file_path_1} > ${temp_file_path_2} 110 for proc_name in $(awk '{print $6}' ${temp_file_path_2} | sort -u) ; do 121 sort -gr -k 5 ${temp_file_path_3} > ${temp_file_path_1}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/ |
| H A D | 0001-genisoimage-Fix-fprintf-format-errors.patch | 20 fprintf(stderr, "ISO9660/Rock Ridge tree sort failed.\n"); 29 fprintf(stderr, "Joliet tree sort failed. The -joliet-long switch may help you.\n"); 41 fprintf(stderr, "Unable to sort directory %s\n",
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0033-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch | 4 Subject: [PATCH] AsmMatcherEmitter: sort ClassInfo lists by name as well 7 every other field and therefore sort non-reproducibly 27 + // All else being equal, we should sort by name, for source and binary reproducibility
|
| /openbmc/openbmc/poky/meta/recipes-devtools/git/git/ |
| H A D | fixsort.patch | 16 This can be fixed by specifying the C locale for the sort in the 33 - sort | 34 + LC_ALL=C sort |
|
| /openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | populate-volatile.sh | 124 sed 's@\(^:\)*:.*@\1@' "${ROOT_DIR}/etc/passwd" | sort | uniq > "${TMP_DEFINED}" 126 cat "${TMP_DEFINED}" "${TMP_INTERMED}" | sort | uniq > "${TMP_COMBINED}" 138 sed 's@\(^:\)*:.*@\1@' "${ROOT_DIR}/etc/group" | sort | uniq > "${TMP_DEFINED}" 140 cat "${TMP_DEFINED}" "${TMP_INTERMED}" | sort | uniq > "${TMP_COMBINED}"
|
| /openbmc/u-boot/arch/arm/mach-socfpga/ |
| H A D | qts-filter.sh | 165 sort -u | grep_sdram_config 172 sort -u | grep_sdram_config 179 sort -u | grep_sdram_config
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/ |
| H A D | determism.patch | 8 "util.c" and "util2.c" sort before or after each other. In en_US.UTF-8 9 they sort one way, in C, they sort the other. The sorting order changes
|
| /openbmc/phosphor-webui/app/common/styles/components/ |
| H A D | table.scss | 120 .sort-heading { 138 &.sort-up { 143 &.sort-down { 162 .sort-icon { 175 .sort-icon--descending { 178 .sort-icon--inactive {
|