Symbol: logs
games/sail/lo_main.c
59
struct logs log;
games/sail/misc.c
195
struct logs log[NLOG];
games/sail/misc.c
197
struct logs *lp;
games/sail/misc.c
211
n = fread((char *)log, sizeof(struct logs), NLOG, fp);
games/sail/misc.c
225
sizeof (struct logs), lp - log, fp);
games/sail/misc.c
233
sizeof (struct logs), 1, fp);
games/sail/misc.c
235
sizeof (struct logs), &log[NLOG-1] - lp, fp);
lib/libcrypto/ct/ct.h
321
void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
lib/libcrypto/ct/ct.h
331
const char *separator, const CTLOG_STORE *logs);
lib/libcrypto/ct/ct_log.c
160
ret->logs = sk_CTLOG_new_null();
lib/libcrypto/ct/ct_log.c
161
if (ret->logs == NULL)
lib/libcrypto/ct/ct_log.c
175
sk_CTLOG_pop_free(store->logs, CTLOG_free);
lib/libcrypto/ct/ct_log.c
245
if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) {
lib/libcrypto/ct/ct_log.c
371
for (i = 0; i < sk_CTLOG_num(store->logs); ++i) {
lib/libcrypto/ct/ct_log.c
372
const CTLOG *log = sk_CTLOG_value(store->logs, i);
lib/libcrypto/ct/ct_log.c
91
STACK_OF(CTLOG) *logs;
sys/dev/pci/ixgbe_type.h
6416
uint32_t logs;
usr.sbin/nsd/dbcreate.c
104
if(!print_header(zone, out, &now, logs)) {
usr.sbin/nsd/dbcreate.c
199
char logs[4096];
usr.sbin/nsd/dbcreate.c
205
strlcpy(logs, zone->logstr, sizeof(logs));
usr.sbin/nsd/dbcreate.c
207
logs[0] = 0;
usr.sbin/nsd/dbcreate.c
210
if(!write_to_zonefile(zone, bakfile, logs)) {
usr.sbin/nsd/dbcreate.c
81
print_header(zone_type* zone, FILE* out, time_t* now, const char* logs)
usr.sbin/nsd/dbcreate.c
89
if(!logs || logs[0] == 0) return 1;
usr.sbin/nsd/dbcreate.c
90
snprintf(buf, sizeof(buf), "; %s\n", logs);
usr.sbin/nsd/dbcreate.c
95
write_to_zonefile(zone_type* zone, const char* filename, const char* logs)
usr.sbin/unbound/testcode/doqclient.c
1776
char* logs = client_stream_string(str);
usr.sbin/unbound/testcode/doqclient.c
1777
verbose(1, "query %s write is done", logs);
usr.sbin/unbound/testcode/doqclient.c
1778
free(logs);
usr.sbin/unbound/testcode/doqclient.c
1836
char* logs = client_stream_string(str);
usr.sbin/unbound/testcode/doqclient.c
1837
verbose(1, "query %s write stream", logs);
usr.sbin/unbound/testcode/doqclient.c
1838
free(logs);
usr.sbin/unbound/testcode/doqclient.c
559
char* logs = client_stream_string(str);
usr.sbin/unbound/testcode/doqclient.c
560
printf("%s has error, there is no answer\n", logs);
usr.sbin/unbound/testcode/doqclient.c
561
free(logs);
usr.sbin/unbound/testcode/doqclient.c
565
char* logs = client_stream_string(str);
usr.sbin/unbound/testcode/doqclient.c
567
logs);
usr.sbin/unbound/testcode/doqclient.c
568
free(logs);
usr.sbin/unbound/testcode/doqclient.c
573
char* logs = client_stream_string(str);
usr.sbin/unbound/testcode/doqclient.c
576
printf("%s rcode %s\n", logs, rc);
usr.sbin/unbound/testcode/doqclient.c
577
free(logs);
usr.sbin/unbound/testcode/doqclient.c
582
char* logs = client_stream_string(str);
usr.sbin/unbound/testcode/doqclient.c
583
printf("%s nodata answer\n", logs);
usr.sbin/unbound/testcode/doqclient.c
584
free(logs);
usr.sbin/unbound/testcode/doqclient.c
598
char* logs = client_stream_string(str);
usr.sbin/unbound/testcode/doqclient.c
599
printf("%s has error, there is no answer\n", logs);
usr.sbin/unbound/testcode/doqclient.c
600
free(logs);
usr.sbin/unbound/testcode/doqclient.c
616
char* logs = client_stream_string(str);
usr.sbin/unbound/testcode/doqclient.c
622
else verbose(1, "query %s received:\n%s", logs, s);
usr.sbin/unbound/testcode/doqclient.c
624
free(logs);
usr.sbin/unbound/testcode/doqclient.c
634
char* logs = client_stream_string(str);
usr.sbin/unbound/testcode/doqclient.c
637
logs, (int)sldns_buffer_position(str->answer),
usr.sbin/unbound/testcode/doqclient.c
641
logs);
usr.sbin/unbound/testcode/doqclient.c
642
free(logs);
usr.sbin/unbound/testcode/doqclient.c
700
char* logs = client_stream_string(str);
usr.sbin/unbound/testcode/doqclient.c
702
verbose(1, "query %s: received FIN from remote", logs);
usr.sbin/unbound/testcode/doqclient.c
704
verbose(1, "query %s: stream reset from remote", logs);
usr.sbin/unbound/testcode/doqclient.c
705
free(logs);
usr.sbin/unbound/testcode/doqclient.c
792
char* logs = client_stream_string(str);
usr.sbin/unbound/testcode/doqclient.c
794
logs, (long long int)stream_id);
usr.sbin/unbound/testcode/doqclient.c
795
free(logs);
usr.sbin/unbound/testcode/doqclient.c
956
char* logs = client_stream_string(str);
usr.sbin/unbound/testcode/doqclient.c
958
logs, (int)str->stream_id, (int)str->nread);
usr.sbin/unbound/testcode/doqclient.c
959
free(logs);