Searched refs:dpend (Results 1 – 3 of 3) sorted by relevance
1776 char *dp, *dpend; in __ns_ldap_setParamValue() local1780 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() local1888 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 …]
101 dirent64_t *dpend; in spawn_closefrom() local131 dpend = (dirent64_t *)((uintptr_t)buf + buflen); in spawn_closefrom()139 } while (dp < dpend); in spawn_closefrom()
1379 uchar_t *dpend; /* end of input data */ in ahdlc_decode() local1429 dpend = mp->b_wptr; in ahdlc_decode()1432 nprocessed += dpend - dp; in ahdlc_decode()1434 for (; dp < dpend; dp++) { in ahdlc_decode()