HomeSort by: relevance | last modified time | path
    Searched defs:p_buf (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
trace_api_test.c 80 char *p_buf = NULL; local
100 len = BIO_get_mem_data(bio, &p_buf);
101 if (!TEST_strn2_eq(p_buf, len, expected, expected_len))
  /src/sys/arch/ia64/stand/common/
bcache.c 168 void * p_buf; local
186 p_buf = NULL;
193 p_buf = buf + (bcache_blksize * i);
200 result = dd->dv_strategy(dd->dv_devdata, rw, p_blk, p_size * bcache_blksize, p_buf, NULL);
204 bcache_insert(p_buf + (j * bcache_blksize), p_blk + j);
210 result = dd->dv_strategy(dd->dv_devdata, rw, p_blk, p_size * bcache_blksize, p_buf, NULL);
214 bcache_insert(p_buf + (j * bcache_blksize), p_blk + j);
  /src/crypto/external/apache2/openssl/dist/test/
trace_api_test.c 127 char *p_buf = NULL; local
153 len = BIO_get_mem_data(bio, &p_buf);
154 if (!TEST_strn2_eq(p_buf, len, expected, expected_len))
  /src/external/gpl2/mkhybrid/dist/
apple.c 58 static char p_buf[MAXPATHLEN]; /* info working buffer */ variable
514 info = (mb_info *)p_buf;
518 info. p_buf holds the required raw data and it *should*
637 hp = (a_hdr *)p_buf;;
760 info. p_buf holds the required raw data and it *should*
763 hp = (a_hdr *)p_buf;
779 memcpy(entries, (p_buf+A_HDR_SIZE), nentries*A_ENTRY_SIZE);
798 info = (FileInfo *)(p_buf + ntohl(ep->offset));
815 strncpy(name, (p_buf+ntohl(ep->offset)),
1376 if((p_num = read(p_fd, p_buf, sizeof(p_buf))) <= 0)
    [all...]

Completed in 17 milliseconds