gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:_ChkSpaceTstr (0.00 seconds)
tkernel_2
kernel/extension/memory/nommu/segmgr.c - 10.5KB - 418 lines
309:                 { SEG_CHKSPACETSTR_PARA *p = para;
310:                 ercd = _ChkSpaceTstr(p->str, p->max, p->mode, p->env); }
311:                 break;
t2ex
t2ex_source/kernel/extension/memory/t2ex/segmgr.c - 12.5KB - 450 lines
289:                 { SEG_CHKSPACETSTR_PARA *p = para;
290:                 ercd = _ChkSpaceTstr(p->str, p->max, p->mode, p->env); }
291:                 break;