Lines Matching full:machine
97 const char *machine;
103 machine = get_machine_uuid ();
104 if (machine == NULL)
129 * time. The idea is that we want to be per-(machine,display,user)
131 * we'd recognize when the hostname matches the machine we're on in
154 result = malloc (strlen (home) + strlen (prefix) + strlen (machine) +
165 strcat (result, machine);
237 const char *machine;
244 machine = get_machine_uuid ();
245 if (machine == NULL)
256 atom_name = malloc (strlen (machine) + strlen (user_name) + 2 +
271 strcat (atom_name, machine);
412 "# This file allows processes on the machine with id %s using \n"