otto.c | 111 STATIC int comlen; variable in typeref:typename:STATIC int 191 comlen = 0; 220 (void) write(huntsocket, command, comlen); 221 Otto_count += comlen; 223 (void) fwrite(command, 1, comlen, debug); 431 command[comlen++] = toupper((unsigned char)cmd); 441 command[comlen++] = cmd; 459 command[comlen++] = 'o'; 460 command[comlen++] = 'o'; 462 command[comlen++] = ' ' [all...] |