Searched refs:mmd (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_data.c71 mac_find_module_data(struct mac_module_data *mmd, const char *key, argument
77 if (mmd != NULL) {
78 for (i = 0; i < mmd->count; i++) {
79 if (strcmp(key, mmd->data[i].key) == 0) {
80 *valp = mmd->data[i].value;
81 *sizep = (size_t)mmd->data[i].value_size;
H A Dmac_data.h127 int mac_find_module_data(struct mac_module_data *mmd, const char *key,
H A Dmac_base.c730 struct mac_module_data *mmd = xd; /* module data from plist */ local
733 mpc->mpc_data = (void *)kalloc(mmd->size);
735 memcpy(mpc->mpc_data, mmd, mmd->size);
860 struct mac_module_data *mmd = mpc->mpc_data; local
861 kfree(mmd, mmd->size);
/macosx-10.10.1/ruby-106/ruby/
H A Dregcomp.c4302 MinMaxLen mmd; member in struct:__anon12248
4315 MinMaxLen mmd; /* info position */ member in struct:__anon12250
4325 MinMaxLen mmd; /* info position */ member in struct:__anon12251
4553 clear_mml(&ex->mmd);
4623 if (! is_equal_mml(&to->mmd, &add->mmd)) {
4679 if (comp_distance_value(&now->mmd, &alt->mmd, v1, v2) > 0)
4763 if (comp_distance_value(&now->mmd, &alt->mmd, v
4808 set_bound_node_opt_info(NodeOptInfo* opt, MinMaxLen* mmd) argument
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DmakeTestCases.tcl233 mm mmc mmcc mmccc mmcd mmd mmdc mmdcc mmdccc mmcm
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim926 call append("$", " \tset mmd=" . &mmd)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvim.vim29 syn keyword vimOption contained akm anti arshape awa backupskip bex bioskey browsedir buftype cedit cindent clipboard cole complete conskey crb cscopeverbose cuc deco dictionary directory ed encoding errorfile exrc fdls fencs fileformats fmr foldlevel foldtext fsync gfs gtl guioptions hf hk hlsearch imak ims indentexpr is isp keywordprg lazyredraw lispwords ls makeef maxmapdepth mfd mmd modified mousemodel msm numberwidth operatorfunc pastetoggle pexpr pmbfn printexpr pt readonly ri rs sb scrollbind secure shcf shelltemp shortname shq sm so spellfile spr st sts swapsync synmaxcol tag tal tenc textmode timeout tl tpm ttimeoutlen ttymouse udf undoreload vbs vi vop wcm whichwrap wildmenu winfixheight wiv wop writebackup

Completed in 202 milliseconds