Lines Matching defs:auth
55 XauWriteAuth (FILE *auth_file, Xauth *auth)
57 if (write_short (auth->family, auth_file) == 0)
59 if (write_counted_string (auth->address_length, auth->address, auth_file) == 0)
61 if (write_counted_string (auth->number_length, auth->number, auth_file) == 0)
63 if (write_counted_string (auth->name_length, auth->name, auth_file) == 0)
65 if (write_counted_string (auth->data_length, auth->data, auth_file) == 0)