Lines Matching refs:objc
428 int objc, in test_syscall_install() argument
436 if( objc!=3 ){ in test_syscall_install()
464 int objc, in test_syscall_uninstall() argument
470 if( objc!=2 ){ in test_syscall_uninstall()
488 int objc, in test_syscall_reset() argument
495 if( objc!=2 && objc!=3 ){ in test_syscall_reset()
501 if( objc==2 ){ in test_syscall_reset()
526 int objc, in test_syscall_exists() argument
532 if( objc!=3 ){ in test_syscall_exists()
547 int objc, in test_syscall_fault() argument
553 if( objc!=2 && objc!=4 ){ in test_syscall_fault()
558 if( objc==4 ){ in test_syscall_fault()
576 int objc, in test_syscall_errno() argument
601 if( objc!=4 ){ in test_syscall_errno()
622 int objc, in test_syscall_list() argument
629 if( objc!=2 ){ in test_syscall_list()
652 int objc, in test_syscall_defaultvfs() argument
657 if( objc!=2 ){ in test_syscall_defaultvfs()
674 int objc, in test_syscall_pagesize() argument
679 if( objc!=3 ){ in test_syscall_pagesize()
709 int objc, in test_syscall() argument
731 if( objc<2 ){ in test_syscall()
744 return aCmd[iCmd].xCmd(clientData, interp, objc, objv); in test_syscall()