Home
last modified time | relevance | path

Searched refs:nil (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/
H A Dintltool-nowarn.patch10 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
20 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
30 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
40 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0006-cmd-go-make-GOROOT-precious-by-default.patch36 if p1 == nil || p1.Shlib == "" || haveShlib[filepath.Base(p1.Shlib)] {
59 AddCoverFlags(CmdBuild, nil)
60 AddCoverFlags(CmdInstall, nil)
79 + if err == nil {
85 + return nil
90 + return nil
94 if err := sh.Mkdir(a.Objdir); err != nil {
101 + if goRootPrecious && a.Package != nil {
109 if err := b.Shell(a).Mkdir(a.Objdir); err != nil {
H A D0001-cmd-go-make-content-based-hash-generation-less-pedan.patch48 if err != nil {
65 if p.Module != nil {
92 if cxxID, _, err := b.gccToolID(cxxExe[0], "c++"); err == nil {
100 if fcID, _, err := b.gccToolID(fcExe[0], "f95"); err == nil {
105 if p.Internal.BuildInfo != nil {
135 if cppflags, err = buildFlags("CPPFLAGS", "", p.CgoCPPFLAGS, checkCompilerFlags); err != nil {
139 …f ldflags, err = buildFlags("LDFLAGS", DefaultCFlags, p.CgoLDFLAGS, checkLinkerFlags); err != nil {
158 if err != nil {
159 return nil, nil, err
167 if err != nil {
H A D6d265b008e3d106b2706645e5a88cd8e2fb98953.patch43 - if out, err := cmd.CombinedOutput(); err == nil {
H A D0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch37 - return b.Shell(root).run(dir, targetPath, nil, cfg.BuildToolexec, base.Tool("link"), "-o", target…
H A D0007-exec.go-filter-out-build-specific-paths-from-linker-.patch55 if p != nil {
/openbmc/u-boot/lib/
H A Dhexdump.c79 goto nil; in hex_dump_to_buffer()
131 goto nil; in hex_dump_to_buffer()
144 nil: in hex_dump_to_buffer()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/
H A D0001-sys-targets-targets.go-allow-users-to-override-hardc.patch58 - if _, err := exec.LookPath(target.CCompiler); err != nil {
59 + if _, err := exec.LookPath(strings.Fields(target.CCompiler)[0]); err != nil {
/openbmc/qemu/tests/unit/
H A Dtest-qobject-output-visitor.c479 QObject *nil; in test_visitor_out_null() local
488 nil = qdict_get(qdict, "a"); in test_visitor_out_null()
489 g_assert(nil); in test_visitor_out_null()
490 g_assert(qobject_type(nil) == QTYPE_QNULL); in test_visitor_out_null()
/openbmc/qemu/ui/
H A Dcocoa.m370 userInfo:nil];
1334 cbowner = nil;
1573 if(drive == nil) {
1595 if(drive == nil) {
1608 if(file == nil) {
1680 if (menu != nil)
1731 menuItem = [menu addItemWithTitle:@"Services" action:nil keyEquivalent:@""];
1740 menuItem = [[NSMenuItem alloc] initWithTitle:@"Apple" action:nil keyEquivalent:@""];
1755 …menuItem = [[[NSMenuItem alloc] initWithTitle: @"Machine" action:nil keyEquivalent:@""] autoreleas…
1768 … menuItem = [[[NSMenuItem alloc] initWithTitle:@"View" action:nil keyEquivalent:@""] autorelease];
[all …]
/openbmc/qemu/hw/display/
H A Dapple-gfx-mmio.m230 s->pgiosfc = nil;
234 desc = nil;
H A Dapple-gfx-pci.m108 desc = nil;
H A Dapple-gfx.m719 id<MTLDevice> dev = nil;
733 if (dev != nil) {
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_rpm.bbclass705 cmd = cmd + " --define '__font_provides %{nil}'"
710 cmd = cmd + " --define '__find_requires %{nil}'"
711 cmd = cmd + " --define '__find_provides %{nil}'"
713 cmd = cmd + " --define 'debug_package %{nil}'"
H A Dpackage.bbclass400 RPMDEPS = "${STAGING_LIBDIR_NATIVE}/rpm/rpmdeps --alldeps --define '__font_provides %{nil}'"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch58 +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
337 +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0002-musl-does-not-provide-printf-h.patch73 +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
352 +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0004-add-fallback-parse_printf_format-implementation.patch58 +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
337 +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/
H A Dfonts.dir405 nil2.pcf.gz -misc-nil-medium-r-normal--2-20-75-75-c-10-misc-fontspecific
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch1276 + * The FFA_PARTITION_INFO_GET call is issued with nil UUID as an argument.