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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c283 3 * strlen(DOORLINESEP) + 21;
289 gettext(C_HEADER0), DOORLINESEP,
290 gettext(C_HEADER1), max, DOORLINESEP,
291 gettext(C_HEADER2), current, DOORLINESEP);
616 /* remove the last DOORLINESEP */
861 * as the "input" in printf(input, "%s%s%s%s", req, addrtype, DOORLINESEP,
876 * serveraddress DOORLINESEP [ serveraddress FQDN DOORLINESEP ]
877 * [ attr=value [DOORLINESEP attr=value ]...]
878 * For example: ( here | used as DOORLINESEP fo
[all...]
H A Dcachemgr.c1187 sptr = strtok_r(rbuf, DOORLINESEP, &rest);
1190 sptr = strtok_r(NULL, DOORLINESEP, &rest);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c693 * [<attribute name>=]value [DOORLINESEP [<attribute name>=]value ]...]
729 strlen(DOORLINESEP) +1;
784 strlen(DOORLINESEP) + 2;
791 DOORLINESEP);
798 DOORLINESEP);
890 (ptr = strtok_r(DNlist, DOORLINESEP, &rest)) == NULL) {
942 } while (ptr = strtok_r(NULL, DOORLINESEP, &rest));
964 * [<attribute name>=]value [DOORLINESEP [<attribute name>=]value ]...]
1090 * [<attribute name>=]value [DOORLINESEP [<attribute name>=]value ]...]
1289 * [<attribute name>=]value [DOORLINESEP [<attribut
[all...]
H A Dns_confmgr.c301 attr = strtok_r(config, DOORLINESEP, &rest);
351 } while (attr = strtok_r(NULL, DOORLINESEP, &rest));
516 if (__print2buf(configinfo, str, DOORLINESEP)) {
H A Dns_connect.c275 adata += strlen(DOORLINESEP) + 1;
288 DOORLINESEP, len) >= len)
338 ptr = strtok_r(rbuf, DOORLINESEP, &rest);
352 ptr = strtok_r(NULL, DOORLINESEP, &rest);
376 ptr = strtok_r(NULL, DOORLINESEP, &rest);
H A Dns_config.c3120 if (__print2buf(buffer, DOORLINESEP, NULL) ||
3208 if (__print2buf(buffer, DOORLINESEP,
3239 if (__print2buf(buffer, DOORLINESEP,
3382 strptr = (char *)strtok_r(bufptr, DOORLINESEP, &rest);
3411 strptr = (char *)strtok_r(NULL, DOORLINESEP, &rest);
3452 strptr = (char *)strtok_r(bufptr, DOORLINESEP, &rest);
3490 strptr = (char *)strtok_r(NULL, DOORLINESEP, &rest);
H A Dns_internal.h90 #define DOORLINESEP "\07" macro
H A Dns_common.c2361 adata += strlen(DOORLINESEP) + 1;
2372 if (strlcat(space.s_d.ldap_call.ldap_u.domainname, DOORLINESEP, len) >=
H A Dns_reads.c882 DOORLINESEP,
932 DOORLINESEP,
934 DOORLINESEP,
H A Dns_connmgmt.c2427 int dslen = strlen(DOORLINESEP);
2576 /* look for DOORLINESEP or end of string */
2579 if (*c == dsep) { /* DOORLINESEP */

Completed in 112 milliseconds