spaces            566 lib/common/options.c add_desc(GString *s, const char *tag, const char *desc, const char *values, const char *spaces)
spaces            588 lib/common/options.c 	    if (spaces != NULL) {
spaces            589 lib/common/options.c                 g_string_append_printf(s, "%s", spaces);
spaces             90 lib/common/xml.c         size_t spaces = 2 * depth;
spaces             92 lib/common/xml.c         if ((*buffer) == NULL || spaces >= ((*max) - (*offset))) {
spaces             96 lib/common/xml.c         memset((*buffer) + (*offset), ' ', spaces);
spaces             97 lib/common/xml.c         (*offset) += spaces;
spaces           1569 lib/common/xml.c         char *spaces = calloc(80, 1);
spaces           1575 lib/common/xml.c         insert_prefix(options, &spaces, &s_count, &s_max, depth);
spaces           1599 lib/common/xml.c                                  "%s %s @%s=%s", flags, spaces, aname, value);
spaces           1617 lib/common/xml.c                                  "%s %s @%s=%s", flags, spaces, aname, value);
spaces           1622 lib/common/xml.c         free(spaces);