Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dcmp.c34 static const char fmt_eof[] ALIGN1 = "cmp: EOF on %s\n"; variable
120 fmt = fmt_eof; /* Well, no error, so it must really be EOF. */ in cmp_main()