Home
last modified time | relevance | path

Searched refs:NOT_FOUND (Results 1 – 19 of 19) sorted by relevance

/mirbsd/src/usr.bin/sudo/
Dfind_path.c91 return(NOT_FOUND);
100 return(NOT_FOUND);
145 return(NOT_FOUND);
Dsudo.c380 } else if (cmnd_status == NOT_FOUND) {
465 !(cmnd_status == NOT_FOUND_DOT || cmnd_status == NOT_FOUND));
466 if (cmnd_status == NOT_FOUND)
Dsudo.h85 #define NOT_FOUND 0 macro
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYSearch.h18 #ifndef NOT_FOUND
19 #define NOT_FOUND 0 macro
DLYGetFile.c364 return (NOT_FOUND); in getfile()
421 return (NOT_FOUND); in getfile()
440 return (NOT_FOUND); in getfile()
687 return (NOT_FOUND); in getfile()
951 return (NOT_FOUND); in getfile()
997 return (NOT_FOUND); in getfile()
1012 return (NOT_FOUND); in getfile()
DLYGetFile.h9 #define NOT_FOUND 0 macro
DLYReadCFG.c2406 return (NOT_FOUND); in lynx_cfg_infopage()
2445 return (NOT_FOUND); in lynx_cfg_infopage()
2553 return (NOT_FOUND); in lynx_cfg_infopage()
2603 return (NOT_FOUND); in lynx_compile_opts()
2634 return (NOT_FOUND); in lynx_compile_opts()
DLYOptions.c2664 return (NOT_FOUND); in postoptions()
2698 return (NOT_FOUND); in postoptions()
2717 return (NOT_FOUND); in postoptions()
3276 return (NOT_FOUND); in postoptions()
3301 return (NOT_FOUND); in postoptions()
3514 return (NOT_FOUND); in gen_options()
DLYPrint.c1062 return (NOT_FOUND); in printfile()
DLYMainLoop.c5810 getresult = (HTMainText != NULL) ? NORMAL : NOT_FOUND; in mainloop()
5867 case NOT_FOUND: in mainloop()
5946 exit_immediately_with_error_message(NOT_FOUND, first_file); in mainloop()
8050 if (state == NOT_FOUND) { in exit_immediately_with_error_message()
DGridText.c7832 code = NOT_FOUND; in do_www_search()
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_asis.c78 return NOT_FOUND; in asis_handler()
Dmod_cgi.c376 return log_scripterror(r, conf, NOT_FOUND, APLOG_NOERRNO, in cgi_handler()
Dmod_imap.c630 return NOT_FOUND; in imap_handler()
Dmod_negotiation.c2695 res = NOT_FOUND; in handle_multi()
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Ddirfns.shar172 X return NOT_FOUND;
180 X return NOT_FOUND;
/mirbsd/src/usr.sbin/httpd/src/include/
Dhttpd.h549 #define NOT_FOUND HTTP_NOT_FOUND macro
/mirbsd/src/usr.sbin/httpd/src/main/
Dutil.c1606 return NOT_FOUND; in ap_unescape_url()
Dhttp_protocol.c2846 case NOT_FOUND: in ap_send_error_response()