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

  /src/usr.bin/sort/
sort.c 326 static const int sigtable[] = {SIGHUP, SIGINT, SIGPIPE, local in function:main
340 for (i = 0; sigtable[i]; ++i) /* always unlink toutpath */
341 sigaction(sigtable[i], &act, 0);
sort.c 326 static const int sigtable[] = {SIGHUP, SIGINT, SIGPIPE, local in function:main
340 for (i = 0; sigtable[i]; ++i) /* always unlink toutpath */
341 sigaction(sigtable[i], &act, 0);

Completed in 20 milliseconds