Searched refs:xexit (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dxexit.c0 /* xexit.c -- Run any exit handlers, then exit.
22 @deftypefn Replacement void xexit (int @var{code})
47 xexit (int code) function
H A Dmakefile.vms10 OBJS=bcopy.obj,bcmp.obj,getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
H A Dxmalloc.c27 if any) and then call @code{xexit}. Note that it is therefore safe for
137 xexit (1);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dxexit.c0 /* xexit.c -- Run any exit handlers, then exit.
22 @deftypefn Replacement void xexit (int @var{code})
47 xexit (int code) function
H A Dxmalloc.c27 if any) and then call @code{xexit}. Note that it is therefore safe for
137 xexit (1);
H A Dargv.c432 xexit (1);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmisc.h33 extern void xexit (int);
H A Dldmisc.c439 xexit (1);
528 xexit (1);
H A Dldmain.c236 xexit (1);
433 xexit (0);
490 xexit (1);
563 xexit (0);
/freebsd-11-stable/usr.bin/xargs/
H A Dxargs.c75 static void xexit(const char *, const int);
299 xexit(*av, rval);
326 xexit(*av, 1);
362 xexit(*av, 1);
382 xexit(*av, 1);
390 xexit(*av, rval);
416 xexit(*av, 1);
428 xexit(*av, 1);
433 xexit(*av, 1);
477 xexit(*arg
626 xexit(const char *name, const int exit_code) { function
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libiberty/
H A DMakefile30 xexit.c \
/freebsd-11-stable/gnu/usr.bin/cc/libiberty/
H A DMakefile19 partition.c pex-unix.c physmem.c safe-ctype.c splay-tree.c xexit.c \
/freebsd-11-stable/contrib/binutils/gas/
H A Dmessages.c352 It xexit()s with a warning status. */
370 xexit (EXIT_FAILURE);
386 xexit (EXIT_FAILURE);
404 xexit (EXIT_FAILURE);
421 xexit (EXIT_FAILURE);
H A Das.c1238 /* Use xexit instead of return, because under VMS environments they
1241 xexit (EXIT_FAILURE);
1246 xexit (EXIT_SUCCESS);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-gen.c44 xexit (1);
338 xexit (0);
346 xexit (status);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c269 xexit (help ? 0 : 1);
453 xexit (status);
459 xexit (0);
605 xexit (ranlib_only (argv[arg_index]));
678 xexit (0);
762 xexit (1);
863 xexit (1);
891 xexit (1);
973 xexit (1);
1217 xexit (
[all...]
H A Dbucomm.c69 xexit (1);
88 xexit (1);
H A Dresres.c630 xexit (1);
713 xexit (1);
725 xexit (1);
H A Daddr2line.c292 xexit (1);
H A Darsup.c144 xexit (9);
/freebsd-11-stable/contrib/gdb/include/
H A Dlibiberty.h209 /* Register a function to be run by xexit. Returns 0 on success. */
215 extern void xexit PARAMS ((int status)) ATTRIBUTE_NORETURN;
226 if any) and then call xexit. */
/freebsd-11-stable/contrib/tcsh/
H A Dsh.print.c298 xexit(1);
H A Dsh.c890 xexit(0);
895 xexit(0);
925 xexit(0);
1833 xexit(getn(varval(STRstatus)));
1890 xexit(SIGHUP);
2408 xexit(int i)
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h255 /* Register a function to be run by xexit. Returns 0 on success. */
261 extern void xexit (int status) ATTRIBUTE_NORETURN;
272 if any) and then call xexit. */
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h266 /* Register a function to be run by xexit. Returns 0 on success. */
272 extern void xexit (int status) ATTRIBUTE_NORETURN;
283 if any) and then call xexit. */

Completed in 230 milliseconds

12