Searched refs:buffer (Results 351 - 375 of 441) sorted by relevance

<<1112131415161718

/osnet-11/usr/src/lib/libcontract/common/
H A Dlibcontract.c395 unpack_and_merge(nvlist_t **nvl, char *buffer, size_t len) argument
400 if ((error = nvlist_unpack(buffer, len, &tmpnvl, 0)) != 0)
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dpata.c236 grub_pata_pio_write (dev, (char *) parms->buffer + nread, cnt);
238 grub_pata_pio_read (dev, (char *) parms->buffer + nread, cnt);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm26 When the script terminates (or when the output buffer is filled) the
131 C<PERL_DPROF_BUFFER> sets size of output buffer in words. Defaults to 2**14.
/osnet-11/usr/src/lib/libc/port/gen/
H A Dchkauthattr.c541 args->buf.buffer, args->buf.buflen);
549 args->buf.result : args->buf.buffer;
H A Derrlist148 132 No buffer space available
/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c140 char *buffer; member in struct:context
508 result = _plug_buf_alloc(text->utils, &text->buffer,
526 memcpy(text->buffer + text->cursize, *input, *inputlen);
533 memcpy(text->buffer + text->cursize, *input, diff);
539 real_input_token.value = text->buffer;
708 if (text->buffer) {
709 text->utils->free(text->buffer);
710 text->buffer = NULL;
/osnet-11/usr/src/lib/libpp/common/
H A Dpplib.h112 #define IN_expand (1<<5) /* ppexpand buffer */
120 #define IN_static (1<<13) /* static buffer - don't free */
144 char* buffer; /* buffer base pointer */ member in struct:ppinstk
150 int buflen; /* buffer count */
289 char* addbuf; /* ADD buffer */ \
290 char* catbuf; /* catenation buffer */ \
291 char* hdrbuf; /* HEADEREXPAND buffer */ \
292 char* hidebuf; /* pp:hide buffer */ \
294 char* tmpbuf; /* very temporary buffer */ \
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c106 * Simple hex dump display function. Displays nbytes of buffer in hex and
116 hexdump_offset(unsigned char *buffer, int nbytes, unsigned long *start) argument
127 if ((p = buffer) == NULL)
162 hexdump(unsigned char *buffer, int nbytes) argument
166 hexdump_offset(buffer, nbytes, &start);
244 * from a buffer containing a null-terminated string.
245 * For example, if the input buffer contained "ABtext23" and class
246 * contains "ABC123", the buffer will contain "text" on return.
278 * Strip the characters in the set defined by class from a buffer
280 * For example, if the input buffer containe
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c226 * enlarge the ber buffer.
253 /* transition to malloc'd buffer */
259 /* copy existing data into new malloc'd buffer */
345 so if rwptr is not within the buffer we return an error. */
415 /* we pre-allocate a buffer to save the extra malloc later */
620 * first time through - malloc the buffer, set up ptrs, and
662 * Finally, malloc a buffer for the contents and read it in.
663 * It's this buffer that's passed to all the other ber decoding
982 * This routine also allocates a ber data buffer within the same block, thus
1023 /* copy up to bytes_to_read bytes into the caller's buffer, retur
1089 ber_get_next_buffer( void *buffer, size_t buffer_size, ber_len_t *len, BerElement *ber, ber_uint_t *Bytes_Scanned ) argument
1098 ber_get_next_buffer_ext( void *buffer, size_t buffer_size, ber_len_t *len, BerElement *ber, ber_uint_t *Bytes_Scanned, Sockbuf *sock ) argument
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Ddstream.c398 /* We need a bigger buffer */
806 * ds_ginit: Determine the device being accessed, set the buffer size,
826 struct s3bconf *buffer; local
869 buffer = (struct s3bconf *)malloc((unsigned)size);
870 if (sys3b(S3BCONF, buffer, size) == -1)
872 table = (struct s3bc *)((char *)buffer + sizeof (int));
987 * make sure one more buffer
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h159 char *buffer; member in struct:__anon970
199 uchar_t *fcode_buffer; /* pointer to fcode buffer */
200 uchar_t *fcode_ptr; /* pointer into fcode buffer */
216 input_typ *input; /* input buffer pointer */
218 char *picturebufpos; /* pictured string buffer position */
219 char *picturebuf; /* pictured string buffer */
220 int picturebuflen; /* pictured string buffer length */
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.h234 stored in the pattern buffer, so changing this does not affect
368 buffer. */
424 /* struct re_pattern_buffer normally uses member names like `buffer'
449 the pattern compiler, the fields `buffer', `allocated', `fastmap',
459 unsigned char *_REG_RE_NAME (buffer);
461 /* Number of bytes to which `buffer' points. */
464 /* Number of bytes actually used in `buffer'. */
535 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
560 and syntax given by the global `re_syntax_options', into the buffer
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscript_sh.h168 Otherwise the lexer can stop processing if the current buffer is
173 this other buffer. It can be used to edit the menu entry at a
212 /* Flex scanner buffer. */ member in struct:grub_lexer_param
213 void *buffer;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c386 journal_read (int block, int len, char *buffer) argument
389 0, len, buffer);
397 block_read (int blockNr, int start, int len, char *buffer) argument
462 return devread (translatedNr << INFO->blocksize_shift, start, len, buffer);
568 /* check filesystem types and read superblock into memory buffer */
1003 char linkbuf[PATH_MAX]; /* buffer for following symbolic links */
/osnet-11/usr/src/lib/passwdutil/
H A Dnss_attr.c39 char *buffer, int buflen);
61 * this structure defines the buffer used to keep state between
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c471 char buffer[BUFSIZ]; local
481 buffer, sizeof (buffer));
485 add_label_node(tree, buffer);
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c534 * Flush the output buffer.
739 /* can't use output buffer when reading from stderr */
989 /* shift lookahead buffer if necessary */
1107 * put a character into the output buffer
1148 * returns the line and column corresponding to offset <off> in the physical buffer
1297 * copy virtual to physical and return the index for cursor in physical buffer
1376 genchar buffer[MAXLINE]; local
1377 c = ed_internal(src,buffer);
1378 ed_gencpy((genchar*)dp,buffer);
1401 char buffer[MAXLIN local
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dpath.c1328 static struct tms buffer; variable in typeref:struct:tms
1359 before = times(&buffer);
1377 after = times(&buffer);
1378 sabuf.ac_utime = compress(buffer.tms_utime + buffer.tms_cutime);
1379 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime);
H A Dnvtype.c616 char *cp,**help,buffer[256]; local
678 sp = sfnew((Sfio_t*)0,buffer,sizeof(buffer),-1,SF_STRING|SF_WRITE);
699 for(n=strlen(buffer); n>0 && buffer[n-1]==' '; n--);
700 buffer[n] = 0;
702 sfprintf(out,"\t[+%s?%s, default value is %s.\n",nq->nvname,*buffer?buffer:"string",cp);
704 sfprintf(out,"\t[+%s?%s.\n",nq->nvname,*buffer?buffer
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c717 buf[amount_to_read] = '\0'; /* guarantees buffer is NUL-terminated */
747 * out(output) - contains the output buffer address to be returned
781 * out(output) - contains the output buffer address to be returned
902 /* Restore the buffer */
2762 char buffer[MAXPATHLEN]; local
2770 while (fgets(buffer, MAXPATHLEN, pfile) != NULL) {
2771 if (buffer[0] == '#' || buffer[0] == ' ' ||
2772 buffer[0] == '\n'|| buffer[
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c222 if (glyph->bitmap.buffer[j / 8 + cuttop * glyph->bitmap.pitch]
232 if (glyph->bitmap.buffer[j / 8 + cutbottom * glyph->bitmap.pitch]
245 if (glyph->bitmap.buffer[cutleft / 8 + j * glyph->bitmap.pitch]
254 if (glyph->bitmap.buffer[cutright / 8 + j * glyph->bitmap.pitch]
301 glyph->bitmap.buffer[i / 8 + j * glyph->bitmap.pitch] &
/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c754 * The buffer may alread be allocated if this is a core file that
760 dprintf("failed to allocate ctf buffer\n");
1680 * header and .shstrtab data buffer so we can process sections by
2420 char *sym_name_buffer, /* buffer for the symbol name */
2710 char *buffer, size_t bufsize)
2725 (void) strlcpy(buffer, fptr->file_lname, bufsize);
2726 return (buffer);
2730 if (Pfindmap(P, mptr, buffer, bufsize) != NULL)
2731 return (buffer);
2743 char *buffer, size_
2709 i_Pobjname(struct ps_prochandle *P, boolean_t lmresolve, uintptr_t addr, char *buffer, size_t bufsize) argument
2742 Pobjname(struct ps_prochandle *P, uintptr_t addr, char *buffer, size_t bufsize) argument
2757 Pobjname_resolved(struct ps_prochandle *P, uintptr_t addr, char *buffer, size_t bufsize) argument
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c184 char *buffer; local
203 * buffer is used to write/read in at most MDDB_VERIFY_SIZE block
208 if ((buffer = Zalloc(MDDB_VERIFY_SIZE * DEV_BSIZE)) == NULL)
220 Free(buffer);
225 if (write(fd, buffer, iosize) != iosize) {
226 Free(buffer);
231 Free(buffer);
235 if (read(fd, buffer, iosize) != iosize) {
236 Free(buffer);
243 Free(buffer);
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcast5.c475 byte buffer[8]; local
478 encrypt_block( &c, buffer, plain );
479 if( memcmp( buffer, cipher, 8 ) )
481 decrypt_block( &c, buffer, buffer );
482 if( memcmp( buffer, plain, 8 ) )
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_internal.h870 void __s_api_split_key_value(char *buffer, char **name, char **value);
897 char *buffer,

Completed in 109 milliseconds

<<1112131415161718