Searched defs:gg (Results 1 - 2 of 2) sorted by relevance
/systemd/src/basic/ |
H A D | c-rbtree.c | 230 CRBNode *p, *g, *gg, *u, *x; local 240 * gg: grandgrandparent 263 gg = c_rbnode_parent(g); 274 c_rbnode_set_parent_and_color(g, gg, C_RBNODE_RED); 308 c_rbnode_set_parent_and_color(p, gg, C_RBNODE_BLACK); 310 c_rbtree_swap_child(t, gg, g, p); 314 gg = c_rbnode_parent(g); 320 c_rbnode_set_parent_and_color(g, gg, C_RBNODE_RED); 340 c_rbnode_set_parent_and_color(p, gg, C_RBNODE_BLACK); 342 c_rbtree_swap_child(t, gg, [all...] |
/systemd/src/core/ |
H A D | dbus-execute.c | 872 const char *gg; local 874 r = sd_bus_message_read(message, "s", &gg); 880 if (isempty(gg)) { 885 t = strdup(gg); 893 unit_write_drop_in_private_format(u, mode, name, "Group=%s\n", gg);
|
Completed in 20 milliseconds