Lines Matching +full:least +full:-
2 * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
60 * pointer to a string of at least 'size' bytes.
63 * 'target' is a pointer to a char[] of at least 'size' bytes.
76 * ISC_R_SUCCESS -- 'source' was successfully copied to 'target'.
77 * ISC_R_NOSPACE -- 'source' could not be copied since 'target'
85 * pointer to a string of at least 'size' bytes.
88 * 'target' is a pointer to a char[] of at least 'size' bytes.
101 * pointer to a NUL terminated string of at least 'size' bytes.
105 * least 'size' bytes.
118 * ISC_R_SUCCESS -- 'source' was successfully appended to 'target'.
119 * ISC_R_NOSPACE -- 'source' could not be appended since 'target'
127 * pointer to a NUL terminated string of at least 'size' bytes.
131 * least 'size' bytes.
144 * Print 'format' to 'target' which is a pointer to a string of at least
148 * 'target' is a pointer to a char[] of at least 'size' bytes.
161 * ISC_R_SUCCESS -- 'format' was successfully printed to 'target'.
162 * ISC_R_NOSPACE -- 'format' could not be printed to 'target' since it
170 * Print 'format' to 'target' which is a pointer to a string of at least
174 * 'target' is a pointer to a char[] of at least 'size' bytes.
209 * only depends on 'len' and has no early-out option.
215 * -1 if (u_char)p1[x] < (u_char)p2[x]