Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 25 of 125) sorted by relevance

12345

/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dposixtm.c110 const char *dot = NULL; in posix_time_parse() local
116 size_t len = (((syntax_bits & PDS_SECONDS) && (dot = strchr (s, '.'))) in posix_time_parse()
117 ? (size_t) (dot - s) in posix_time_parse()
123 if (dot) in posix_time_parse()
164 if (!dot) in posix_time_parse()
172 ++dot; in posix_time_parse()
173 if (!ISDIGIT (dot[0]) || !ISDIGIT (dot[1])) in posix_time_parse()
175 seconds = 10 * (dot[0] - '0') + dot[1] - '0'; in posix_time_parse()
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp159 std::size_t dot = timestamp.find_first_of('.'); in formatEventLogEntry() local
160 std::size_t plus = timestamp.find_first_of('+', dot); in formatEventLogEntry()
161 if (dot != std::string::npos && plus != std::string::npos) in formatEventLogEntry()
163 timestamp.erase(dot, plus - dot); in formatEventLogEntry()
/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py181 dot = Digraph(
185 dot.attr(
190 dot.attr(fontsize="20")
196 dot.node(
210 dot.node(
233 dot.edge(
242 unflattentree = dot.unflatten(stagger=(round(counter / 3)))
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DBorceux19 francis dot borceux at uclouvain dot be.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-eth-hash_0.7.1.bb14 PACKAGECONFIG[pysha3python-version-smaller-3-dot-9] = ",,,python3-pysha3"
15 PACKAGECONFIG[pysha3python-version-bigger--equals-3-dot-9] = ",,,python3-safe-pysha3"
/openbmc/ibm-logging/
H A Dcreate_error_reports.py79 dot = val.rfind(".")
80 return val[:dot] + ".Error" + val[dot:]
/openbmc/qemu/scripts/qapi/
H A Dmain.py32 module_path, dot, class_name = path.rpartition('.')
33 if not dot:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/graphviz/
H A Dgraphviz-setup.sh6 $OECORE_NATIVE_SYSROOT/usr/bin/dot -c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/
H A Dgraphviz_12.2.1.bb79 echo 'dot -c' >> $dest
87 ${@oe.qemu.qemu_run_binary(d, '$D', '${bindir}/dot')} -c
90 dot -c
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0001-tests-fix-TESTSUITE_AT.patch61 - checkpoint/dot.at\
62 checkpoint/dot-compat.at\
63 checkpoint/dot-int.at\
64 + checkpoint/dot.at\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/
H A D0001-Disable-doxygen.patch6 doxygen (dot) detect does not work in cross environment here with cmake
22 -find_package(Doxygen REQUIRED doxygen dot)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obex/obex-data-server/
H A Dobex-data-server-0.4.6-build-fixes-1.patch1 Submitted By: Armin K. <krejzi at email dot com>
/openbmc/openbmc/poky/meta/recipes-core/base-files/
H A Dbase-files_3.0.14.bb23 file://share/dot.bashrc \
24 file://share/dot.profile \
108 install -m 0755 ${S}/share/dot.profile ${D}${sysconfdir}/skel/.profile
109 install -m 0755 ${S}/share/dot.bashrc ${D}${sysconfdir}/skel/.bashrc
/openbmc/openbmc/poky/scripts/
H A Doe-depends-dot175 dot = Dot()
176 ret = dot.main()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A D0001-tests-use-EXTENSIONS_DIR.patch59 char * dot = strrchr(dp->d_name, '.');
89 char * dot = strrchr(dp->d_name, '.');
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4cpp/
H A Dlog4cpp_1.1.4.bb19 --enable-dot=no \
/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c553 char *dot; in main() local
555 dot = strchr (varname, '.'); in main()
556 if (dot) in main()
557 *dot = '\0'; in main()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D06_fix_gethostbyname.patch4 - fix gethostbyname to work better with dot "." notation (#16949)
/openbmc/u-boot/scripts/
H A DKbuild.include14 dot-target = $(dir $@).$(notdir $@)
19 depfile = $(subst $(comma),_,$(dot-target).d)
261 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
267 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp;\
269 mv -f $(dot-target).tmp $(dot-target).cmd)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/
H A D0001-Use-relative-install-paths-for-CMake.patch40 @@ -359,7 +352,7 @@ MACRO( SET_AUTODOCS ) # looks for doxygen, dot and latex and setup autodocs acc
49 @@ -379,7 +372,7 @@ MACRO( SET_AUTODOCS ) # looks for doxygen, dot and latex and setup autodocs acc
/openbmc/qemu/tests/rocker/
H A Dport2 simp create -o sw1:rocker:sw1 tut tut.dot
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dfix_version_parse.patch19 - grep "^[1-9]\." | # find a "word" that starts with number dot
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/mksh/
H A Dmksh_59c.bb34 install -m 0644 ${S}/dot.mkshrc ${D}${sysconfdir}/skel/.mkshrc
/openbmc/u-boot/
H A D.gitignore46 # git files that we don't want to ignore even it they are dot-files
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dsecurity-subjects.rst57 - Public List: yocto [dash] security [at] yoctoproject[dot] org
64 - Private List: security [at] yoctoproject [dot] org
181 - Michael Halstead: <mhalstead [at] linuxfoundation [dot] org>
187 …- Marta Rybczynska: <marta DOT rybczynska [at] syslinbit [dot] com> `Public key <https://keys.ope…
189 …- Steve Sakoman: <steve [at] sakoman [dot] com> `Public key <https://keys.openpgp.org/search?q=st…

12345