bdot              215 lib/strutil/filevercmp.c         gboolean adot, bdot;
bdot              222 lib/strutil/filevercmp.c         bdot = blen < 0 ? b[1] == '\0' : blen == 1;
bdot              225 lib/strutil/filevercmp.c             return (bdot ? 0 : -1);
bdot              226 lib/strutil/filevercmp.c         if (bdot)