Searched refs:inC (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dpersonal.tcl103 set inC [open $inF { RDONLY }]
119 while {[gets $inC line] >= 0} {
139 if {[catch { close $inC } result2]} {
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOWorkLoop.cpp505 IOReturn IOWorkLoop::_maintRequest(void *inC, void *inD, void *, void *) argument
507 maintCommandEnum command = (maintCommandEnum) (uintptr_t) inC;

Completed in 133 milliseconds