Searched refs:comma1 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_writes.c332 char *c, *comma1 = NULL, *comma2 = NULL; local
439 (comma1 = strchr(attr[k]->attrvalue[0],
443 if (*(comma1 + 1) != '\0')
444 comma2 = strchr(comma1 + 1, COMMATOK);
457 vlen = comma1 - attr[k]->attrvalue[0];
475 if (*(comma1 + 1) == '\0') {
488 for (c = comma1 + 1; *c == SPACETOK; c++) {
518 vlen = comma1 - attr[k]->attrvalue[0];
542 for (c = comma1 + 1; *c == SPACETOK; c++) {

Completed in 27 milliseconds