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

/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistfile.c651 char *output, *tempname, *histname; local
663 histname = history_filename (filename);
664 exists = histname ? (stat (histname, &finfo) == 0) : 0;
666 tempname = (overwrite && exists && S_ISREG (finfo.st_mode)) ? history_tempfile (histname) : 0;
667 output = tempname ? tempname : histname;
675 FREE (histname);
720 FREE (histname);
732 FREE (histname);
766 if (rv == 0 && histname
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dhistfile.c683 char *output, *tempname, *histname; local
695 histname = history_filename (filename);
696 exists = histname ? (stat (histname, &finfo) == 0) : 0;
698 tempname = (overwrite && exists && S_ISREG (finfo.st_mode)) ? history_tempfile (histname) : 0;
699 output = tempname ? tempname : histname;
707 FREE (histname);
748 FREE (histname);
760 FREE (histname);
794 if (rv == 0 && histname
[all...]
/netbsd-current/external/bsd/less/dist/
H A Dcmdbuf.c1642 char *histname; local
1653 histname = histfile_name(0);
1654 if (histname == NULL)
1656 tempname = make_tempname(histname);
1681 remove(histname);
1683 rename(tempname, histname);
1686 free(histname);
/netbsd-current/usr.bin/vmstat/
H A Dvmstat.c341 const char *histname, *hashname; local
344 histname = hashname = NULL;
397 histname = optarg;
474 hist_traverse(todo, histname);
476 hist_traverse_sysctl(todo, histname);
2190 hist_traverse(int todo, const char *histname) argument
2233 if (histname == NULL || strcmp(histname, name) == 0) {
2234 if (histname == NULL)
2317 hist_traverse_sysctl(int todo, const char *histname) argument
[all...]

Completed in 293 milliseconds