Problem in accessing elements of nested structuers124 (9/5/2006 1:05:50 PM) comp.lang.c Dear All, Here is the small program that i am trying to do : #include #include #include struct nested_struct { char *name; }; struct some { struct nested_struct *test; }; int main() { s... rashmi
compiling errors cannot understand #2140 (9/20/2005 1:06:54 PM) comp.lang.c Hi All, ************************************************* error: variable `hdlc_cdevsw' has initializer but incomplete type *************************************************** This is the error that i'm gettin... rashmi
compiling errors cannot understand529 (9/9/2005 5:13:56 AM) comp.lang.c Hello All, tp.c:107: error: syntax error before '*' token tp.c:108: warning: function declaration isn't a prototype tp.c:121: error: syntax error before '*' token tp.c:122: warning: function declarati... rashmi
expect does not wait untill it gets an xpected mathc_string118 (4/5/2005 7:55:36 AM) comp.lang.tcl send "set timezone\r" expect "*Number \[1 - 12\] :*" send "5\r" expect "these cities or zones:*" set timeout 6 send "Calcutta\r" match_max 75 expect "*Do you want to continue*" send "y\r" expect "*#" send "show... rashmi
how to read remote file739 (3/30/2005 6:59:13 AM) comp.lang.tcl 1.login to the other system 2.then open file 3.search for a string 4.return the search results to the above set of tasks i tried using spawn ssh -l "root" "mysystem" expect spawn_id expect "Password:" sen... rashmi
nsrashmi's replies:
Items(3) /1
how to read remote file739 (3/30/2005 6:59:13 AM) comp.lang.tcl 1.login to the other system 2.then open file 3.search for a string 4.return the search results to the above set of tasks i tried using spawn ssh -l "root" "mysystem" expect spawn_id expect "Password:" sen... nsrashmi(17)
compiling errors cannot understand529 (9/9/2005 5:13:56 AM) comp.lang.c Hello All, tp.c:107: error: syntax error before '*' token tp.c:108: warning: function declaration isn't a prototype tp.c:121: error: syntax error before '*' token tp.c:122: warning: function declarati... nsrashmi(17)