Home
last modified time | relevance | path

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

/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.patch44 if err != nil {
61 if p.Module != nil {
88 if cxxID, _, err := b.gccToolID(cxxExe[0], "c++"); err == nil {
96 if fcID, _, err := b.gccToolID(fcExe[0], "f95"); err == nil {
101 if p.Internal.BuildInfo != nil {
131 if cppflags, err = buildFlags("CPPFLAGS", "", p.CgoCPPFLAGS, checkCompilerFlags); err != nil {
135 …f ldflags, err = buildFlags("LDFLAGS", defaultCFlags, p.CgoLDFLAGS, checkLinkerFlags); err != nil {
154 if err != nil {
155 return nil, nil, err
163 if err != nil {
H A D0007-exec.go-filter-out-build-specific-paths-from-linker-.patch54 if p != nil {
/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/linux/drivers/hwtracing/stm/
H A Dp_basic.c17 const unsigned char nil = 0; in basic_write() local
22 data->packet(data, m, c, STP_PACKET_FLAG, 0, 0, &nil); in basic_write()
H A Dp_sys-t.c267 const unsigned char nil = 0; in sys_t_clock_sync() local
282 data->packet(data, m, c, STP_PACKET_FLAG, 0, 0, &nil); in sys_t_clock_sync()
293 const unsigned char nil = 0; in sys_t_write() local
353 data->packet(data, m, c, STP_PACKET_FLAG, 0, 0, &nil); in sys_t_write()
/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/linux/lib/
H A Dhexdump.c154 goto nil; in hex_dump_to_buffer()
206 goto nil; in hex_dump_to_buffer()
219 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.m367 userInfo:nil];
1568 if(drive == nil) {
1590 if(drive == nil) {
1603 if(file == nil) {
1675 if (menu != nil)
1726 menuItem = [menu addItemWithTitle:@"Services" action:nil keyEquivalent:@""];
1735 menuItem = [[NSMenuItem alloc] initWithTitle:@"Apple" action:nil keyEquivalent:@""];
1750 …menuItem = [[[NSMenuItem alloc] initWithTitle: @"Machine" action:nil keyEquivalent:@""] autoreleas…
1763 … menuItem = [[[NSMenuItem alloc] initWithTitle:@"View" action:nil keyEquivalent:@""] autorelease];
1789 … menuItem = [[[NSMenuItem alloc] initWithTitle:@"Speed" action:nil keyEquivalent:@""] autorelease];
[all …]
/openbmc/linux/Documentation/bpf/
H A Dverifier.rst427 new frame, parent links for r6-r9 and stack slots are set to nil, parent links
458 nil nil | | | nil nil
464 nil nil | | | | |
470 nil nil | |
/openbmc/linux/scripts/package/
H A Dkernel.spec6 %define debug_package %{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/linux/mm/
H A DKconfig.debug151 nil until the tracepoints are actually enabled.
/openbmc/linux/tools/perf/util/
H A Dprobe-finder.c118 char buf[PATH_MAX], nil = '\0'; in debuginfo__new() local
135 if (dso__read_binary_type_filename(dso, *type, &nil, in debuginfo__new()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx5 - Define scsi_set_pci_device() as nil for kernel < 2.4.4.
H A DChangeLog.sym53c8xx9 - Define scsi_set_pci_device() as nil for kernel < 2.4.4.
/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/qemu/qapi/
H A Dmachine.json309 # .. note:: If no UUID was specified for the guest, the nil UUID (all
/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.