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

/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c57 static int files_update_history(char *name, char *history);
83 char *history; member in struct:pwbuf
363 * Password history file format:
369 #define HISTMODE S_IRUSR /* mode to create history file */
383 * old password history.
390 * PWU_SUCCESS, passwd found in user's old password history.
393 * PWU_NOT_FOUND, passwd not in user's old password history.
412 * treating user not found in backing store or no history as
424 debug("files_checkhistory: no history requested");
520 FILE *history; local
1165 files_update_history(char *name, char *history) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c227 /* The number of the history entries. */
230 /* Get the NOth history. If NO is less than zero or greater than or
241 /* Add CMDLINE to the history buffer. */
298 /* The index for the history. */
299 int history = -1; local
658 if (history < 0)
661 else if (grub_strcmp (get_history (history), buf) != 0)
662 /* If BUF is modified, add it into the history list. */
663 add_history (buf, history);
665 history
[all...]

Completed in 30 milliseconds