Searched refs:not_reg (Results 1 – 1 of 1) sorted by relevance
1064 static char not_reg[] = " is not a regular file (use -f to see it)"; in bad_file() local1065 m = (char *) ecalloc(strlen(filename) + sizeof(not_reg), in bad_file()1068 strcat(m, not_reg); in bad_file()