Searched refs:record (Results 276 - 300 of 473) sorted by relevance

<<111213141516171819

/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dzlibpas.pas28 z_stream = packed record
50 gz_header = packed record
/netbsd-current/external/ibm-public/postfix/lib/global/
H A DMakefile138 record.c \
/netbsd-current/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c142 #include <record.h>
210 msg_info("record %c %s", rec_type, printable(start, '?'));
222 msg_warn("%s: malformed size record: %.100s "
290 * Therefore we keep a record of recipients found in the defer logfile,
/netbsd-current/external/bsd/nsd/dist/
H A Dutil.h404 int print_rr(FILE *out, struct state_pretty_rr* state, struct rr *record,
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A Dzlibpas.pas28 z_stream = packed record
50 gz_header = packed record
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ia64.h42 /* We record the endian for this section. 0 means default, 1 means
189 unwind records. To create a record of type R3 for instance, one
192 the various record types as well. UNW_Bx and some UNW_Px do have the
237 4 record formats, R, P, B and X. */
300 /* This structure is used to determine the specific record type and
310 } record; member in struct:unwind_record
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ia64.h42 /* We record the endian for this section. 0 means default, 1 means
189 unwind records. To create a record of type R3 for instance, one
192 the various record types as well. UNW_Bx and some UNW_Px do have the
237 4 record formats, R, P, B and X. */
300 /* This structure is used to determine the specific record type and
310 } record; member in struct:unwind_record
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c1264 For this chip, va_list is a record containing a counter and a pointer.
1273 tree f_1, f_2, record, type_decl;
1275 record = (*lang_hooks.types.make_type) (RECORD_TYPE);
1277 TYPE_DECL, get_identifier ("__va_list_tag"), record);
1286 DECL_FIELD_CONTEXT (f_1) = record;
1287 DECL_FIELD_CONTEXT (f_2) = record;
1289 TYPE_STUB_DECL (record) = type_decl;
1290 TYPE_NAME (record) = type_decl;
1291 TYPE_FIELDS (record) = f_1;
1294 layout_type (record);
1270 tree f_1, f_2, record, type_decl; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.cc1264 For this chip, va_list is a record containing a counter and a pointer.
1273 tree f_1, f_2, record, type_decl;
1275 record = (*lang_hooks.types.make_type) (RECORD_TYPE);
1277 TYPE_DECL, get_identifier ("__va_list_tag"), record);
1286 DECL_FIELD_CONTEXT (f_1) = record;
1287 DECL_FIELD_CONTEXT (f_2) = record;
1289 TYPE_STUB_DECL (record) = type_decl;
1290 TYPE_NAME (record) = type_decl;
1291 TYPE_FIELDS (record) = f_1;
1294 layout_type (record);
[all...]
/netbsd-current/sys/arch/usermode/usermode/
H A Dthunk.c926 info.record.sample_rate = rconf->sample_rate;
927 info.record.channels = rconf->channels;
928 info.record.precision = rconf->precision;
929 info.record.encoding = AUDIO_ENCODING_SLINEAR_LE;
964 return info.record.seek;
/netbsd-current/external/apache2/mDNSResponder/dist/Clients/
H A Ddns-sd.c229 static DNSRecordRef record = NULL; variable
531 fprintf(stderr, "%s -Q <name> <rrtype> <rrclass> (Generic query for any record type)\n", arg0);
540 fprintf(stderr, "%s -A (Test Adding/Updating/Deleting a record)\n", arg0);
542 fprintf(stderr, "%s -D <name> <rrtype> <rrclass>(Validate query for any record type with DNSSEC)\n", arg0);
543 fprintf(stderr, "%s -I (Test registering and then immediately updating TXT record)\n", arg0);
544 fprintf(stderr, "%s -N (Test adding a large NULL record)\n", arg0);
548 fprintf(stderr, "%s -T (Test creating a large TXT record)\n", arg0);
549 fprintf(stderr, "%s -U (Test updating a TXT record)\n", arg0);
826 case 0: printf("Adding Test HINFO record\n");
827 err = DNSServiceAddRecord(client, &record,
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzio.h628 struct zinject_record *record);
630 struct zinject_record *record);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgzlog.c717 /* log a repair record to the .repairs file */
718 local void log_log(struct log *log, int op, char *record) argument
729 "append" : (op == COMPRESS_OP ? "compress" : "replace"), record);
/netbsd-current/usr.sbin/sysinst/
H A Dmsg.mbr.pl118 and there is no free slot in the primary boot record}
/netbsd-current/external/ibm-public/postfix/dist/src/qmqpd/
H A DMakefile.in93 qmqpd.o: ../../include/record.h
/netbsd-current/external/ibm-public/postfix/dist/src/postcat/
H A DMakefile.in120 postcat.o: ../../include/record.h
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp113 explicit format_xray_record(XRayRecord record, argument
115 : FormatAdapter<XRayRecord>(std::move(record)), Converter(&conv) {}
166 /// 1. When unwinding, record the duration of each unwound function associated
251 /// as we go through and process every record from the XRay trace. We also
352 ENTRY_NOT_FOUND, // An exit record had no matching call stack entry
373 // When we encounter a new function entry, we want to record the TSC for
408 // and see whether the exit record matches any of the entry records. If it
409 // does match, we attempt to record the durations as we pop the stack to
677 formatv("Found record {0} with no matching function entry\n",
680 return std::string(formatv("Unknown error type for record {
[all...]
/netbsd-current/common/dist/zlib/examples/
H A Dgzlog.c717 /* log a repair record to the .repairs file */
718 local void log_log(struct log *log, int op, char *record) argument
729 "append" : (op == COMPRESS_OP ? "compress" : "replace"), record);
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dgzlog.c717 /* log a repair record to the .repairs file */
718 local void log_log(struct log *log, int op, char *record) argument
729 "append" : (op == COMPRESS_OP ? "compress" : "replace"), record);
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dgzlog.c717 /* log a repair record to the .repairs file */
718 local void log_log(struct log *log, int op, char *record) argument
729 "append" : (op == COMPRESS_OP ? "compress" : "replace"), record);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A DMakefile.in23 recipient_list.c record.c remove.c resolve_clnt.c resolve_local.c \
62 recipient_list.o record.o remove.o resolve_clnt.o resolve_local.o \
103 rec_type.h recipient_list.h record.h resolve_clnt.h resolve_local.h \
1097 deliver_completed.o: record.h
1173 delivered_hdr.o: record.h
1841 mail_copy.o: record.h
2362 post_mail.o: record.h
2421 rec2stream.o: record.h
2444 rec_streamlf.o: record.h
2456 recdump.o: record
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzlog.c717 /* log a repair record to the .repairs file */
718 local void log_log(struct log *log, int op, char *record) argument
729 "append" : (op == COMPRESS_OP ? "compress" : "replace"), record);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A DMakefile.in404 python/py-record.c \
405 python/py-record-btrace.c \
406 python/py-record-full.c \
761 linux-record.o \
1110 record.c \
1111 record-btrace.c \
1112 record-full.c \
1325 linux-record.h \
1374 record.h \
1375 record
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A DMakefile.in424 python/py-record.c \
425 python/py-record-btrace.c \
426 python/py-record-full.c \
812 linux-record.o \
1157 record.c \
1158 record-btrace.c \
1159 record-full.c \
1378 linux-record.h \
1430 record.h \
1431 record
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_envelope.c21 /* does not emit the envelope to content boundary record.
68 #include <record.h>
96 * The message size and count record goes first, so it can easily be
98 * estimate provided by the client. It's all in one record, data size
116 /* cleanup_envelope_process - process one envelope record */
176 * Map DSN attribute name to pseudo record type so that we don't have to
206 msg_warn("%s: message rejected: unexpected record type %d in envelope",
224 * queue manager does not need to examine every envelope record before it
239 msg_warn("%s: message rejected: missing sender envelope record",
245 msg_warn("%s: message rejected: missing time envelope record",
[all...]

Completed in 273 milliseconds

<<111213141516171819