Home | History | Annotate | Download | only in tools

Lines Matching refs:FILE

1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
68 /* Read the machine uuid from file if needed. Returns TRUE if machine_uuid is
73 FILE *f;
831 else if (strstr (arg, "--config-file=") == arg)
833 const char *file;
837 fprintf (stderr, "--config-file given twice\n");
841 file = strchr (arg, '=');
842 ++file;
844 config_file = xstrdup (file);
847 strcmp (prev_arg, "--config-file") == 0)
851 fprintf (stderr, "--config-file given twice\n");
858 else if (strcmp (arg, "--config-file") == 0)
1049 config_file ? "--config-file" : "--session",
1064 config_file ? "--config-file" : "--session",
1075 * file and the dbus-daemon will not be in the install location during
1083 config_file ? "--config-file" : "--session",