Searched refs:gTimeOutTime (Results 1 – 2 of 2) sorted by relevance
101 int gTimeOutTime = 0; // Timeout interval in sec (0 indicates no timeout) variable516 gTimeOutTime = atoi(optionStr); in parseOption()517 if (gTimeOutTime <= 0) in parseOption()593 printf("Print time out : %d sec.\n", gTimeOutTime); in parseOption()818 if (gTimeOutTime && blankTime > gTimeOutTime * 1000) in procPrintf()
108 int gTimeOutTime = 0; // Timeout interval in sec (0 indicates no timeout) variable623 gTimeOutTime = atoi(optionStr); in parseOption()624 if (gTimeOutTime <= 0) in parseOption()700 printf("Print time out : %d sec.\n", gTimeOutTime); in parseOption()946 if (gTimeOutTime && blankTime > gTimeOutTime * 1000) in procPrintf()