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

/freebsd-9.3-release/lib/libedit/
H A Dreadline.c1149 static const char _history_tmp_template[] = "/tmp/.historyXXXXXX"; variable
1156 char template[sizeof(_history_tmp_template)];
1168 strcpy(template, _history_tmp_template);

Completed in 45 milliseconds