Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/shell/
Ddns.c65 const char *not_found) in printable_iface() argument
71 return not_found; in printable_iface()
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c865 goto not_found; in handle_http1_request()
930 not_found: ; /* Add extra semicolon to make clang to compile when using label */ in handle_http1_request()
/Zephyr-latest/cmake/modules/
Dextensions.cmake2918 set(not_found ${kconf_filename_list}) variable
2922 if(ZFILE_REQUIRED AND DEFINED not_found)
2924 "No ${not_found} file(s) was found in the ${ZFILE_CONF_FILES} folder(s), "