Searched defs:linebuf (Results 1 - 5 of 5) sorted by relevance

/external/dropbear/
H A Dcommon-session.c235 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/libpcap/
H A Dfad-gifc.c144 char linebuf[512]; local
157 fgets(linebuf, sizeof linebuf, proc_net_f) != NULL; linenum++) {
164 p = &linebuf[0];
/external/openssl/crypto/asn1/
H A Dasn_mime.c105 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, le
660 char linebuf[MAX_SMLEN]; local
926 strip_eol(char *linebuf, int *plen) argument
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_utl.c255 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/extra/uconv/
H A Duconv.cpp669 UChar linebuf[20], offsetbuf[20]; local
670 uprv_itou(linebuf, 20, parse.line, 10, 0);
673 u_wmsg_errorName(err), linebuf, offsetbuf);

Completed in 173 milliseconds