HomeSort by relevance Sort by last modified time
    Searched refs:bufsiz (Results 1 - 10 of 10) sorted by null

  /bionic/libc/netbsd/net/
getnameinfo.c 376 ip6_sa2str(sa6, buf, bufsiz, flags)
379 size_t bufsiz;
394 n = snprintf(buf, bufsiz, "%u", sa6->sin6_scope_id);
395 if (n < 0 || n >= bufsiz)
404 bufsiz >= IF_NAMESIZE) {
412 n = snprintf(buf, bufsiz, "%u", sa6->sin6_scope_id);
413 if (n < 0 || (size_t) n >= bufsiz)
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 204 int yaffs_readlink(const char *path, char *buf, int bufsiz);
yaffsfs.c 1379 int yaffs_readlink(const char *path, char *buf, int bufsiz)
1402 memset(buf,0,bufsiz);
1403 strncpy(buf,alias,bufsiz - 1);
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 185 * bufsiz Amount of data desired in sizeof() units
197 void *buffer, unsigned bufsiz);
  /external/ipsec-tools/src/libipsec/
pfkey.c 1791 int bufsiz = 128 * 1024; \/*is 128K enough?*\/ local
    [all...]
  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 112 struct usb_request *usb_request_alloc(unsigned bufsiz)
116 req->buf = alloc(bufsiz);
  /external/openssl/apps/
apps.h 225 int password_callback(char *buf, int bufsiz, int verify,
  /development/simulator/wrapsim/
Intercept.c 198 PASS_THROUGH_DECL(readlink, ssize_t, const char* path, char* buf, size_t bufsiz)
199 PASS_THROUGH_BODY(readlink, path, buf, bufsiz)
  /frameworks/base/core/java/android/text/
StaticLayout.java 132 int bufsiz = end >= 0 ? end - bufstart : bufend - bufstart; local
136 mChdirs = new byte[ArrayUtils.idealByteArraySize(bufsiz + 1)];
137 mChs = new char[ArrayUtils.idealCharArraySize(bufsiz + 1)];
138 mWidths = new float[ArrayUtils.idealIntArraySize((bufsiz + 1) * 2)];
    [all...]
  /external/openssl/ssl/
ssltest.c 1077 size_t bufsiz = 256; /* small buffer for testing */ local
1079 if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz))
1081 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz))
    [all...]

Completed in 122 milliseconds