Searched defs:name (Results 1 - 1 of 1) sorted by relevance
/gkrellm-k10addon/src/ |
H A D | k10.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 47 #define STARTS_WITH(name, prefix) \ 48 strncmp((name), (prefix), strlen((prefix))) == 0 207 * @param name The human readable name of the data source. Should be short 216 * the <var>name</var>, which is displayed as a treenode in a GUI or chart. 234 init(DeviceType type, guint8 id, gchar **name, gchar **desc, gchar **label, argument 272 *name = g_strdup_printf("CPU %d Core %d Temperature", dev_id, id & 1); 275 *name = g_strdup_printf("CPU %d Temperature", dev_id); 304 strcpy(buf, *name); 360 gchar *name = NULL, *desc = NULL, *label = NULL; local [all...] |
Completed in 7 milliseconds