Searched refs:tmp_write_buffer (Results 1 – 1 of 1) sorted by relevance
108 char tmp_write_buffer[PARSE_BUF_LEN]; variable166 tmp_write_buffer[PARSE_BUF_LEN - 1] = '\0'; // Just to be sure. in write_bad_command_error()167 tmp_write_buffer[PARSE_BUF_LEN - 2] = '\n'; in write_bad_command_error()168 write(conn_socket, tmp_write_buffer, num); in write_bad_command_error()172 int num = snprintf(tmp_write_buffer, PARSE_BUF_LEN, "%s", str); in write_string()173 tmp_write_buffer[PARSE_BUF_LEN - 1] = '\0'; in write_string()174 tmp_write_buffer[PARSE_BUF_LEN - 2] = '\n'; in write_string()175 write(conn_socket, tmp_write_buffer, num); in write_string()183 tmp_write_buffer[PARSE_BUF_LEN - 1] = '\0'; in write_vastr()184 tmp_write_buffer[PARSE_BUF_LEN - 2] = '\n'; in write_vastr()[all …]