gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ChkSpaceR from t2ex/t2ex_source/t2ex/fs/fs/src/fs_tk.c (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fs/src/fs_tk.c - 28.7KB - 883 lines
308:                 if (p->count != 0 &&
309:                         ChkSpaceR((void *)p->buf, (INT)p->count) < 0) {
310:                         err = EX_INVAL;
608: ((p->request & IOC_IN) != 0 && 609: ChkSpaceR(p->arg, len) < 0)) ) { 610: err = EX_INVAL;
625: ((p->cmd & FCTL_IN) != 0 && 626: ChkSpaceR(p->arg, len) < 0)) ) { 627: err = EX_INVAL;