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

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

Completed in 134 milliseconds