15 uses of MENU_NOT_FOUND

ajax_prepare_response in drupal/includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
book_export in drupal/modules/book/book.pages.inc
Menu callback; Generates representations of a book page and its children.
comment_approve in drupal/modules/comment/comment.pages.inc
Menu callback; publish specified comment.
comment_confirm_delete_page in drupal/modules/comment/comment.admin.inc
Page callback for comment deletions.
comment_permalink in drupal/modules/comment/comment.module
Redirects comment links to the correct page depending on comment settings.
drupal_deliver_html_page in drupal/includes/common.inc
Packages and sends the result of a page callback to the browser as HTML.
drupal_not_found in drupal/includes/common.inc
Delivers a "page not found" error to the browser.
image_style_deliver in drupal/modules/image/image.module
Page callback: Generates a derivative, given a style and image path.
locale_translate_delete_page in drupal/modules/locale/locale.admin.inc
String deletion confirmation page.
menu_execute_active_handler in drupal/includes/menu.inc
Execute the page callback associated with the current path.
profile_browse in drupal/modules/profile/profile.pages.inc
Menu callback; display a list of user information.
statistics_access_log in drupal/modules/statistics/statistics.admin.inc
Page callback: Gathers page access statistics suitable for rendering.
statistics_node_tracker in drupal/modules/statistics/statistics.pages.inc
Page callback: Displays statistics for a node.
statistics_user_tracker in drupal/modules/statistics/statistics.pages.inc
Page callback: Displays statistics for a user.
user_view_page in drupal/modules/user/user.module
Page callback wrapper for user_view().