Lines Matching +full:in +full:- +full:functions
7 .\" copyright notice and this permission notice appear in all copies.
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
29 .Nd memory allocation function wrappers used in the mandoc library
76 These functions call the libc functions of the same names, passing
80 They can be used both internally by any code in the mandoc libraries
92 The functions
111 is the new number of objects in the array.
114 is the number of objects in the array before the call.
121 The functions
130 needs to be NUL-terminated.
140 into newly allocated memory and returns a pointer to the result in
142 For all three string functions, the result is always NUL-terminated.
145 the pointers returned by these functions can be passed to
152 It never returns -1.
154 The other functions always return a valid pointer; they never return
157 These functions are implemented in
165 The functions
171 .St -ansiC .
172 The functions
177 .St -p1003.1-2008 .
180 is a widespread extension that first appeared in the GNU C library.
184 is an extension that first appeared in
193 The functions