Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dfilename.c1044 static char not_reg[] = " is not a regular file (use -f to see it)"; in bad_file() local
1045 m = (char *) ecalloc(strlen(filename) + sizeof(not_reg), in bad_file()
1048 strcat(m, not_reg); in bad_file()