Searched refs:eqp (Results 1 – 1 of 1) sorted by relevance
1656 char *eqp; local1659 if ((eqp = strchr(arg, '=')) == NULL) {1663 if (eqp == arg) {1669 if (nlen == (eqp - arg) &&1678 uep = malloc(sizeof (*uep) + (eqp-arg));1679 strncpy(uep->ue_name, arg, eqp-arg);1680 uep->ue_name[eqp-arg] = '\0';1699 uep->ue_value = strdup(eqp + 1);