Lines Matching defs:auth_file
239 FILE *auth_file
251 if (!read_string (auth_file, &local.protocol_name))
254 if (!read_counted_string (auth_file,
258 if (!read_string (auth_file, &local.network_id))
261 if (!read_string (auth_file, &local.auth_name))
264 if (!read_counted_string (auth_file,
308 FILE *auth_file,
312 if (!write_string (auth_file, auth->protocol_name))
315 if (!write_counted_string (auth_file,
319 if (!write_string (auth_file, auth->network_id))
322 if (!write_string (auth_file, auth->auth_name))
325 if (!write_counted_string (auth_file,
341 FILE *auth_file;
351 if (!(auth_file = fopen (filename, "rb" FOPEN_CLOEXEC)))
356 if (!(entry = IceReadAuthFileEntry (auth_file)))
369 fclose (auth_file);