Home
last modified time | relevance | path

Searched defs:bin (Results 1 – 9 of 9) sorted by relevance

/openbmc/docs/
H A Danti-patterns.md173 ### Identification
177 `/bin` or `/usr/bin` executables.
179 ### Description
186 ### Background
198 Executables of type 2 should be placed in `/usr/bin` because they are intended
229 ### Resolution
231 Install OpenBMC applications in `/usr/libexec` or `/usr/bin/` as appropriate.
/openbmc/qemu/target/s390x/tcg/
H A Dint_helper.c103 int64_t pow10 = 1, bin = 0; in HELPER() local
136 int64_t bin = 0, pow10, tmp; in HELPER() local
180 int64_t bin = reg; in HELPER() local
200 Int128 bin = int128_makes64(reg); in HELPER() local
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal64.c621 uInt bin; /* binary value 0-999 */ in decDigitsToDPD() local
/openbmc/webui-vue/
H A Dpackage-lock.json441 "bin": { object
1971 "bin": { object
2021 "bin": { object
2676 "bin": { object
3545 "bin": { object
3829 "bin": { object
3894 "bin": { object
3986 "bin": { object
4050 "bin": { object
4230 "bin": { object
[all …]
/openbmc/u-boot/tools/
H A Dzynqmpbif.c537 char *bin = read_full_file(bf->filename, &size); in bif_add_bin() local
H A Dkwbimage.c1029 FILE *bin; in add_binary_header_v1() local
/openbmc/u-boot/common/
H A Ddlmalloc.c1245 mbinptr bin; /* associated bin */ local
/openbmc/qemu/hw/ppc/
H A Dvof.c82 const char bin[] = "..."; in prop_format() local
/openbmc/qemu/linux-user/
H A Dsyscall.c8232 gchar *bin = g_strrstr(ts->bprm->argv[0], "/"); in open_self_stat() local