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

  /src/lib/libwrap/
clean_exit.c 1 /* $NetBSD: clean_exit.c,v 1.5 2012/03/21 10:10:37 matt Exp $ */
4 * clean_exit() cleans up and terminates the program. It should be called
16 static char sccsid[] = "@(#) clean_exit.c 1.4 94/12/28 17:42:19";
18 __RCSID("$NetBSD: clean_exit.c,v 1.5 2012/03/21 10:10:37 matt Exp $");
28 /* clean_exit - clean up and exit */
31 clean_exit(struct request_info *request) function in typeref:typename:void
  /src/usr.sbin/tcpdchk/
scaffold.c 118 /* dummy function to intercept the real clean_exit() */
122 void clean_exit(struct request_info *request) function in typeref:typename:void

Completed in 14 milliseconds