Home
last modified time | relevance | path

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

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