Home
last modified time | relevance | path

Searched refs:abbrev (Results 1 – 21 of 21) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A Dgcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch125 + 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 Dupdate-gawk-paths.patch16 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 Dcve-check.bbclass264 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 Dvex.bbclass278 "status" : cve_data[cve]["abbrev-status"],
/openbmc/u-boot/tools/
H A Dmicrocode-tool.py165 abbrev = model[:-i] if i else model
166 tried.append(abbrev)
168 if mcode.model.startswith(abbrev):
H A Dmicrocode-tool165 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 Dversion-gen.sh15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h3909 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 DPERF-VERSION-GEN22 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 Dlibmodule-build-perl_0.4234.bb91 perl-module-text-abbrev \
/openbmc/openbmc/meta-yadro/recipes-core/os-release/
H A Dos-release.bbappend24 branch_info = run_git(d, 'rev-parse --abbrev-ref HEAD').split('/')
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dsubmitting-patches.rst163 abbrev = 12
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst124 abbrev = 12
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch315 + 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 Demacs_29.1.bb103 ${datadir}/${BPN}/${PV}/lisp/abbrev.elc \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-yocto.bbclass742 current_branch=`git rev-parse --abbrev-ref HEAD`
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dsubmitting-patches.rst160 abbrev = 12
/openbmc/linux/Documentation/process/
H A Dsubmitting-patches.rst157 abbrev = 12
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dsubmitting-patches.rst168 abbrev = 12
/openbmc/qemu/tcg/
H A Dtcg.c6355 uint32_t abbrev; in tcg_register_jit_int() member
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt2794 RDEPENDS:perl-module-text-abbrev += "perl-module-exporter"