gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 5 of 5 for funcall:ChkSpaceRW from t2ex (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/lib/libkern/copy.c - 1.1KB - 65 lines
45:   //  check address validation
46:   ercd = ChkSpaceRW(uaddr, len);
47:   if (ercd != E_OK)
t2ex_source/t2ex/datetime/src/service.c - 4.7KB - 184 lines
92: 
93:         er = ChkSpaceRW(tz, sizeof(*tz));
94:         if (er < E_OK) {
t2ex_source/t2ex/fs/fs/src/fs_tk.c - 28.7KB - 883 lines
222:                 if (p->size == 0 ||
223:                         ChkSpaceRW(p->buf, (INT)p->size) < 0) {
224:                         err = EX_INVAL;
More results from fs_tk.c
t2ex_source/t2ex/network/net/src/netmain/tkn_netdmn.c - 19.1KB - 648 lines
444:         if ( host != NULL ) {
445:                 ercd = ChkSpaceRW(host, hostlen);
446:                 if ( ercd < E_OK ) {
More results from tkn_netdmn.c
t2ex_source/t2ex/network/net/src/netmain/tkn_subr.c - 16.6KB - 662 lines
300: 
301:         ercd = ChkSpaceRW(SCARG(uap, name), SCARG(uap, len));
302:         if ( ercd < E_OK ) {
More results from tkn_subr.c