Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dgetcwd.c163 goto notfound; in getcwd()
170 goto notfound; in getcwd()
217 notfound: in getcwd()
/external/python/cpython3/Objects/
Dbytes_methods.c747 goto notfound; in tailmatch()
751 goto notfound; in tailmatch()
757 goto notfound; in tailmatch()
759 goto notfound; in tailmatch()
764 notfound: in tailmatch()
/external/arm-trusted-firmware/lib/debugfs/
Ddev.c303 goto notfound; in path_to_channel()
308 goto notfound; in path_to_channel()
318 goto notfound; in path_to_channel()
324 notfound: in path_to_channel()
/external/dtc/tests/
D.gitignore37 /notfound
DMakefile.tests10 notfound \
Drun_tests.sh263 run_test notfound $TREE
/external/toybox/tests/
Dreadlink.test18 ln -sf notfound link
/external/mksh/src/
Dmisc.c1749 goto notfound; in do_realpath()
1759 goto notfound; in do_realpath()
1767 goto notfound; in do_realpath()
1775 goto notfound; in do_realpath()
1794 goto notfound; in do_realpath()
1847 goto notfound; in do_realpath()
1850 goto notfound; in do_realpath()
1860 notfound: in do_realpath()
Dhistrap.c1209 goto notfound; in gettrap()
1214 notfound: in gettrap()
/external/ipsec-tools/src/racoon/
Dpfkey.c936 int allspiok, notfound; local
979 notfound = 1;
986 notfound = 0;
998 if (notfound) {
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc436 Label* dont_delete, Label* notfound) { in DeleteDictionaryProperty() argument
440 &var_name_index, notfound); in DeleteDictionaryProperty()
/external/openssh/
Dssh.c411 goto notfound; in resolve_canonicalize()
449 notfound: in resolve_canonicalize()
/external/antlr/runtime/ObjC/Framework/
DACBTree.m602 - (void) notfound:(ACBKey *)kp
/external/python/cpython3/
Dconfigure.ac675 gcc) AC_PATH_TOOL(CXX, [g++], [g++], [notfound]) ;;
676 cc) AC_PATH_TOOL(CXX, [c++], [c++], [notfound]) ;;
677 clang|*/clang) AC_PATH_TOOL(CXX, [clang++], [clang++], [notfound]) ;;
678 icc|*/icc) AC_PATH_TOOL(CXX, [icpc], [icpc], [notfound]) ;;
680 if test "$CXX" = "notfound"
687 AC_CHECK_TOOLS(CXX, $CCC c++ g++ gcc CC cxx cc++ cl, notfound)
688 if test "$CXX" = "notfound"
Dconfigure4642 for as_dir in notfound
4685 for as_dir in notfound
4740 for as_dir in notfound
4783 for as_dir in notfound
4838 for as_dir in notfound
4881 for as_dir in notfound
4936 for as_dir in notfound
4979 for as_dir in notfound
/external/libiio/src/bindings/matlab/
Dlibiio_if_daq2.m405 [notfound, warnings] = loadlibrary(obj.libname, obj.hname);
Dlibiio_if.m404 … [notfound, warnings] = loadlibrary(obj.libname, obj.hname, 'addheader', 'iio.h');
/external/python/cpython2/
Dconfigure.ac688 gcc) AC_PATH_TOOL(CXX, [g++], [g++], [notfound]) ;;
689 cc) AC_PATH_TOOL(CXX, [c++], [c++], [notfound]) ;;
691 if test "$CXX" = "notfound"
698 AC_CHECK_TOOLS(CXX, $CCC c++ g++ gcc CC cxx cc++ cl, notfound)
699 if test "$CXX" = "notfound"
Dconfigure4479 for as_dir in notfound
4522 for as_dir in notfound
4577 for as_dir in notfound
4620 for as_dir in notfound
/external/v8/src/ic/
Daccessor-assembler.cc2399 Label* notfound = use_stub_cache == kUseStubCache ? &try_stub_cache in GenericPropertyLoad() local
2402 &var_name_index, notfound); in GenericPropertyLoad()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c6626 struct sljit_jump *notfound; in search_requested_char() local
6641 notfound = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0); in search_requested_char()
6678 return notfound; in search_requested_char()