#include <config.h>
This commit is contained in:
@@ -15,16 +15,18 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: entropy2_test.c,v 1.4 2000/06/22 21:50:16 tale Exp $ */
|
||||
/* $Id: entropy2_test.c,v 1.5 2000/06/23 16:18:53 tale Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <isc/entropy.h>
|
||||
#include <isc/keyboard.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/util.h>
|
||||
#include <isc/string.h>
|
||||
#include <isc/time.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
static void
|
||||
hex_dump(const char *msg, void *data, unsigned int length) {
|
||||
|
||||
@@ -15,15 +15,17 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: entropy_test.c,v 1.11 2000/06/22 21:50:17 tale Exp $ */
|
||||
/* $Id: entropy_test.c,v 1.12 2000/06/23 16:18:54 tale Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <isc/entropy.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/util.h>
|
||||
#include <isc/string.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
static void
|
||||
hex_dump(const char *msg, void *data, unsigned int length) {
|
||||
unsigned int len;
|
||||
|
||||
@@ -15,7 +15,9 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: fsaccess_test.c,v 1.3 2000/06/22 21:50:18 tale Exp $ */
|
||||
/* $Id: fsaccess_test.c,v 1.4 2000/06/23 16:18:55 tale Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
@@ -15,15 +15,17 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: hash_test.c,v 1.3 2000/06/22 21:50:22 tale Exp $ */
|
||||
/* $Id: hash_test.c,v 1.4 2000/06/23 16:18:56 tale Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <isc/md5.h>
|
||||
#include <isc/sha1.h>
|
||||
#include <isc/util.h>
|
||||
#include <isc/string.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
static void
|
||||
print_digest(char *s, const char *hash, unsigned char *d,
|
||||
unsigned int words)
|
||||
|
||||
@@ -15,13 +15,15 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: keyboard_test.c,v 1.2 2000/06/22 21:50:25 tale Exp $ */
|
||||
/* $Id: keyboard_test.c,v 1.3 2000/06/23 16:18:57 tale Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <isc/keyboard.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
static void
|
||||
CHECK(const char *msg, isc_result_t result) {
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
|
||||
@@ -15,15 +15,17 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: driver.c,v 1.3 2000/06/19 17:49:54 tale Exp $ */
|
||||
/* $Id: driver.c,v 1.4 2000/06/23 16:18:58 tale Exp $ */
|
||||
|
||||
#include <isc/string.h>
|
||||
#include <isc/util.h>
|
||||
#include <config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <isc/string.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include "driver.h"
|
||||
|
||||
#include "testsuite.h"
|
||||
|
||||
@@ -15,17 +15,19 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: netaddr_multicast.c,v 1.4 2000/06/17 00:16:29 explorer Exp $ */
|
||||
/* $Id: netaddr_multicast.c,v 1.5 2000/06/23 16:19:00 tale Exp $ */
|
||||
|
||||
#include <isc/string.h>
|
||||
#include <isc/types.h>
|
||||
#include <isc/util.h>
|
||||
#include <isc/net.h>
|
||||
#include <isc/netaddr.h>
|
||||
#include <config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <isc/net.h>
|
||||
#include <isc/netaddr.h>
|
||||
#include <isc/string.h>
|
||||
#include <isc/types.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include "driver.h"
|
||||
|
||||
TESTDECL(netaddr_multicast);
|
||||
|
||||
@@ -15,14 +15,16 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: sockaddr_multicast.c,v 1.1 2000/06/16 22:17:11 explorer Exp $ */
|
||||
/* $Id: sockaddr_multicast.c,v 1.2 2000/06/23 16:19:01 tale Exp $ */
|
||||
|
||||
#include <isc/string.h>
|
||||
#include <isc/util.h>
|
||||
#include <config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <isc/string.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include "driver.h"
|
||||
|
||||
TESTDECL(sockaddr_multicast);
|
||||
|
||||
Reference in New Issue
Block a user