/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | gcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch | 125 + select_std_or_dst_abbrev(string& abbrev, minutes save) 129 + if (size_t pos = abbrev.find('/'); pos != string::npos) 133 + abbrev.erase(pos); 135 + abbrev.erase(0, pos + 1); 154 + // Set the sys_info::abbrev string by expanding any placeholders. 158 + if (size_t pos = info.abbrev.find('%'); pos != string::npos) 160 + if (info.abbrev[pos + 1] == 's') 164 + info.abbrev.erase(pos, 2); 166 + info.abbrev.replace(pos, 2, letters); 168 + else if (info.abbrev[pos + 1] == 'z') [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/ |
H A D | update-gawk-paths.patch | 16 tests-m32/caps-abbrev.awk | 2 +- 20 tests-mx32/caps-abbrev.awk | 2 +- 24 tests/caps-abbrev.awk | 2 +- 40 diff --git a/tests-m32/caps-abbrev.awk b/tests-m32/caps-abbrev.awk 42 --- a/tests-m32/caps-abbrev.awk 43 +++ b/tests-m32/caps-abbrev.awk 80 diff --git a/tests-mx32/caps-abbrev.awk b/tests-mx32/caps-abbrev.awk 82 --- a/tests-mx32/caps-abbrev.awk 83 +++ b/tests-mx32/caps-abbrev.awk 120 diff --git a/tests/caps-abbrev.awk b/tests/caps-abbrev.awk [all …]
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | cve-check.bbclass | 264 if cve_data[cve]['abbrev-status'] == "Ignored": 271 if cve_data[cve]['abbrev-status'] == "Patched": 281 …VE entry update for %s from %s to %s" % (cve, cve_data[cve]['abbrev-status'], entry['abbrev-status… 282 if cve_data[cve]['abbrev-status'] == "Unknown": 285 if cve_data[cve]['abbrev-status'] == entry['abbrev-status']: 287 …# Update like in {'abbrev-status': 'Patched', 'status': 'version-not-in-range'} to {'abbrev-status… 288 if entry['abbrev-status'] == "Unpatched" and cve_data[cve]['abbrev-status'] == "Patched": 294 if entry['abbrev-status'] == "Patched" and cve_data[cve]['abbrev-status'] == "Unpatched": 300 if cve_data[cve]['abbrev-status'] == "Ignored": 405 cve_update(d, cve_data, cve, {"abbrev-status": "Ignored"}) [all …]
|
H A D | vex.bbclass | 278 "status" : cve_data[cve]["abbrev-status"],
|
/openbmc/u-boot/tools/ |
H A D | microcode-tool.py | 165 abbrev = model[:-i] if i else model 166 tried.append(abbrev) 168 if mcode.model.startswith(abbrev):
|
H A D | microcode-tool | 165 abbrev = model[:-i] if i else model 166 tried.append(abbrev) 168 if mcode.model.startswith(abbrev):
|
/openbmc/linux/tools/power/cpupower/utils/ |
H A D | version-gen.sh | 15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
|
/openbmc/bmcweb/redfish-core/include/utils/extern/ |
H A D | date.h | 3909 const fields<Duration>& fds, const std::string* abbrev = nullptr, 3915 fields<Duration>& fds, std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr, 4144 const fields<Duration2>& fds, const std::string* abbrev, 4152 std::basic_string<CharT, Traits, Alloc>* abbrev, std::chrono::minutes* offset); 5059 const fields<Duration>& fds, const std::string* abbrev, 6064 if (abbrev == nullptr) 6070 for (auto c : *abbrev) 6227 const local_time<Duration>& tp, const std::string* abbrev = nullptr, 6238 return to_stream(os, fmt, fds, abbrev, offset_sec); 6248 const std::string abbrev("UTC"); [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | PERF-VERSION-GEN | 22 CID=$(git log -1 --abbrev=12 --pretty=format:"%h" --no-show-signature 2>/dev/null) && CID="-g$CID"
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | libmodule-build-perl_0.4234.bb | 91 perl-module-text-abbrev \
|
/openbmc/openbmc/meta-yadro/recipes-core/os-release/ |
H A D | os-release.bbappend | 24 branch_info = run_git(d, 'rev-parse --abbrev-ref HEAD').split('/')
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | submitting-patches.rst | 163 abbrev = 12
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | submitting-patches.rst | 124 abbrev = 12
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 315 + branch_name, rc = runner(GITS, ["rev-parse", "--abbrev-ref", "HEAD"], 317 + # --abbrev-ref was added in git-1.6.3 319 + raise NotThisMethod("'git rev-parse --abbrev-ref' returned error") 1533 + branch_name, rc = runner(GITS, ["rev-parse", "--abbrev-ref", "HEAD"], 1535 + # --abbrev-ref was added in git-1.6.3 1537 + raise NotThisMethod("'git rev-parse --abbrev-ref' returned error") 1935 + branch_name, rc = runner(GITS, ["rev-parse", "--abbrev-ref", "HEAD"], 1937 + # --abbrev-ref was added in git-1.6.3 1939 + raise NotThisMethod("'git rev-parse --abbrev-ref' returned error")
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/ |
H A D | emacs_29.1.bb | 103 ${datadir}/${BPN}/${PV}/lisp/abbrev.elc \
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-yocto.bbclass | 742 current_branch=`git rev-parse --abbrev-ref HEAD`
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | submitting-patches.rst | 160 abbrev = 12
|
/openbmc/linux/Documentation/process/ |
H A D | submitting-patches.rst | 157 abbrev = 12
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | submitting-patches.rst | 168 abbrev = 12
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 6355 uint32_t abbrev; in tcg_register_jit_int() member
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | perl-rdepends.txt | 2794 RDEPENDS:perl-module-text-abbrev += "perl-module-exporter"
|