Home
last modified time | relevance | path

Searched refs:database_fd (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/kprop/
H A Dkprop.c78 int fd, int database_fd, off_t in_database_size);
93 int fd, database_fd; in main() local
109 database_fd = open_database(context, file, &database_size); in main()
112 xmit_database(context, auth_context, my_creds, fd, database_fd, in main()
117 close_database(context, database_fd); in main()
411 krb5_creds *my_creds, int fd, int database_fd, in xmit_database() argument
453 while ((n = read(database_fd, buf, sizeof(buf)))) { in xmit_database()
H A Dkpropd.c155 static void recv_database(krb5_context context, int fd, int database_fd,
490 int database_fd; in doit() local
557 database_fd = open(temp_file_name, O_WRONLY | O_CREAT | O_TRUNC, 0600); in doit()
558 if (database_fd < 0) { in doit()
563 recv_database(kpropd_context, fd, database_fd, &confmsg); in doit()
1357 recv_database(krb5_context context, int fd, int database_fd, in recv_database() argument
1433 n = write(database_fd, outbuf.data, outbuf.length); in recv_database()