Home
last modified time | relevance | path

Searched refs:dp_row_get_device (Results 1 – 3 of 3) sorted by relevance

/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Ddpformat.c323 g_snprintf(out, max, "%" G_GUINT32_FORMAT, dp_row_get_device(m, row)); in dpf_get_content()
326 g_snprintf(out, max, "%" G_GUINT32_FORMAT, dp_row_get_device(m, row) >> 8); in dpf_get_content()
329 g_snprintf(out, max, "%" G_GUINT32_FORMAT, dp_row_get_device(m, row) & 0xff); in dpf_get_content()
584 g_snprintf(buf, sizeof buf, user, dp_row_get_device(model, iter) >> 8); in cdf_devmax()
593 g_snprintf(buf, sizeof buf, user, dp_row_get_device(model, iter)); in cdf_device()
602 g_snprintf(buf, sizeof buf, user, dp_row_get_device(model, iter) & 255); in cdf_devmin()
H A Ddirpane.h106 extern guint32 dp_row_get_device(const GtkTreeModel *model, const DirRow2 *row);
H A Ddirpane.c1392 guint32 dp_row_get_device(const GtkTreeModel *model, const DirRow2 *row) in dp_row_get_device() function