Searched defs:add_to_history (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1091 * Function: add_to_history
1104 * add_to_history adds a single password to adb's password history.
1117 static kadm5_ret_t add_to_history(krb5_context context, function
1451 ret = add_to_history(handle->context, &adb, &pol, &hist);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c199 static void add_to_history(config_file_t *p_config_file,
1445 * add_to_history: Save the scanlist argv into history section
1448 add_to_history(config_file_t *p_config_file, int argc, char **argv) function
1458 PRTDBG(("add_to_history(0x%x, %d, 0x%x)\n", p_config_file, argc, argv));
1861 add_to_history(gp_config_file, ess_num, hisess_argv);
3942 add_to_history(gp_config_file, ess_num, ess_argv);

Completed in 57 milliseconds