Searched refs:stringue (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-stylesheet.c64 GString *stringue = NULL; local
70 stringue = g_string_new (NULL) ;
71 g_return_val_if_fail (stringue, NULL) ;
76 g_string_append (stringue, "\n\n") ;
80 g_string_append (stringue, str) ;
85 if (stringue) {
86 str = stringue->str ;
87 g_string_free (stringue, FALSE) ;
88 stringue = NULL ;
H A Dcr-declaration.c498 GString *stringue = NULL; local
505 stringue = g_string_new (NULL);
513 cr_utils_dump_n_chars2 (' ', stringue,
515 g_string_append (stringue, str);
526 g_string_append_printf (stringue, " : %s",
533 g_string_append_printf (stringue, " %s",
537 if (stringue && stringue->str) {
538 result = stringue->str;
539 g_string_free (stringue, FALS
568 GString *stringue = NULL; local
607 GString *stringue = NULL; local
[all...]
H A Dcr-statement.c424 CRString *stringue = NULL; local
428 stringue = cr_string_dup (a_name);
429 g_return_if_fail (stringue);
437 decl = cr_declaration_new (ruleset, stringue, a_value);
592 GString *stringue = NULL; local
598 stringue = g_string_new (NULL);
602 cr_utils_dump_n_chars2 (' ', stringue, a_indent);
608 g_string_append (stringue, tmp_str);
613 g_string_append (stringue, " {\n");
619 g_string_append (stringue, tmp_st
658 GString *stringue = NULL ; local
705 GString *stringue = NULL ; local
748 GString *stringue = NULL; local
801 GString *stringue = NULL ; local
855 GString *stringue = NULL ; local
2539 GString *stringue = NULL ; local
[all...]
H A Dcr-fonts.c188 GString *stringue = NULL; local
197 &stringue);
199 if (status == CR_OK && stringue) {
200 result = stringue->str;
201 g_string_free (stringue, FALSE);
202 stringue = NULL;
205 if (stringue) {
206 g_string_free (stringue, TRUE);
207 stringue = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-stylesheet.c64 GString *stringue = NULL; local
70 stringue = g_string_new (NULL) ;
71 g_return_val_if_fail (stringue, NULL) ;
76 g_string_append (stringue, "\n\n") ;
80 g_string_append (stringue, str) ;
85 if (stringue) {
86 str = stringue->str ;
87 g_string_free (stringue, FALSE) ;
88 stringue = NULL ;
H A Dcr-declaration.c498 GString *stringue = NULL; local
505 stringue = g_string_new (NULL);
513 cr_utils_dump_n_chars2 (' ', stringue,
515 g_string_append (stringue, str);
526 g_string_append_printf (stringue, " : %s",
533 g_string_append_printf (stringue, " %s",
537 if (stringue && stringue->str) {
538 result = stringue->str;
539 g_string_free (stringue, FALS
568 GString *stringue = NULL; local
607 GString *stringue = NULL; local
[all...]
H A Dcr-statement.c424 CRString *stringue = NULL; local
428 stringue = cr_string_dup (a_name);
429 g_return_if_fail (stringue);
437 decl = cr_declaration_new (ruleset, stringue, a_value);
592 GString *stringue = NULL; local
598 stringue = g_string_new (NULL);
602 cr_utils_dump_n_chars2 (' ', stringue, a_indent);
608 g_string_append (stringue, tmp_str);
613 g_string_append (stringue, " {\n");
619 g_string_append (stringue, tmp_st
658 GString *stringue = NULL ; local
705 GString *stringue = NULL ; local
748 GString *stringue = NULL; local
801 GString *stringue = NULL ; local
855 GString *stringue = NULL ; local
2539 GString *stringue = NULL ; local
[all...]
H A Dcr-fonts.c188 GString *stringue = NULL; local
197 &stringue);
199 if (status == CR_OK && stringue) {
200 result = stringue->str;
201 g_string_free (stringue, FALSE);
202 stringue = NULL;
205 if (stringue) {
206 g_string_free (stringue, TRUE);
207 stringue = NULL;

Completed in 61 milliseconds