Lines Matching full:buff1
636 char buff1[256], buff2[256], buff4[128];
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);