Searched refs:comb (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/ipsec-286.1.1/ipsec-tools/Common/
H A Dkey_debug.c221 struct sadb_comb *comb; local
229 / sizeof(*comb);
230 comb = (void *)(prop + 1);
236 comb->sadb_comb_auth, comb->sadb_comb_encrypt,
237 comb->sadb_comb_flags, comb->sadb_comb_reserved);
241 comb->sadb_comb_auth_minbits,
242 comb->sadb_comb_auth_maxbits,
243 comb
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netkey/
H A Dkey_debug.c177 struct sadb_comb *comb; local
185 / sizeof(*comb);
186 comb = (struct sadb_comb *)(prop + 1);
192 comb->sadb_comb_auth, comb->sadb_comb_encrypt,
193 comb->sadb_comb_flags, comb->sadb_comb_reserved);
197 comb->sadb_comb_auth_minbits,
198 comb->sadb_comb_auth_maxbits,
199 comb
[all...]
H A Dkey.c7652 struct sadb_comb *comb)
7655 comb->sadb_comb_soft_allocations = 1;
7656 comb->sadb_comb_hard_allocations = 1;
7657 comb->sadb_comb_soft_bytes = 0;
7658 comb->sadb_comb_hard_bytes = 0;
7659 comb->sadb_comb_hard_addtime = 86400; /* 1 day */
7660 comb->sadb_comb_soft_addtime = comb->sadb_comb_soft_addtime * 80 / 100;
7661 comb->sadb_comb_soft_usetime = 28800; /* 8 hours */
7662 comb
7651 key_getcomb_setlifetime( struct sadb_comb *comb) argument
7673 struct sadb_comb *comb; local
7756 struct sadb_comb *comb; local
7815 struct sadb_comb *comb; local
[all...]
/macosx-10.10/apache-793/httpd/modules/dav/lock/
H A Dlocks.c234 dav_lock_combined *comb; local
236 comb = apr_pcalloc(lockdb->info->pool, sizeof(*comb));
237 comb->pub.rectype = DAV_LOCKREC_DIRECT;
238 comb->pub.info = &comb->priv;
239 comb->priv.key = key;
242 comb->pub.locktoken = &comb->token;
243 apr_uuid_get(&comb
352 dav_lockdb_combined *comb; local
[all...]
/macosx-10.10/apache-793/httpd/modules/dav/fs/
H A Dlock.c219 dav_lock_combined *comb; local
221 comb = apr_pcalloc(lockdb->info->pool, sizeof(*comb));
222 comb->pub.rectype = DAV_LOCKREC_DIRECT;
223 comb->pub.info = &comb->priv;
224 comb->priv.key = key;
227 comb->pub.locktoken = &comb->token;
228 apr_uuid_get(&comb
336 dav_lockdb_combined *comb; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dnormalize.c270 uint32_t comb; local
278 if (old_cc != cc && (comb = find_composition(v, 2))) {
279 out[ostarter] = comb;
/macosx-10.10/ruby-106/ruby/
H A Darray.c4605 binomial_coefficient(long comb, long size) argument
4607 if (comb > size-comb) {
4608 comb = size-comb;
4610 if (comb < 0) {
4613 return rb_funcall(descending_factorial(size, comb), id_div, 1, descending_factorial(comb, comb));
/macosx-10.10/vim-55/runtime/syntax/
H A Drpl.vim257 syntax match rplIntrinsic "\(^\|\s\+\)comb\ze\($\|\s\+\)"
H A Daml.vim27 syn keyword amlArcCmd contained cartw[rite] cartwrite cei[l] cel[lvalue] cen[troidlabels] cgm cgme[scape] cha[nge] checkin checkinrel checkout checkoutrel chm[od] chown chownt[ransaction] chowntran chowntransaction ci ci[rcle] cir class classp[rob] classs[ig] classsample clean clear clears[elect] clip clipg[raphextent] clipm[apextent] clo[sedatabase] cntvrt co cod[efind] cog[oinverse] cogocom cogoenv cogomenu coll[ocate] color color2b[lue] color2g[reen] color2h[ue] color2r[ed] color2s[at] color2v[al] colorchart coloredit colorh[cbs] colorhcbs colu[mns] comb[ine] comm[ands] commands con connect connectu[ser] cons[ist] conto[ur] contr[olpoints] convertd[oc] convertdoc converti[mage] convertla[yer] convertli[brary] convertr[emap] convertw[orkspace] coo[rdinate] coordinate coordinates copy copyf[eatures] copyi[nfo] copyl[ayer] copyo copyo[ut] copyout copys[tack] copyw[orkspace] copyworkspace cor corr[idor] correlation cos cosh costa[llocation] costb[acklink] costd[istance] costp[ath] cou[ntvertices]
H A Dstata.vim201 syn region stataFunc matchgroup=Function start=/\<comb(/ end=/)/ contains=@stataFuncGroup
H A Dperl6.vim225 \ "lcfirst uc ucfirst capitalize normalize pack unpack quotemeta comb",
/macosx-10.10/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c2034 e2w_combining(nkf_char comb, nkf_char c2, nkf_char c1) argument
2039 if (x0213_combining_chars[i] == comb)
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dvhdl-mode.el2593 (define-key vhdl-template-map "pc" 'vhdl-template-process-comb)
3277 ["Process (Comb)" vhdl-template-process-comb t]
9346 (defun vhdl-template-process-comb ()
9349 (vhdl-template-process 'comb))

Completed in 409 milliseconds