Searched defs:comma2 (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
392 comma2 = strchr(comma1 + 1, COMMATOK);
399 if (mapping[2] == NULL || comma2 == NULL) {
495 vlen = comma2 - c;
511 if (*(comma2 + 1) == '\0') {
523 for (c = comma2 + 1; *c == SPACETOK; c++) {

Completed in 64 milliseconds