Searched defs:linebuf (Results 1 - 9 of 9) 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);
541 char linebuf[MAX_SMLEN]; local
552 while((len = BIO_read(in, linebuf, MAX_SMLEN)) > 0)
553 BIO_write(out, linebuf, len);
559 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0)
561 eol = strip_eol(linebuf, &len);
563 BIO_write(out, linebuf, len);
610 char linebuf[MAX_SMLEN]; local
623 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
624 state = mime_bound_check(linebuf, le
664 char linebuf[MAX_SMLEN]; local
935 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);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_storage.c1222 char linebuf[BTIF_STORAGE_MAX_LINE_SZ]; local
1239 while (fgets(linebuf, BTIF_STORAGE_MAX_LINE_SZ, fp) != NULL)
1242 while (linebuf[i] == BTIF_AUTO_PAIR_CONF_SPACE)
1246 if (linebuf[i] == BTIF_AUTO_PAIR_CONF_COMMENT)
1249 line = (char*)&(linebuf[i]);
1353 char linebuf[BTIF_STORAGE_MAX_LINE_SZ+20]; local
1359 int line_size = sizeof(linebuf);
1361 BTIF_STORAGE_KEY_AUTOPAIR_DYNAMIC_BLACKLIST_ADDR, linebuf, &line_size))
1364 strncat (linebuf, input_value, BTIF_STORAGE_MAX_LINE_SZ);
1368 strncpy( linebuf,input_valu
1394 char linebuf[BTIF_STORAGE_MAX_LINE_SZ]; local
[all...]
/external/valgrind/main/VEX/
H A Dtest_main.c67 static HChar linebuf[N_LINEBUF]; variable
137 char* unused1 = fgets(linebuf, N_LINEBUF,f);
138 if (linebuf[0] == 0) continue;
139 if (linebuf[0] != '.') continue;
145 assert(3 == sscanf(&linebuf[1], " %d %x %d\n",
151 char* unused2 = fgets(linebuf, N_LINEBUF,f);
152 assert(linebuf[0] == '.');
162 assert(1 == sscanf(&linebuf[2 + 3*i], "%x", &u));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 864 milliseconds