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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c594 while (*pstart == SPACETOK)
598 for (; pend >= pstart && *pend == SPACETOK; pend--)
1082 while (*pstart == SPACETOK)
1086 for (; pend >= pstart && *pend == SPACETOK; pend--)
1511 while (value != NULL && (*value == QUOTETOK || *value == SPACETOK))
1519 for (; ptr != value && (*ptr == SPACETOK || *ptr == QUOTETOK); ptr--) {
1618 while (*ptr == SPACETOK)
1667 while (cp && (*cp == QUOTETOK || *cp == SPACETOK))
1672 for (; cp2 > cp && (*cp2 == SPACETOK || *cp2 == QUOTETOK); cp2--)
2107 while (*cp == SPACETOK || *c
[all...]
H A Dns_mapping.c257 if (*dptr == SPACETOK) {
259 while (*(dptr+1) == SPACETOK)
274 while (*sptr == SPACETOK)
277 while (*dptr && *dptr != SPACETOK)
H A Dns_reads.c956 if (strchr(rdn, SPACETOK) == NULL)
973 while (tf < tl && *tf == SPACETOK)
976 while (tf < tl && *tl == SPACETOK)
981 while (vf < vl && *vf == SPACETOK)
984 while (vf < vl && *vl == SPACETOK)
1236 (*(tail - 1) == SPACETOK); tail--)
1252 *c == SPACETOK) {
1271 *head && *head == SPACETOK; head++)
1288 *c == SPACETOK) {
H A Dns_internal.h81 #define SPACETOK ' ' macro
H A Dns_writes.c436 for (c = comma1 + 1; *c == SPACETOK; c++) {
490 for (c = comma1 + 1; *c == SPACETOK; c++) {
523 for (c = comma2 + 1; *c == SPACETOK; c++) {
H A Dns_common.c613 while (*temptr == SPACETOK || *temptr == TABTOK)

Completed in 96 milliseconds