Lines Matching defs:array
132 * array defines them centrally so that they don't need to be enumerated
151 * Returns 1 if the supplied error is a member of the error array, 0
553 * The array may be bigger, but it is irrelevant since
3724 * More tokens than the array size supplied.
3728 _separate_by_separator(char *string, const char *sep, char **array, int size)
3734 assert(array != NULL);
3745 if ((array[n] = strtok_r(str, sep, &lasts)) == NULL) {
3755 array[n] = token;
4441 * _tmpl_error_access array with the new error code. Also, update the
4447 * in _tmpl_error_access array and create the appropriate get_val, get_desc
4480 * This array MUST be kept in synch with the template error definition of
4928 * new entries in this array (and new fuctions) will be required.
4970 /* Time to grow the pointer array. */