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

  /src/usr.sbin/lpr/lpc/
cmds.c 69 static void abortpr(int);
109 abortpr(1);
117 abortpr(1);
122 abortpr(int dis) function in typeref:typename:void
619 abortpr(0);
628 abortpr(0);
  /src/usr.sbin/lpr/lpd/
printjob.c 120 __dead static void abortpr(int);
171 signal(SIGHUP, abortpr);
172 signal(SIGINT, abortpr);
173 signal(SIGQUIT, abortpr);
174 signal(SIGTERM, abortpr);
1249 abortpr(int signo) function in typeref:typename:void

Completed in 133 milliseconds