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

  /external/openssh/openbsd-compat/
readpassphrase.c 55 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags)
65 if (bufsiz == 0) {
129 end = buf + bufsiz - 1;
  /bionic/libc/netbsd/net/
getnameinfo.c 508 ip6_sa2str(sa6, buf, bufsiz, flags)
511 size_t bufsiz;
526 n = snprintf(buf, bufsiz, "%u", sa6->sin6_scope_id);
527 if (n < 0 || n >= bufsiz)
536 bufsiz >= IF_NAMESIZE) {
544 n = snprintf(buf, bufsiz, "%u", sa6->sin6_scope_id);
545 if (n < 0 || (size_t) n >= bufsiz)
  /external/valgrind/main/coregrind/m_aspacemgr/
priv_aspacemgr.h 111 extern Int ML_(am_readlink) ( HChar* path, HChar* buf, UInt bufsiz );
aspacemgr-common.c 260 Int ML_(am_readlink)(HChar* path, HChar* buf, UInt bufsiz)
263 res = VG_(do_syscall3)(__NR_readlink, (UWord)path, (UWord)buf, 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...]
  /external/openssh/
ssh-keyscan.c 403 size_t bufsiz; local
408 bufsiz = sizeof(buf);
410 while (bufsiz-- &&
  /external/openssl/apps/
apps.h 225 int password_callback(char *buf, int bufsiz, int verify,
  /external/ping6/
ping6.c     [all...]
  /external/openssl/ssl/
ssltest.c 1200 size_t bufsiz = 256; \/* small buffer for testing *\/ local
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 465 Int VG_(readlink) (const Char* path, Char* buf, UInt bufsiz)
468 /* res = readlink( path, buf, bufsiz ); */
469 res = VG_(do_syscall3)(__NR_readlink, (UWord)path, (UWord)buf, bufsiz);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c     [all...]
syswrap-generic.c     [all...]
syswrap-linux.c     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 950 Syscall param readlink(bufsiz) contains uninitialised byte(s)
    [all...]

Completed in 454 milliseconds