Symbol: PACKAGE_VERSION
sbin/unwind/libunbound/libunbound/libunbound.c
1453
return PACKAGE_VERSION;
sbin/unwind/libunbound/services/outside_network.c
3778
PACKAGE_VERSION);
sbin/unwind/libunbound/util/mini_event.c
132
return "mini-event-"PACKAGE_VERSION;
sbin/unwind/libunbound/util/ub_event_pluggable.c
152
return "pluggable-event"PACKAGE_VERSION;
sbin/unwind/libunbound/util/winsock_event.c
154
return "winsock-event-"PACKAGE_VERSION;
usr.bin/pkgconf/cli/main.c
1409
if (pkgconf_compare_version(PACKAGE_VERSION, required_pkgconfig_version) >= 0)
usr.bin/pkgconf/cli/main.c
839
printf("%s\n", PACKAGE_VERSION);
usr.bin/pkgconf/cli/main.c
845
printf("%s %s\n", PACKAGE_NAME, PACKAGE_VERSION);
usr.bin/pkgconf/libpkgconf/config.h
4
#define PACKAGE PACKAGE_NAME " " PACKAGE_VERSION
usr.bin/pkgconf/libpkgconf/pkg.c
1044
.version = PACKAGE_VERSION,
usr.bin/pkgconf/libpkgconf/pkg.c
1074
.version = PACKAGE_VERSION,
usr.sbin/nsd/dbcreate.c
86
zone->opts->name, PACKAGE_VERSION, ctime(now));
usr.sbin/nsd/ixfrcreate.c
964
PACKAGE_VERSION, wiredname2str(ixfrcr->zone_name),
usr.sbin/nsd/mini_event.c
148
return "mini-event-"PACKAGE_VERSION;
usr.sbin/nsd/nsd-checkconf.c
153
PACKAGE_VERSION, PACKAGE_BUGREPORT);
usr.sbin/nsd/nsd-checkzone.c
43
PACKAGE_VERSION, PACKAGE_BUGREPORT);
usr.sbin/nsd/nsd-control.c
106
PACKAGE_VERSION, PACKAGE_BUGREPORT);
usr.sbin/nsd/nsd-mem.c
40
PACKAGE_VERSION, PACKAGE_BUGREPORT);
usr.sbin/nsd/nsd.c
119
PACKAGE_VERSION, PACKAGE_BUGREPORT);
usr.sbin/nsd/nsd.c
129
fprintf(stderr, "%s version %s\n", PACKAGE_NAME, PACKAGE_VERSION);
usr.sbin/nsd/remote.c
1258
if(!ssl_printf(ssl, "version: %s\n", PACKAGE_VERSION))
usr.sbin/unbound/daemon/remote.c
2950
if(!ssl_printf(ssl, "version: %s\n", PACKAGE_VERSION))
usr.sbin/unbound/daemon/unbound.c
108
printf("Version %s\n\n", PACKAGE_VERSION);
usr.sbin/unbound/daemon/unbound.c
159
printf("\nVersion %s\n", PACKAGE_VERSION);
usr.sbin/unbound/libunbound/libunbound.c
1453
return PACKAGE_VERSION;
usr.sbin/unbound/services/outside_network.c
3778
PACKAGE_VERSION);
usr.sbin/unbound/smallapp/unbound-anchor.c
1077
PACKAGE_VERSION) &&
usr.sbin/unbound/smallapp/unbound-anchor.c
242
printf("Version %s\n", PACKAGE_VERSION);
usr.sbin/unbound/smallapp/unbound-checkconf.c
93
printf("Version %s\n", PACKAGE_VERSION);
usr.sbin/unbound/smallapp/unbound-control.c
205
printf("Version %s\n", PACKAGE_VERSION);
usr.sbin/unbound/smallapp/unbound-host.c
111
printf("Version %s\n", PACKAGE_VERSION);
usr.sbin/unbound/testcode/petal.c
414
snprintf(at, avail, "Server: petal/%s\r\n", PACKAGE_VERSION);
usr.sbin/unbound/testcode/petal.c
471
snprintf(at, avail, "Server: petal/%s\r\n", PACKAGE_VERSION);
usr.sbin/unbound/testcode/petal.c
84
printf("Version %s\n", PACKAGE_VERSION);
usr.sbin/unbound/testcode/testbound.c
91
printf("Version %s\n", PACKAGE_VERSION);
usr.sbin/unbound/util/mini_event.c
132
return "mini-event-"PACKAGE_VERSION;
usr.sbin/unbound/util/ub_event_pluggable.c
152
return "pluggable-event"PACKAGE_VERSION;
usr.sbin/unbound/util/winsock_event.c
154
return "winsock-event-"PACKAGE_VERSION;