Home
last modified time | relevance | path

Searched refs:arr1 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c255 s->arr1 = NULL; in BZ_API()
260 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API()
264 if (s->arr1 == NULL || s->arr2 == NULL || s->ftab == NULL) { in BZ_API()
265 if (s->arr1 != NULL) BZFREE(s->arr1); in BZ_API()
282 s->mtfv = (UInt16*)s->arr1; in BZ_API()
284 s->ptr = (UInt32*)s->arr1; in BZ_API()
338 s->mtfv = (UInt16*)s->arr1; in BZ_API()
340 s->ptr = (UInt32*)s->arr1; in BZ_API()
615 if (s->arr1 != NULL) BZFREE(s->arr1); in BZ_API()
H A Dbzlib_private.h215 UInt32* arr1; member
H A DSolaris.README.txt196 + s->mtfv = (UInt16*)s->arr1;
198 + s->ptr = (UInt32*)s->arr1;
H A Dblocksort.c1045 fallbackSort ( s->arr1, s->arr2, ftab, nblock, verb ); in BZ2_blockSort()
1079 fallbackSort ( s->arr1, s->arr2, ftab, nblock, verb ); in BZ2_blockSort()
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c445 char **arr1, **arr2, **strarr, **reparr1, **reparr2; in get_email_prefs() local
451 r += nvlist_lookup_string_array(p_nvl[0], "to", &arr1, &n1); in get_email_prefs()
465 if (nd_split_list(nhdl, arr1[0], ",", &tmparr1, &tn1) != 0 || in get_email_prefs()
479 r = nvlist_lookup_string_array(p_nvl[0], "reply-to", &arr1, in get_email_prefs()
485 nd_split_list(nhdl, arr1[0], ",", &reparr1, &n1) != 0 || in get_email_prefs()
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c387 nd_merge_strarray(nd_hdl_t *nhdl, char **arr1, uint_t n1, char **arr2, in nd_merge_strarray() argument
397 tmparr[uniq] = strdup(arr1[uniq]); in nd_merge_strarray()