Home | History | Annotate | Download | only in bus

Lines Matching full:fork

131   unsigned int fork : 1; /**< TRUE to fork into daemon mode */
162 return "fork";
373 if (included->fork)
374 parser->fork = TRUE;
739 else if (strcmp (element_name, "fork") == 0)
741 if (!check_no_attributes (parser, "fork", attribute_names, attribute_values, error))
750 parser->fork = TRUE;
2499 return parser->fork;
2886 if (! bools_equal (a->fork, b->fork))