Searched refs:bstr (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildhistory_analysis.py | 404 def compare_pkg_lists(astr, bstr): argument 406 depverb = bb.utils.explode_dep_versions2(bstr) 454 bstr = bdict.get(key, '') 456 monitored = report_ver or astr or bstr 463 if not bstr: 464 bstr = '%s [default]' % bdict.get(mapped_key, defaultvals.get(key, '')) 466 if astr != bstr: 469 bval = int(bstr or 0) 477 … if key == "FILELIST" and (path.endswith("-dbg") or path.endswith("-src")) and bstr.strip() != '': 480 (depvera, depverb) = compare_pkg_lists(astr, bstr) [all …]
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | process.c | 149 #define bstr(suffix, str) [PSR_BTYPE_ ## suffix >> PSR_BTYPE_SHIFT] = str macro 151 bstr(NONE, "--"), 152 bstr( JC, "jc"), 153 bstr( C, "-c"), 154 bstr( J , "j-") 156 #undef bstr
|
/openbmc/qemu/qga/vss-win32/ |
H A D | install.cpp | 549 BSTR bstr = SysAllocStringLen(NULL, len); in ConvertStringToBSTR() local 551 if (!bstr) { in ConvertStringToBSTR() 555 if (mbstowcs(bstr, ascii, len) == (size_t)-1) { in ConvertStringToBSTR() 557 bstr[0] = 0; in ConvertStringToBSTR() 559 return bstr; in ConvertStringToBSTR()
|
/openbmc/linux/fs/affs/ |
H A D | amigaffs.c | 536 affs_copy_name(unsigned char *bstr, struct dentry *dentry) in affs_copy_name() argument 540 *bstr++ = len; in affs_copy_name() 541 memcpy(bstr, dentry->d_name.name, len); in affs_copy_name()
|
H A D | affs.h | 154 extern int affs_copy_name(unsigned char *bstr, struct dentry *dentry);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/ |
H A D | uutils-coreutils-crates.inc | 30 crate://crates.io/bstr/1.11.3 \ 336 SRC_URI[bstr-1.11.3.sha256sum] = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" 636 crate://crates.io/bstr/1.9.1 \ 801 SRC_URI[bstr-1.9.1.sha256sum] = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/ |
H A D | suricata-crates.inc | 254 crate://crates.io/bstr/0.2.17 \ 345 SRC_URI[bstr-0.2.17.sha256sum] = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 904 crate://crates.io/bstr/0.2.16 \ 980 SRC_URI[bstr-0.2.16.sha256sum] = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
|
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/ |
H A D | librsvg-crates.inc | 28 crate://crates.io/bstr/1.10.0 \ 322 SRC_URI[bstr-1.10.0.sha256sum] = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
H A D | cargo-c-crates.inc | 24 crate://crates.io/bstr/1.10.0 \ 364 SRC_URI[bstr-1.10.0.sha256sum] = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-maturin-crates.inc | 23 crate://crates.io/bstr/1.10.0 \ 378 SRC_URI[bstr-1.10.0.sha256sum] = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|