Searched defs:comma2 (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
444 comma2 = strchr(comma1 + 1, COMMATOK);
451 if (mapping[2] == NULL || comma2 == NULL) {
547 vlen = comma2 - c;
563 if (*(comma2 + 1) == '\0') {
575 for (c = comma2 + 1; *c == SPACETOK; c++) {

Completed in 23 milliseconds