Home
last modified time | relevance | path

Searched refs:_history_tmp_template (Results 1 – 1 of 1) sorted by relevance

/external/libedit/src/
Dreadline.c1169 static const char _history_tmp_template[] = "/tmp/.historyXXXXXX"; variable
1176 char template[sizeof(_history_tmp_template)]; in history_truncate_file()
1188 strcpy(template, _history_tmp_template); in history_truncate_file()