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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c279 char *c, *comma1 = NULL, *comma2 = NULL; local
387 (comma1 = strchr(attr[k]->attrvalue[0],
391 if (*(comma1 + 1) != '\0')
392 comma2 = strchr(comma1 + 1, COMMATOK);
405 vlen = comma1 - attr[k]->attrvalue[0];
423 if (*(comma1 + 1) == '\0') {
436 for (c = comma1 + 1; *c == SPACETOK; c++) {
466 vlen = comma1 - attr[k]->attrvalue[0];
490 for (c = comma1 + 1; *c == SPACETOK; c++) {

Completed in 80 milliseconds