Searched refs:TMP_BUF_LEN (Results 1 – 1 of 1) sorted by relevance
1180 #define TMP_BUF_LEN 1024 + 1 in execute_command_and_get_output() macro1181 char tmp_buf[TMP_BUF_LEN]; in execute_command_and_get_output()1182 memset(tmp_buf, 0, TMP_BUF_LEN); in execute_command_and_get_output()1184 while (fgets(tmp_buf, TMP_BUF_LEN, stream)) in execute_command_and_get_output()1187 memset(tmp_buf, 0, TMP_BUF_LEN); in execute_command_and_get_output()