quote_percent     233 lib/util.c     name_quote (const char *s, gboolean quote_percent)
quote_percent     250 lib/util.c                 if (quote_percent)
quote_percent     295 lib/util.c     fake_name_quote (const char *s, gboolean quote_percent)
quote_percent     297 lib/util.c         (void) quote_percent;
quote_percent     163 lib/util.h     char *name_quote (const char *c, gboolean quote_percent);
quote_percent     166 lib/util.h     char *fake_name_quote (const char *c, gboolean quote_percent);
quote_percent      81 src/filemanager/ext.c typedef char *(*quote_func_t) (const char *name, gboolean quote_percent);