Searched refs:record (Results 26 - 50 of 271) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dstream2rec.c7 /* convert stream-lf data to record format
12 /* them to standard output in record form.
37 #include <record.h>
H A Drecdump.c7 /* convert record stream to printable form
11 /* recdump reads a record stream from standard input and
37 #include <record.h>
H A Drec_streamlf.c7 /* record interface to stream-lf files
27 /* This module implements record I/O on top of stream-lf files.
29 /* rec_streamlf_get() reads one record from the specified stream.
33 /* of data read. The result is REC_TYPE_NORM when the record was
35 /* was found (the record was larger than \fImaxlen\fR characters or
39 /* rec_streamlf_put() writes one record to the named stream.
40 /* When the record type is REC_TYPE_NORM, a newline character is
41 /* appended to the output. The result is the record type, or
49 /* record(3) typed records
72 #include <record
[all...]
/netbsd-6-1-5-RELEASE/x11/Xserver/record/
H A DMakefile.record1 # $NetBSD: Makefile.record,v 1.2 2003/09/30 06:41:30 lukem Exp $
3 LIB= record
6 SRCS+= record.c set.c
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio_inject.c31 * fault. These are kept in a global list. Each record corresponds to a given
33 * or exported while the injection record exists.
64 * Returns true if the given record matches the I/O in progress.
68 zinject_record_t *record, int error)
74 record->zi_objset == DMU_META_OBJSET &&
75 record->zi_object == DMU_META_DNODE_OBJECT) {
76 if (record->zi_type == DMU_OT_NONE ||
77 type == record->zi_type)
78 return (record->zi_freq == 0 ||
79 spa_get_random(100) < record
67 zio_match_handler(zbookmark_t *zb, uint64_t type, zinject_record_t *record, int error) argument
379 zio_inject_fault(char *name, int flags, int *id, zinject_record_t *record) argument
433 zio_inject_list_next(int *id, char *name, size_t buflen, zinject_record_t *record) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/tcopy/
H A Dtcopy.c65 static long lastrec, record; variable
159 err(1, "read error, file %d, record %ld",
160 filen, record);
164 fprintf(msg, "%ld records\n", record);
165 else if (record - lastrec > 1)
167 lastrec, record);
169 fprintf(msg, "record %ld\n", lastrec);
175 lastrec = record;
188 "write error, file %d, record %ld: ",
189 filen, record);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Daudio.c313 /* Grab the device and record masks */
349 info.record.buffer_size = bufsiz;
450 info.record.encoding = AUDIO_ENCODING_ULAW;
451 info.record.error = 0;
452 info.record.gain = gain;
456 o_port = info.record.port = port;
462 rval = info.record.error;
493 info.record.sample_rate, info.record.channels,
494 info.record
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dbreak-reverse.exp38 # Activate process record/replay
39 gdb_test_no_output "record" "Turn on process record"
77 gdb_test_multiple "continue" "end of record log" {
79 pass "end of record log"
82 pass "end of record log"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.misc-tests/
H A Ddhry.h226 * with record component
317 * When there is an access path leading to the final operand (e.g. a record
412 typedef struct record struct
414 struct record *Ptr_Comp;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.misc-tests/
H A Ddhry.h226 * with record component
317 * When there is an access path leading to the final operand (e.g. a record
412 typedef struct record struct
414 struct record *Ptr_Comp;
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/tests/agrep/
H A Drecords.ok414 The default record delimiter
415 is the regexp "\n", so by default a record is a line.
418 The default record delimiter
419 is the regexp "\n", so by default a record is a line.
430 records.in:The default record delimiter
431 is the regexp "\n", so by default a record is a line.
434 (standard input):The default record delimiter
435 is the regexp "\n", so by default a record is a line.
446 11:The default record delimiter
447 is the regexp "\n", so by default a record i
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/sdpd/
H A Dsdpd.h71 struct record { struct
73 bool valid; /* record is current */
79 LIST_ENTRY(record) next; /* next ServiceRecord */
83 typedef struct record record_t;
92 bool priv; /* descriptor may modify service record db */
112 LIST_HEAD(, record) rlist; /* ServiceRecord list */
146 /* record.c */
H A DMakefile7 SRCS= db.c log.c main.c record.c server.c service.c
/netbsd-6-1-5-RELEASE/usr.bin/audio/ctl/
H A Dctl.c119 { "record", &info.record, FORMAT, ALIAS },
120 { "record.rate", &info.record.sample_rate,UINT, 0 },
121 { "record.sample_rate", &info.record.sample_rate,UINT, ALIAS },
122 { "record.channels", &info.record.channels, UINT, 0 },
123 { "record.precision", &info.record
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libXtst/
H A DMakefile19 record.h
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A DMakefile.xmlsrcs15 record.c \
/netbsd-6-1-5-RELEASE/x11/Xserver/Xserver/XalphaNetBSD/
H A DMakefile18 ${LDADD.dbe} ${LDADD.record} ${LDADD.GL/glx} ${LDADD.GL/GLcore} \
25 ${DPADD.dix/xpstubs} ${DPADD.dbe} ${DPADD.record} \
/netbsd-6-1-5-RELEASE/x11/Xserver/Xserver/Xarm32VIDC/
H A DMakefile18 ${LDADD.dbe} ${LDADD.record} ${LDADD.GL/glx} ${LDADD.GL/GLcore} \
25 ${DPADD.dix/xpstubs} ${DPADD.dbe} ${DPADD.record} \
/netbsd-6-1-5-RELEASE/x11/Xserver/Xserver/Xdmx/
H A DMakefile20 ${LDADD.record} \
45 ${DPADD.record} \
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/xgc/
H A DMakefile7 choice.c main.c interpret.c record.c testfrac.c gram.y lex.l
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/
H A DMakefile28 SUBDIR+= Xi xkb xkbstubs dbe record xfixes
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/
H A DMakefile29 record \
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/sys/
H A Dbrk.S80 retl ! success, return 0 & record new break
96 retl ! success, return 0 & record new break
/netbsd-6-1-5-RELEASE/x11/bin/xgc/
H A DMakefile7 choice.c main.c interpret.c record.c testfrac.c gram.y lex.l
/netbsd-6-1-5-RELEASE/lib/libossaudio/
H A Dossaudio.c119 tmpinfo.record.sample_rate = INTARG;
131 tmpinfo.record.channels = INTARG ? 2 : 1;
150 tmpinfo.record.precision = 8;
152 tmpinfo.record.encoding = AUDIO_ENCODING_ULAW;
156 tmpinfo.record.precision = 8;
158 tmpinfo.record.encoding = AUDIO_ENCODING_ALAW;
162 tmpinfo.record.precision = 8;
164 tmpinfo.record.encoding = AUDIO_ENCODING_ULINEAR;
168 tmpinfo.record.precision = 8;
170 tmpinfo.record
[all...]

Completed in 243 milliseconds

1234567891011