Lines Matching defs:none
589 unsigned char buf1[256], buf2[256], *none = NULL;
609 none = strstr(buf1, NONE);
610 if (!none)
612 if (!strncmp(none + 4, ",", 1)) {
613 if (!strcmp(buf1, none))
614 sprintf(buf2, "%s", none+5);
616 none--;
617 *none = '\0';
619 none += 5;
620 sprintf(buf2 + len, "%s", none);
623 none--;
624 *none = '\0';
631 none = strstr(buf1, NONE);
632 if (none)