Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsldap/common/
H A Dns_config.c1776 char *dp, *dpend; in __ns_ldap_setParamValue() local
1780 dpend = strchr(cp, COLONTOK); in __ns_ldap_setParamValue()
1781 len = dpend - cp; in __ns_ldap_setParamValue()
1791 dpend = strchr(ptr->paramList[type].ns_ppc[j], in __ns_ldap_setParamValue()
1793 if (dpend == NULL) in __ns_ldap_setParamValue()
1795 i = dpend - ptr->paramList[type].ns_ppc[j]; in __ns_ldap_setParamValue()
1884 char *dp, *dpend; in __ns_ldap_setParamValue() local
1888 dpend = strchr(cp, COLONTOK); in __ns_ldap_setParamValue()
1889 len = dpend - cp; in __ns_ldap_setParamValue()
1899 dpend = strchr(ptr->paramList[type].ns_ppc[j], in __ns_ldap_setParamValue()
[all …]
/titanic_41/usr/src/lib/libc/port/threads/
H A Dspawn.c101 dirent64_t *dpend; in spawn_closefrom() local
131 dpend = (dirent64_t *)((uintptr_t)buf + buflen); in spawn_closefrom()
139 } while (dp < dpend); in spawn_closefrom()
/titanic_41/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1379 uchar_t *dpend; /* end of input data */ in ahdlc_decode() local
1429 dpend = mp->b_wptr; in ahdlc_decode()
1432 nprocessed += dpend - dp; in ahdlc_decode()
1434 for (; dp < dpend; dp++) { in ahdlc_decode()