8 calls to form_set_value()

node_search_validate in drupal-6.x/modules/node/node.module
Form API callback for the search form. Registered in node_form_alter().
node_teaser_include_verify in drupal-6.x/modules/node/node.module
Ensure value of "teaser_include" checkbox is consistent with other form data.
node_teaser_js in drupal-6.x/modules/node/node.module
See if the user used JS to submit a teaser.
password_confirm_validate in drupal-6.x/includes/form.inc
Validate password_confirm element.
search_form_validate in drupal-6.x/modules/search/search.pages.inc
As the search form collates keys from other modules hooked in via hook_form_alter, the validation takes place in _submit. search_form_validate() is used solely to set the 'processed_keys' form value for the basic search form.
user_pass_validate in drupal-6.x/modules/user/user.pages.inc
_form_builder_handle_input_element in drupal-6.x/includes/form.inc
Populate the #value and #name properties of input elements so they can be processed and rendered. Also, execute any #process handlers attached to a specific element.
_install_settings_form_validate in drupal-6.x/install.php
Helper function for install_settings_validate.