Home
last modified time | relevance | path

Searched refs:gkrellm_cut_quoted_string (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dgkrellm-private.h455 gchar *gkrellm_cut_quoted_string(gchar *, gchar **);
H A Dutils.c104 gkrellm_cut_quoted_string(gchar *src, gchar **endptr) in gkrellm_cut_quoted_string() function
H A Dconfig.c267 color = gkrellm_cut_quoted_string(values, &s);
268 shadowcolor = gkrellm_cut_quoted_string(s, &s);
269 effect = gkrellm_cut_quoted_string(s, &s);
1641 if ((s = gkrellm_cut_quoted_string(string, NULL)) != NULL)
H A Dplugins.c783 plugin_name = gkrellm_cut_quoted_string(line, &s); in user_placement()
784 mon_name = gkrellm_cut_quoted_string(s, &s); in user_placement()
H A Dfs.c1465 if ( (cut_label = gkrellm_cut_quoted_string(arg, &arg)) != NULL in fs_config_load()
1466 && (cut_dir = gkrellm_cut_quoted_string(arg, &arg)) != NULL in fs_config_load()