Searched defs:HISTORY (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dmain.c51 #define HISTORY 2048 macro
130 if ((gl = new_GetLine(LINELEN, HISTORY)) == NULL) {
/illumos-gate/usr/src/tools/cscope-fast/
H A Dglobal.h61 } HISTORY; typedef in typeref:struct:history
264 HISTORY *currentcmd(void);
265 HISTORY *prevcmd(void);
266 HISTORY *nextcmd(void);
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsdbc_dynmem.c82 HISTORY, enumerator in enum:__anon34
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c373 #define HISTORY "/etc/security/passhistory" macro
430 if ((histsize = def_getint("HISTORY=", DEFHISTORY)) == 0) {
535 if ((history = fopen(HISTORY, "rF")) == NULL) {
536 debug("files_getattr: %s not found", HISTORY);
1151 if ((histsize = def_getint("HISTORY=", DEFHISTORY)) == 0) {
1153 (void) unlink(HISTORY);
1167 if (((src = fopen(HISTORY, "rF")) == NULL) &&
1254 ((src != NULL) && (link(HISTORY, OHISTORY) != 0)) ||
1255 rename(HISTEMP, HISTORY) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c91 HISTORY, enumerator in enum:__anon336
757 * |PREFFERRENCE | | HISTORY | | PROFILE |
824 cur_list = HISTORY;
825 history_list = new_ael(HISTORY);
859 case HISTORY:
1464 plist = new_ael(HISTORY);

Completed in 80 milliseconds