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

  /external/dropbear/
common-session.c 235 char linebuf[256]; local
248 len = ident_readln(ses.sock, linebuf, sizeof(linebuf));
255 if (len >= 4 && memcmp(linebuf, "SSH-", 4) == 0) {
263 TRACE(("err: %s for '%s'\n", strerror(errno), linebuf))
266 /* linebuf is already null terminated */
268 memcpy(ses.remoteident, linebuf, len);
  /external/openssl/crypto/asn1/
asn_mime.c 105 static int strip_eol(char *linebuf, int *plen);
537 char linebuf[MAX_SMLEN]; local
548 while((len = BIO_read(in, linebuf, MAX_SMLEN)) > 0)
549 BIO_write(out, linebuf, len);
555 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0)
557 eol = strip_eol(linebuf, &len);
559 BIO_write(out, linebuf, len);
606 char linebuf[MAX_SMLEN]; local
619 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
620 state = mime_bound_check(linebuf, len, bound, blen)
660 char linebuf[MAX_SMLEN]; local
    [all...]
  /external/libpcap/
fad-gifc.c 144 char linebuf[512]; local
157 fgets(linebuf, sizeof linebuf, proc_net_f) != NULL; linenum++) {
164 p = &linebuf[0];
  /external/openssl/crypto/x509v3/
v3_utl.c 255 char *linebuf; local
258 linebuf = BUF_strdup(line);
262 for(p = linebuf, q = linebuf; (c = *p) && (c!='\r') && (c!='\n'); p++) {
331 OPENSSL_free(linebuf);
335 OPENSSL_free(linebuf);
  /external/icu4c/common/
icuplug.c 750 char linebuf[1024];
755 while(fgets(linebuf,1023,f)) {
758 if(!*linebuf || *linebuf=='#') {
761 p = linebuf;
  /external/icu4c/extra/uconv/
uconv.cpp 669 UChar linebuf[20], offsetbuf[20]; local
670 uprv_itou(linebuf, 20, parse.line, 10, 0);
673 u_wmsg_errorName(err), linebuf, offsetbuf);
    [all...]

Completed in 112 milliseconds