| /openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
| H A D | posixtm.c | 110 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 D | event_log.cpp | 159 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 D | pldm_visualise_pdrs.py | 181 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 D | Borceux | 19 francis dot borceux at uclouvain dot be.
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-eth-hash_0.7.1.bb | 14 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 D | create_error_reports.py | 79 dot = val.rfind(".") 80 return val[:dot] + ".Error" + val[dot:]
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | main.py | 32 module_path, dot, class_name = path.rpartition('.') 33 if not dot:
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/graphviz/ |
| H A D | graphviz-setup.sh | 6 $OECORE_NATIVE_SYSROOT/usr/bin/dot -c
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/ |
| H A D | graphviz_12.2.1.bb | 79 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 D | 0001-tests-fix-TESTSUITE_AT.patch | 61 - 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 D | 0001-Disable-doxygen.patch | 6 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 D | obex-data-server-0.4.6-build-fixes-1.patch | 1 Submitted By: Armin K. <krejzi at email dot com>
|
| /openbmc/openbmc/poky/meta/recipes-core/base-files/ |
| H A D | base-files_3.0.14.bb | 23 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 D | oe-depends-dot | 175 dot = Dot() 176 ret = dot.main()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
| H A D | 0001-tests-use-EXTENSIONS_DIR.patch | 59 char * dot = strrchr(dp->d_name, '.'); 89 char * dot = strrchr(dp->d_name, '.');
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4cpp/ |
| H A D | log4cpp_1.1.4.bb | 19 --enable-dot=no \
|
| /openbmc/u-boot/tools/easylogo/ |
| H A D | easylogo.c | 553 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 D | 06_fix_gethostbyname.patch | 4 - fix gethostbyname to work better with dot "." notation (#16949)
|
| /openbmc/u-boot/scripts/ |
| H A D | Kbuild.include | 14 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 D | 0001-Use-relative-install-paths-for-CMake.patch | 40 @@ -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 D | port | 2 simp create -o sw1:rocker:sw1 tut tut.dot
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | fix_version_parse.patch | 19 - grep "^[1-9]\." | # find a "word" that starts with number dot
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/mksh/ |
| H A D | mksh_59c.bb | 34 install -m 0644 ${S}/dot.mkshrc ${D}${sysconfdir}/skel/.mkshrc
|
| /openbmc/u-boot/ |
| H A D | .gitignore | 46 # git files that we don't want to ignore even it they are dot-files
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | security-subjects.rst | 57 - 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…
|