| /mirbsd/src/usr.bin/cap_mkdb/ |
| D | getinfo.c | 146 char *record; in getent() local 159 if ((record = malloc(BFRAG)) == NULL) { in getent() 163 r_end = record + BFRAG; in getent() 213 rp = record; in getent() 223 free(record); in getent() 245 free(record); in getent() 256 if (rp > record && isspace(*bp)) in getent() 261 if (rp <= record || *(rp - 1) != ',' || !isspace(c)) in getent() 273 pos = rp - record; in getent() 274 newsize = r_end - record + BFRAG; in getent() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Tie/ |
| D | SubstrHash.pm | 68 $record = substr($$self[0], $offset, $rlen); 69 if (ord($record) == 0) { 72 elsif (ord($record) == 1) { 74 elsif (substr($record, 1, $klen) eq $key) { 75 return substr($record, 1+$klen, $vlen); 92 $record = substr($$self[0], $offset, $rlen); 93 if (ord($record) == 0) { 94 $record = "\2". $key . $val; 95 die "panic" unless length($record) == $rlen; 97 substr($$self[0], $writeoffset, $rlen) = $record; [all …]
|
| /mirbsd/src/lib/libc/gen/ |
| D | getcap.c | 199 char *record, *cbuf; in getent() local 217 if ((record = malloc(topreclen + 1 + BFRAG)) == NULL) in getent() 219 memcpy(record, toprec, topreclen + 1); in getent() 222 rp = record + topreclen + 1; in getent() 229 if ((record = malloc(BFRAG)) == NULL) in getent() 231 r_end = record + BFRAG; in getent() 260 free(record); in getent() 308 rp = record; in getent() 318 free(record); in getent() 332 if (rp > record && *(rp-1) == '\\') { in getent() [all …]
|
| /mirbsd/src/sys/dev/ic/ |
| D | wdcevent.h | 67 u_int8_t record[20]; in WDC_LOG_ATAPI_CMD() local 69 record[0] = (flags >> 8); in WDC_LOG_ATAPI_CMD() 70 record[1] = flags & 0xff; in WDC_LOG_ATAPI_CMD() 71 memmove(&record[2], cmd, len); in WDC_LOG_ATAPI_CMD() 73 wdc_log(chp, WDCEVENT_ATAPI_CMD, len + 2, record); in WDC_LOG_ATAPI_CMD() 78 char record[3] = {flags >> 8, flags & 0xff, error}; in WDC_LOG_ATAPI_DONE() local 79 wdc_log(chp, WDCEVENT_ATAPI_DONE, 3, record); in WDC_LOG_ATAPI_DONE() 89 char record[8] = { head, precomp, cylinhi, cylinlo, in WDC_LOG_ATA_CMDLONG() local 92 wdc_log(chp, WDCEVENT_ATA_LONG, 7, record); in WDC_LOG_ATA_CMDLONG() 103 char record[3]; in WDC_LOG_REG() local [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | oasys.c | 33 oasys_read_record (bfd *abfd, oasys_record_union_type *record) in oasys_read_record() argument 35 bfd_size_type amt = sizeof (record->header); in oasys_read_record() 37 if (bfd_bread ((void *) record, amt, abfd) != amt) in oasys_read_record() 40 amt = record->header.length - sizeof (record->header); in oasys_read_record() 43 if (bfd_bread ((void *) ((char *) record + sizeof (record->header)), amt, abfd) in oasys_read_record() 50 oasys_string_length (oasys_record_union_type *record) in oasys_string_length() argument 52 return record->header.length in oasys_string_length() 53 - ((char *) record->symbol.name - (char *) record); in oasys_string_length() 69 oasys_record_union_type record; in oasys_slurp_symbol_table() local 102 if (! oasys_read_record (abfd, &record)) in oasys_slurp_symbol_table() [all …]
|
| /mirbsd/src/lib/libncurses/src/ncurses/tinfo/ |
| D | read_termcap.c | 271 #define DOALLOC(size) typeRealloc(char, size, record) 286 char *record = 0; in _nc_getent() local 302 if ((record = DOALLOC(topreclen + BFRAG)) == 0) { in _nc_getent() 306 (void) strcpy(record, toprec); in _nc_getent() 307 rp = record + topreclen + 1; in _nc_getent() 316 if ((record = DOALLOC(BFRAG)) == 0) { in _nc_getent() 320 rp = r_end = record + BFRAG; in _nc_getent() 339 free(record); in _nc_getent() 371 rp = record; in _nc_getent() 381 free(record); in _nc_getent() [all …]
|
| /mirbsd/src/usr.sbin/rmt/ |
| D | rmt.c | 61 char *record; variable 134 record = checkbuf(record, n); in main() 136 cc = read(STDIN_FILENO, &record[i], n - i); in main() 142 rval = write(tape, record, n); in main() 151 record = checkbuf(record, n); in main() 152 rval = read(tape, record, n); in main() 157 (void) write(STDOUT_FILENO, record, rval); in main() 213 checkbuf(char *record, int size) in checkbuf() argument 216 return (record); in checkbuf() 217 if (record != 0) in checkbuf() [all …]
|
| /mirbsd/src/usr.bin/tcopy/ |
| D | tcopy.c | 65 long lastrec, record; variable 157 filen, record); in main() 161 fprintf(msg, "%ld records\n", record); in main() 162 else if (record - lastrec > 1) in main() 164 lastrec, record); in main() 172 lastrec = record; in main() 186 filen, record); in main() 199 record++; in main() 207 filen, record, (long long)size); in main() 211 size = record = lastrec = 0; in main() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/win32/bin/ |
| D | exetype.pl | 25 my ($record,$magic,$signature,$offset,$size); 30 read EXE, $record, 64; 31 ($magic,$offset) = unpack "Sx58L", $record; 38 read EXE, $record, 4+20+2; 39 ($signature,$size,$magic) = unpack "Lx16Sx2S", $record; 50 read EXE, $record, 2; 51 my ($subsys) = unpack "S", $record;
|
| /mirbsd/src/gnu/usr.bin/perl/wince/bin/ |
| D | exetype.pl | 25 my ($record,$magic,$signature,$offset,$size); 30 read EXE, $record, 64; 31 ($magic,$offset) = unpack "Sx58L", $record; 38 read EXE, $record, 4+20+2; 39 ($signature,$size,$magic) = unpack "Lx16Sx2S", $record; 50 read EXE, $record, 2; 51 my ($subsys) = unpack "S", $record;
|
| /mirbsd/src/usr.bin/audioctl/ |
| D | audioctl.c | 119 { "record.rate", &info.record.sample_rate,UINT, 0 }, 120 { "record.sample_rate", &info.record.sample_rate,UINT, ALIAS }, 121 { "record.channels", &info.record.channels, UINT, 0 }, 122 { "record.precision", &info.record.precision, UINT, 0 }, 123 { "record.encoding", &info.record.encoding, ENC, 0 }, 124 { "record.gain", &info.record.gain, UINT, 0 }, 125 { "record.balance", &info.record.balance, UCHAR, 0 }, 126 { "record.port", &info.record.port, XINT, 0 }, 127 { "record.avail_ports", &info.record.avail_ports,XINT, 0 }, 128 { "record.seek", &info.record.seek, UINT, READONLY }, [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/ |
| D | Functions.pm | 172 chomp String remove a trailing record separator from a string 210 getgrent User get next group record 211 getgrgid User get group record given group user ID 212 getgrnam User get group record given group name 213 gethostbyaddr Network get host record given its address 214 gethostbyname Network get host record given name 215 gethostent Network get next hosts record 217 getnetbyaddr Network get network record given its address 218 getnetbyname Network get networks record given name 219 getnetent Network get next networks record [all …]
|
| /mirbsd/src/usr.sbin/httpd/src/support/ |
| D | htpasswd.c | 153 static int mkrecord(char *user, char *record, size_t rlen, char *passwd, in mkrecord() argument 167 snprintf(record, (rlen - 1), "password too long (>%lu)", in mkrecord() 173 ap_cpystrn(record, "password verification error", (rlen - 1)); in mkrecord() 218 ap_cpystrn(record, "resultant record too long", (rlen - 1)); in mkrecord() 221 snprintf(record, rlen, "%s:%s", user, cpw); in mkrecord() 310 char record[MAX_STRING_LEN]; in main() local 476 i = mkrecord(user, record, sizeof(record) - 1, in main() 480 fprintf(stderr, "%s: %s\n", argv[0], record); in main() 484 printf("%s\n", record); in main() 542 putline(ftemp, record); in main()
|
| /mirbsd/src/usr.bin/file/magdir/ |
| D | dump | 15 >0 belong 2 beginning of file record, 17 >0 belong 4 continuation of file record, 34 >0 belong 2 beginning of file record, 36 >0 belong 4 continuation of file record, 53 >0 lelong 2 beginning of file record, 55 >0 lelong 4 continuation of file record, 72 >0 lelong 2 beginning of file record, 74 >0 lelong 4 continuation of file record,
|
| /mirbsd/src/lib/libossaudio/ |
| D | ossaudio.c | 124 tmpinfo.record.sample_rate = INTARG; in audio_ioctl() 136 tmpinfo.record.channels = INTARG ? 2 : 1; in audio_ioctl() 155 tmpinfo.record.precision = 8; in audio_ioctl() 157 tmpinfo.record.encoding = AUDIO_ENCODING_ULAW; in audio_ioctl() 161 tmpinfo.record.precision = 8; in audio_ioctl() 163 tmpinfo.record.encoding = AUDIO_ENCODING_ALAW; in audio_ioctl() 167 tmpinfo.record.precision = 8; in audio_ioctl() 169 tmpinfo.record.encoding = AUDIO_ENCODING_ULINEAR; in audio_ioctl() 173 tmpinfo.record.precision = 8; in audio_ioctl() 175 tmpinfo.record.encoding = AUDIO_ENCODING_SLINEAR; in audio_ioctl() [all …]
|
| /mirbsd/src/sys/compat/ossaudio/ |
| D | ossaudio.c | 125 tmpinfo.record.sample_rate = idat; 147 tmpinfo.record.channels = idat ? 2 : 1; 175 tmpinfo.record.precision = 8; 177 tmpinfo.record.encoding = AUDIO_ENCODING_ULAW; 181 tmpinfo.record.precision = 8; 183 tmpinfo.record.encoding = AUDIO_ENCODING_ALAW; 187 tmpinfo.record.precision = 8; 189 tmpinfo.record.encoding = AUDIO_ENCODING_ULINEAR; 193 tmpinfo.record.precision = 8; 195 tmpinfo.record.encoding = AUDIO_ENCODING_SLINEAR; [all …]
|
| /mirbsd/src/usr.bin/file/ |
| D | is_tar.c | 89 const union record *header = (const union record *)(const void *)buf; in is_tar() 94 if (nbytes < sizeof(union record)) in is_tar() 101 for (i = sizeof(union record); --i >= 0;) { in is_tar()
|
| D | tar.h | 62 union record { union 113 TAR_EXTERN union record *ar_block; /* Start of block of archive */ 114 TAR_EXTERN union record *ar_record; /* Current record of archive */ 115 TAR_EXTERN union record *ar_last; /* Last+1 record of archive block */
|
| /mirbsd/src/usr.bin/awk/ |
| D | lib.c | 45 char *record; variable 70 if ( (record = (char *) malloc(n)) == NULL in recinit() 76 fldtab[0]->sval = record; in recinit() 481 r = record; in recbld() 484 if (!adjbuf(&record, &recsize, 1+strlen(p)+r-record, recsize, &r, "recbld 1")) in recbld() 485 FATAL("created $0 `%.30s...' too long", record); in recbld() 489 if (!adjbuf(&record, &recsize, 2+strlen(*OFS)+r-record, recsize, &r, "recbld 2")) in recbld() 490 FATAL("created $0 `%.30s...' too long", record); in recbld() 495 if (!adjbuf(&record, &recsize, 2+r-record, recsize, &r, "recbld 3")) in recbld() 496 FATAL("built giant record `%.30s...'", record); in recbld() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-ia64.c | 1768 memset (&ptr->r.record.r.mask, 0, sizeof (ptr->r.record.r.mask)); in output_prologue() 1778 memset (&ptr->r.record.r.mask, 0, sizeof (ptr->r.record.r.mask)); 1779 ptr->r.record.r.grmask = saved_mask; 1780 ptr->r.record.r.grsave = reg; 1796 ptr->r.record.p.size = size; 1812 ptr->r.record.p.gr = gr; 1821 ptr->r.record.p.spoff = offset / 4; 1837 ptr->r.record.p.gr = gr; 1846 ptr->r.record.p.br = br; 1855 ptr->r.record.p.pspoff = ENCODED_PSP_OFFSET (offset); [all …]
|
| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | SSL_rstate_string.pod | 24 When performing a read operation, the SSL/TLS engine must parse the record, 39 The header of the record is being evaluated. 43 The body of the record is being evaluated. 47 The record has been completely processed.
|
| D | SSL_read.pod | 34 records (with a maximum record size of 16kB for SSLv3/TLSv1). Only when a 35 record has been completely received, it can be processed (decryption and 41 of the next record. Only when the record has been received and processed 43 of the record will be returned. As the size of an SSL/TLS record may exceed 46 record is complete and SSL_read() can succeed.
|
| /mirbsd/src/sys/dev/pci/ |
| D | maestro.c | 153 struct maestro_channel record; member 457 sc->record.sc = sc; 458 sc->record.num = 2; 459 sc->record.mode = 0; 755 if (sc->record.mode & MAESTRO_RUNNING) { 756 n = maestro_calc_timer_freq(&sc->record); 837 sc->record.mode = 0; 879 maestro_channel_stop(&sc->record); 880 sc->record.mode &= ~MAESTRO_RUNNING; 908 sc->record.mode |= MAESTRO_RUNNING; [all …]
|
| /mirbsd/src/usr.bin/m4/ |
| D | main.c | 154 static void record(struct position *, int); 335 record(quotes, nlpar++); in macro() 347 record(quotes, nlpar++); in macro() 441 record(paren, PARLEV++); in macro() 599 record(struct position *t, int lev) in record() function
|
| /mirbsd/src/lib/libc/arch/sparc/sys/ |
| D | brk.S | 60 retl ! success, return 0 & record new break 77 retl ! success, return 0 & record new break
|