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

  /external/qemu/slirp/
misc.c 636 char buff1[256], buff2[256], buff4[128]; local
641 if (sscanf(buff, "%256s %256s", buff2, buff1) != 2) {
646 if (sscanf(buff1, "%d:%d", &lport, &fport) != 2) {
648 if (sscanf(buff1, "%d", &fport) != 1) {
654 if (sscanf(buff2, "%128[^:]:%128s", buff1, buff3) != 2) {
656 if (sscanf(buff2, "%256s", buff1) != 1) {
673 if (strcmp(buff1, "ftp") == 0)
675 else if (strcmp(buff1, "irc") == 0)
677 else if (strcmp(buff1, "none") == 0)
712 lprint("Adding emulation for %s to port %d/%d\r\n", buff1, emup->lport, emup->fport)
    [all...]
  /external/qemu/slirp-android/
misc.c 600 char buff1[256], buff2[256], buff4[128]; local
605 if (sscanf(buff, "%256s %256s", buff2, buff1) != 2) {
610 if (sscanf(buff1, "%d:%d", &lport, &fport) != 2) {
612 if (sscanf(buff1, "%d", &fport) != 1) {
618 if (sscanf(buff2, "%128[^:]:%128s", buff1, buff3) != 2) {
620 if (sscanf(buff2, "%256s", buff1) != 1) {
637 if (strcmp(buff1, "ftp") == 0)
639 else if (strcmp(buff1, "irc") == 0)
641 else if (strcmp(buff1, "none") == 0)
676 lprint("Adding emulation for %s to port %d/%d\r\n", buff1, emup->lport, emup->fport)
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 1676 char buff1[24],buff2[24],*p; local
    [all...]

Completed in 68 milliseconds