Searched refs:record (Results 1 - 25 of 271) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/record/
H A DMakefile3 XCBEXT= record
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/record/
H A DMakefile7 LIB= record
8 SRCS= ${SRCS.record}
10 .include "Makefile.record"
H A DMakefile.record1 # $NetBSD: Makefile.record,v 1.2 2008/08/10 06:42:39 rtr Exp $
3 .PATH: ${X11SRCDIR.xorg-server}/record
4 SRCS.record= record.c set.c
14 COPTS.record.c= -Wno-error
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dndef.c40 static int ndef_parse_record(u8 *data, u32 size, struct ndef_record *record) argument
46 record->type_length = *pos++;
50 record->payload_length = *pos++;
54 record->payload_length = ntohl(*(u32 *)pos);
61 record->id_length = *pos++;
63 record->id_length = 0;
65 record->type = record->type_length == 0 ? NULL : pos;
66 pos += record->type_length;
68 record
84 struct ndef_record record; local
109 struct wpabuf *record; local
152 wifi_filter(struct ndef_record *record) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/stand/
H A Dcopy.c54 register int from, to, record, rcc, wcc, bsize = BSIZE; local
59 for (record = 0;; ++record) {
64 record, errno);
68 if (record == 0) {
74 record, bsize, rcc);
83 record, errno);
88 record, rcc, wcc);
92 printf("copy completed: %d records copied\n", record);
/netbsd-6-1-5-RELEASE/usr.bin/audio/
H A DMakefile3 SUBDIR= common .WAIT ctl play record
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline21.C11 int extra; // Having an extra member in record is crucial.
16 Record record; member in struct:Container
18 Container ( const Record b) : record(b) {}
29 *intp++ = c.record.b;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline21.C11 int extra; // Having an extra member in record is crucial.
16 Record record; member in struct:Container
18 Container ( const Record b) : record(b) {}
29 *intp++ = c.record.b;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dopt-gather.awk41 record[++numrec] = $0
44 record[numrec] = record[numrec] SUBSEP $0
50 sort(record,numrec)
53 print record[i] }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dopt-gather.awk41 record[++numrec] = $0
44 record[numrec] = record[numrec] SUBSEP $0
50 sort(record,numrec)
53 print record[i] }
/netbsd-6-1-5-RELEASE/usr.bin/audio/record/
H A DMakefile4 SRCS= record.c
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/record/
H A DMakefile8 LIB= record
11 SRCS= ${SRCS.record} recordmod.c
15 .include "../../../../record/Makefile.record"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/arm/
H A D20031108-1.c7 typedef struct record struct
9 struct record *Ptr_Comp;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20031108-1.c7 typedef struct record struct
9 struct record *Ptr_Comp;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/igen/
H A Dld-insn.c306 record */
573 table_entry *record,
576 table_entry *model_record = record;
579 if (record->nr_fields < nr_fields)
580 error (record->line, "Incorrect number of fields\n");
581 record = table_read (file);
582 if (record->type == table_code_entry)
584 code_record = record;
585 record = table_read (file);
587 /* create the new data record */
571 parse_model_data_record(insn_table *isa, table *file, table_entry *record, int nr_fields, model_data **list) argument
635 parse_include_record(table *file, table_entry *record) argument
656 parse_option_record(table *file, table_entry *record) argument
739 parse_function_record(table *file, table_entry *record, function_entry ** list, function_entry ** list_entry, int is_internal, model_table *model) argument
819 parse_insn_model_record(table *file, table_entry *record, insn_entry * insn, model_table *model) argument
893 parse_insn_mnemonic_record(table *file, table_entry *record, insn_entry * insn) argument
921 parse_macro_record(table *file, table_entry *record) argument
951 table_entry *record = table_read (file); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dhist.c83 /* Reads just the header part of histogram record into
92 read_histogram_header (histogram *record,
101 if (gmon_io_read_vma (ifp, &record->lowpc)
102 || gmon_io_read_vma (ifp, &record->highpc)
103 || gmon_io_read_32 (ifp, &record->num_bins)
114 n_hist_scale = (double)((record->highpc - record->lowpc) / sizeof (UNIT))
115 / record->num_bins;
175 histogram *record, *existing_record;
178 /* 1. Read the header and see if there's existing record fo
91 read_histogram_header(histogram *record, FILE *ifp, const char *filename, int first) argument
174 histogram *record, *existing_record; local
256 histogram *record = &histograms[r]; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/rmt/
H A Drmt.c87 char *record = NULL; local
139 record = checkbuf(record, n);
141 cc = read(STDIN_FILENO, &record[i], n - i);
147 rval = write(tape, record, n);
156 record = checkbuf(record, n);
157 rval = read(tape, record, n);
162 (void)write(STDOUT_FILENO, record, rval);
227 checkbuf(record, siz
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dgetcap.c92 static char *toprec; /* Additional record specified by cgetset() */
150 * Cgetcap searches the capability record buf for the capability cap with
209 * Cgetent extracts the capability record name from the NULL terminated file
213 * -1 if the requested record couldn't be found, -2 if a system error was
243 * pointer to a malloc'ed capability record with all tc= capabilities fully
266 char *record, *newrecord; local
290 * Check if we have a top record from cgetset().
293 if ((record = malloc(topreclen + BFRAG)) == NULL) {
297 (void)strcpy(record, toprec); /* XXX: strcpy is safe */
299 rp = record
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Doasys.c35 oasys_read_record (bfd *abfd, oasys_record_union_type *record) argument
37 bfd_size_type amt = sizeof (record->header);
39 if (bfd_bread ((void *) record, amt, abfd) != amt)
42 amt = record->header.length - sizeof (record->header);
45 if (bfd_bread ((void *) ((char *) record + sizeof (record->header)), amt, abfd)
52 oasys_string_length (oasys_record_union_type *record) argument
54 return record->header.length
55 - ((char *) record
71 oasys_record_union_type record; local
257 oasys_module_table_type record; local
343 oasys_record_union_type record; local
566 oasys_record_union_type record; local
759 oasys_write_record(bfd *abfd, oasys_record_enum_type type, oasys_record_union_type *record, size_t size) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Doasys.c35 oasys_read_record (bfd *abfd, oasys_record_union_type *record) argument
37 bfd_size_type amt = sizeof (record->header);
39 if (bfd_bread ((void *) record, amt, abfd) != amt)
42 amt = record->header.length - sizeof (record->header);
45 if (bfd_bread ((void *) ((char *) record + sizeof (record->header)), amt, abfd)
52 oasys_string_length (oasys_record_union_type *record) argument
54 return record->header.length
55 - ((char *) record
71 oasys_record_union_type record; local
257 oasys_module_table_type record; local
343 oasys_record_union_type record; local
566 oasys_record_union_type record; local
759 oasys_write_record(bfd *abfd, oasys_record_enum_type type, oasys_record_union_type *record, size_t size) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetcap.c69 static char *toprec; /* Additional record specified by cgetset() */
147 * Cgetcap searches the capability record buf for the capability cap with
201 * Cgetent extracts the capability record name from the NULL terminated file
205 * -1 if the requested record couldn't be found, -2 if a system error was
224 * pointer to a malloc'ed capability record with all tc= capabilities fully
241 char *record; local
252 * Check if we have a top record from cgetset().
256 if ((record = malloc (len)) == NULL) {
260 (void)strlcpy(record, toprec, len);
262 rp = record
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dis_tar.c101 const union record *header = (const union record *)(const void *)buf;
106 if (nbytes < sizeof(union record))
113 for (i = sizeof(union record); --i >= 0;)
H A Dtar.h45 * A "record" is a piece of info that we care about.
46 * Typically many "record"s fit into a "block".
53 union record { union
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/
H A DMakefile12 record \
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Drec2stream.c7 /* convert record stream to stream-lf format
11 /* rec2stream reads a record stream from standard input and
37 #include <record.h>

Completed in 382 milliseconds

1234567891011