Lines Matching defs:timeout
38 * -timeout seconds
39 * The timeout option sets the number of seconds before
75 "[-va] [-display display_name] [-timeout seconds] protocol [...]",
108 static int verbose, showall, timeout = 0;
127 if (!strcmp(argv[1], "-timeout")) {
128 timeout = atoi(argv[2]);
179 fprintf(stderr, "winsysck timeout\n");
186 if(timeout > 0){
188 alarm(timeout);
191 if(timeout > 0)