Lines Matching defs:none
587 unsigned char buf1[256], buf2[256], *none = NULL;
607 none = strstr(buf1, NONE);
608 if (!none)
610 if (!strncmp(none + 4, ",", 1)) {
611 if (!strcmp(buf1, none))
612 sprintf(buf2, "%s", none+5);
614 none--;
615 *none = '\0';
617 none += 5;
618 sprintf(buf2 + len, "%s", none);
621 none--;
622 *none = '\0';
629 none = strstr(buf1, NONE);
630 if (none)