g_ascii_isspace    79 lib/search/hex.c         if (g_ascii_isspace (str[loop]))
g_ascii_isspace    82 lib/search/hex.c             while (g_ascii_isspace (str[loop]))
g_ascii_isspace   124 lib/strutil/strutilascii.c     return g_ascii_isspace ((gchar) text[0]);
g_ascii_isspace  1240 src/filemanager/hotlist.c     while ((c = getc (hotlist_file)) != EOF && c != '\n' && g_ascii_isspace (c))
g_ascii_isspace   272 src/vfs/tar/tar-internal.c         if (!g_ascii_isspace (*where))
g_ascii_isspace   383 src/vfs/tar/tar-internal.c     if (where != lim && *where != '\0' && !g_ascii_isspace (*where))