Home
last modified time | relevance | path

Searched refs:notfound (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/iniparser/iniparser/
H A DCVE-2023-33461.patch26 - if (str==INI_INVALID_KEY) return notfound ;
27 + if (str==NULL || str==INI_INVALID_KEY) return notfound ;
35 - if (str==INI_INVALID_KEY) return notfound ;
36 + if (str==NULL || str==INI_INVALID_KEY) return notfound ;
40 @@ -553,7 +553,7 @@ int iniparser_getboolean(const dictionary * d, const char * key, int notfound)
44 - if (c==INI_INVALID_KEY) return notfound ;
45 + if (c==NULL || c==INI_INVALID_KEY) return notfound ;
/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_parse.c55 bool notfound = true; in mtk_jpeg_do_parse() local
62 while (notfound) { in mtk_jpeg_do_parse()
119 notfound = !(i == param->comp_num); in mtk_jpeg_do_parse()
135 return !notfound; in mtk_jpeg_do_parse()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/files/
H A Dypbind.init71 notfound=1
73 ypwhich >/dev/null 2>&1 && { notfound=0 ; break; };
77 if [ $notfound -eq 1 ]; then
/openbmc/linux/drivers/firmware/efi/
H A Dfdtparams.c122 goto notfound; in efi_get_fdt_params()
130 notfound: in efi_get_fdt_params()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch46 gcc) AC_PATH_TOOL([CXX], [g++], [g++], [notfound]) ;;
47 cc) AC_PATH_TOOL([CXX], [c++], [c++], [notfound]) ;;
48 clang|*/clang) AC_PATH_TOOL([CXX], [clang++], [clang++], [notfound]) ;;
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dregression.py310 notfound = []
337 notfound.append("%s not found in target" % a)
340 print("\n".join(sorted(notfound)))
/openbmc/linux/drivers/mtd/nand/raw/
H A Ddiskonchip.c1379 goto notfound; in doc_probe()
1385 goto notfound; in doc_probe()
1394 goto notfound; in doc_probe()
1428 goto notfound; in doc_probe()
1506 notfound: in doc_probe()
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass107 notfound = []
124 notfound.append(tool)
126 if notfound and fatal:
127 …ar to be unavailable in PATH, please install them in order to proceed:\n %s" % " ".join(notfound))
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1115 int c, components = 0, notfound, n_dht = 0, n_dqt = 0; in s5p_jpeg_parse_hdr() local
1127 notfound = 1; in s5p_jpeg_parse_hdr()
1128 while (notfound || !sos) { in s5p_jpeg_parse_hdr()
1172 notfound = 0; in s5p_jpeg_parse_hdr()
1222 if (notfound || !sos || !s5p_jpeg_subsampling_decode(ctx, subsampling)) in s5p_jpeg_parse_hdr()
/openbmc/linux/Documentation/arch/sparc/oradax/
H A Doracle-dax.rst132 Hypervisors might return 'notfound' when the CCB is in 'inprogress'
133 state. To ensure a CCB in the 'notfound' state will never be executed,
/openbmc/linux/drivers/mtd/devices/
H A Ddocg3.c2012 goto notfound; in docg3_probe()
2032 notfound: in docg3_probe()