Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3c/stack_inbounds.3c
Real path: /usr/share/man/man3c/stack_inbounds.3c
Zurück
'\" te .\" Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. .TH stack_inbounds 3C "18 Jul 2002" "Oracle Solaris 11.4" "Standard C Library Functions" .SH NAME stack_inbounds \- determine if address is within stack boundaries .SH SYNOPSIS .LP .nf #include <ucontext.h> \fBint\fR \fBstack_inbounds\fR(\fBvoid *\fR\fIaddr\fR); .fi .SH DESCRIPTION .sp .LP The \fBstack_inbounds()\fR function returns a boolean value indicating whether the address specified by \fIaddr\fR is within the boundaries of the stack of the calling thread. The address is compared to the stack boundary information returned by a call to \fBstack_getbounds\fR(3C). .SH RETURN VALUES .sp .LP The \fBstack_inbounds()\fR function returns 0 to indicate that \fIaddr\fR is not within the current stack bounds, or a non-zero value to indicate that \fIaddr\fR is within the stack bounds. .SH ERRORS .sp .LP No errors are defined. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Interface Stability Committed _ MT-Level Async-Signal-Safe .TE .sp .SH SEE ALSO .sp .LP \fBstack_getbounds\fR(3C), \fBattributes\fR(7)