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

  /external/dropbear/
svr-auth.c 293 buffer *typebuf = NULL; local
302 typebuf = buf_new(30); /* long enough for PUBKEY and PASSWORD */
305 buf_putbytes(typebuf, AUTH_METHOD_PUBKEY, AUTH_METHOD_PUBKEY_LEN);
307 buf_putbyte(typebuf, ',');
312 buf_putbytes(typebuf, AUTH_METHOD_PASSWORD, AUTH_METHOD_PASSWORD_LEN);
315 buf_setpos(typebuf, 0);
316 buf_putstring(ses.writepayload, buf_getptr(typebuf, typebuf->len),
317 typebuf->len);
320 buf_getptr(typebuf, typebuf->len)))
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 558 static char typebuf[20]; local
565 sprintf(typebuf, "TYPE%d", type);
566 return (typebuf);
  /external/elfutils/src/
readelf.c 1711 char typebuf[64]; local
    [all...]

Completed in 173 milliseconds