Searched refs:bc (Results 1 – 2 of 2) sorted by relevance
48 size_t bc = 0; in net_iface_send_command() local56 bc += snprintf(&state.cmd[bc], sizeof(state.cmd) - bc, "%s ", argv[i]); in net_iface_send_command()57 if (bc >= sizeof(state.cmd)) { in net_iface_send_command()61 state.cmd[bc] = '\0'; in net_iface_send_command()
11 CYLINDERS=`echo $SIZE/255/63/512 | bc`