Home
last modified time | relevance | path

Searched refs:input_count (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/tcp_wrappers/
H A Dsafe_finger.c60 int input_count = 0; local
96 if (input_count++ >= INPUT_LENGTH) { /* don't listen forever */
98 printf("\n\n Input truncated to %d bytes...\n", input_count - 1);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp65 int32_t input_count = 0; in SetOptionValue() local
70 } else if (input_count < 0) in SetOptionValue()