Home
last modified time | relevance | path

Searched refs:dpend (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c1775 char *dp, *dpend; in __ns_ldap_setParamValue() local
1779 dpend = strchr(cp, COLONTOK); in __ns_ldap_setParamValue()
1780 len = dpend - cp; in __ns_ldap_setParamValue()
1790 dpend = strchr(ptr->paramList[type].ns_ppc[j], in __ns_ldap_setParamValue()
1792 if (dpend == NULL) in __ns_ldap_setParamValue()
1794 i = dpend - ptr->paramList[type].ns_ppc[j]; in __ns_ldap_setParamValue()
1883 char *dp, *dpend; in __ns_ldap_setParamValue() local
1887 dpend = strchr(cp, COLONTOK); in __ns_ldap_setParamValue()
1888 len = dpend - cp; in __ns_ldap_setParamValue()
1898 dpend = strchr(ptr->paramList[type].ns_ppc[j], in __ns_ldap_setParamValue()
[all …]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c111 dirent64_t *dpend; in spawn_closefrom() local
141 dpend = (dirent64_t *)((uintptr_t)buf + buflen); in spawn_closefrom()
149 } while (dp < dpend); in spawn_closefrom()
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1378 uchar_t *dpend; /* end of input data */ in ahdlc_decode() local
1428 dpend = mp->b_wptr; in ahdlc_decode()
1431 nprocessed += dpend - dp; in ahdlc_decode()
1433 for (; dp < dpend; dp++) { in ahdlc_decode()