g_ascii_isspace    78 lib/search/hex.c         if (g_ascii_isspace (str[loop]))
g_ascii_isspace    81 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  1232 src/filemanager/hotlist.c     while ((c = getc (hotlist_file)) != EOF && c != '\n' && g_ascii_isspace (c))
g_ascii_isspace   379 src/vfs/tar/tar-internal.c         if (!g_ascii_isspace (*where))
g_ascii_isspace   495 src/vfs/tar/tar-internal.c     if (where != lim && *where != '\0' && !g_ascii_isspace (*where))