Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c261 int ncomp, pcomp, i, err = 0; in ldap_ufn_search_ct() local
305 for ( pcomp = 0; prefixcomp[pcomp] != NULL; pcomp++ ) in ldap_ufn_search_ct()
316 for ( i = 0; i < pcomp; i++ ) { in ldap_ufn_search_ct()
320 for ( j = i; j < pcomp; j++ ) { in ldap_ufn_search_ct()
322 if ( j + 1 < pcomp ) in ldap_ufn_search_ct()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dpath.c353 Pathcomp_t pcomp; in path_lib() local
361 pcomp.len = 0; in path_lib()
363 pcomp.len = last-path; in path_lib()
364 memcpy((void*)save, (void*)stakptr(PATH_OFFSET+pcomp.len),sizeof(save)); in path_lib()
365 if(path_chkpaths((Pathcomp_t*)0,(Pathcomp_t*)0,&pcomp,PATH_OFFSET)) in path_lib()
367 memcpy((void*)stakptr(PATH_OFFSET+pcomp.len),(void*)save,sizeof(save)); in path_lib()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1944 ppp_send_config(unit, mtu, asyncmap, pcomp, accomp) in ppp_send_config() argument
1948 int pcomp;
1971 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
2010 ppp_recv_config(unit, mru, asyncmap, pcomp, accomp) in ppp_recv_config() argument
2014 int pcomp;
2037 cf[0] = (pcomp ? DECOMP_PROT : 0) + (accomp ? DECOMP_AC : 0);