HomeSort by: relevance | last modified time | path
    Searched defs:_history_tmp_template (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
readline.c 1280 static const char _history_tmp_template[] = "/tmp/.historyXXXXXX"; variable in typeref:typename:const char[]
1287 char template[sizeof(_history_tmp_template)];
1299 strcpy(template, _history_tmp_template);
readline.c 1280 static const char _history_tmp_template[] = "/tmp/.historyXXXXXX"; variable in typeref:typename:const char[]
1287 char template[sizeof(_history_tmp_template)];
1299 strcpy(template, _history_tmp_template);

Completed in 25 milliseconds