bdot              229 lib/strutil/filevercmp.c         gboolean adot, bdot;
bdot              236 lib/strutil/filevercmp.c         bdot = blen < 0 ? b[1] == '\0' : blen == 1;
bdot              239 lib/strutil/filevercmp.c             return (bdot ? 0 : -1);
bdot              240 lib/strutil/filevercmp.c         if (bdot)