Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 25 of 205) sorted by relevance

123456789

/openbmc/openbmc/poky/meta/lib/oe/
H A Dnpm_registry.py22 def uri_quote(s, safe = '/'): argument
24 safe_set = set(safe)
53 return uri_quote(self.name, safe = '@')
148 return REGISTRY + '/' + uri_quote(spec.name, safe = '@')
155 uri_quote(spec.name, safe = '@'),
156 uri_quote(spec.name, safe = '@/'),
/openbmc/qemu/common-user/
H A Dmeson.build8 'safe-syscall.S',
9 'safe-syscall-error.c',
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/dco-check/
H A Dentrypoint.sh25 git config --global --add safe.directory /work
/openbmc/openbmc-tools/sensor_yaml_config/
H A Dsensor_yaml_config.py96 def saveYaml(y, f, safe=True): argument
97 if safe:
455 safe = False if args["generate"] else True
456 saveYaml(y, args["output"], safe)
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-markupsafe_3.0.2.bb1 SUMMARY = "Implements a XML/HTML/XHTML Markup safe string for Python"
H A Dpython3-urllib3_2.3.0.bb1 SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity frien…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-simpleeval_1.0.3.bb1 SUMMARY = "A simple, safe single expression evaluator library"
H A Dpython3-eth-hash_0.7.1.bb15 PACKAGECONFIG[pysha3python-version-bigger--equals-3-dot-9] = ",,,python3-safe-pysha3"
/openbmc/qemu/
H A D.gdbinit5 # add-auto-load-safe-path /path/to/qemu/.gdbinit
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dmysqld.service16 ExecStart=@BINDIR@/mariadbd-safe --basedir=@PREFIX@
/openbmc/qemu/include/libdecnumber/dpd/
H A Ddecimal32.h55 #error decimal32.h needs pre-defined DECNUMDIGITS>=7 for safe use
H A Ddecimal128.h55 #error decimal128.h needs pre-defined DECNUMDIGITS>=34 for safe use
H A Ddecimal64.h56 #error decimal64.h needs pre-defined DECNUMDIGITS>=16 for safe use
/openbmc/phosphor-pid-control/ipmi/
H A DREADME5 [0] = Subcommand, Get(0) or Set(1), Get(2) for fail-safe mode.
/openbmc/openbmc/poky/meta/recipes-support/libevdev/
H A Dlibevdev_1.13.4.bb3 the evdev ioctls through type-safe interfaces and provides functions \
/openbmc/openbmc/poky/meta/recipes-devtools/fmt/
H A Dfmt_11.2.0.bb2 DESCRIPTION = "{fmt} is an open-source formatting library for C++. It can be used as a safe and fas…
/openbmc/openbmc/poky/documentation/tools/
H A DContainerfile.almalinux22 RUN git config --global --add safe.directory /docs
H A DContainerfile.fedora22 RUN git config --global --add safe.directory /docs
H A DContainerfile.dnf22 RUN git config --global --add safe.directory /docs
H A DContainerfile.apt23 RUN git config --global --add safe.directory /docs
H A DContainerfile.ubuntu23 RUN git config --global --add safe.directory /docs
H A DContainerfile.debian23 RUN git config --global --add safe.directory /docs
/openbmc/openbmc/poky/meta/recipes-devtools/log4cplus/
H A Dlog4cplus_2.1.2.bb4 DESCRIPTION = "log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and ar…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibparse-yapp-perl_1.21.bb3 of modules that let you generate and use yacc like thread safe (reentrant) parsers \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/
H A D0001-configure-Check-for-clock_gettime-seprately-from-__N.patch8 since direct use of __NR_clock_gettime is not time64-safe

123456789