HomeSort by: relevance | last modified time | path
    Searched defs:fdoff (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/librumphijack/
hijack.c 449 /* default FD_SETSIZE is 256 ==> default fdoff is 128 */
883 unsigned long fdoff; local in function:fdoffparser
887 errx(EXIT_FAILURE, "fdoff must not be negative");
889 fdoff = strtoul(buf, &ep, 10);
891 errx(EXIT_FAILURE, "invalid fdoff specifier \"%s\"", buf);
892 if (fdoff >= INT_MAX/2 || fdoff < 3)
893 errx(EXIT_FAILURE, "fdoff out of range");
894 hijack_fdoff = (int)fdoff;
908 { fdoffparser, "fdoff", true }
    [all...]

Completed in 12 milliseconds