Searched refs:arr1 (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | DoPrinterMod.java | 800 private static boolean arrays_equal(String[] arr1, String[] arr2) in arrays_equal() argument 802 if ((arr1 == null) && (arr2 == null)) { in arrays_equal() 805 if ((arr1 == null) || (arr2 == null)) { in arrays_equal() 808 if (arr1.length != arr2.length) { in arrays_equal() 815 for (i = 0; i < arr1.length; i++) { in arrays_equal() 817 str = arr1[i]; in arrays_equal()
|
/titanic_41/usr/src/common/bzip2/ |
H A D | bzlib.c | 250 s->arr1 = NULL; in BZ_API() 255 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API() 259 if (s->arr1 == NULL || s->arr2 == NULL || s->ftab == NULL) { in BZ_API() 260 if (s->arr1 != NULL) BZFREE(s->arr1); in BZ_API() 277 s->mtfv = (UInt16*)s->arr1; in BZ_API() 279 s->ptr = (UInt32*)s->arr1; in BZ_API() 333 s->mtfv = (UInt16*)s->arr1; in BZ_API() 335 s->ptr = (UInt32*)s->arr1; in BZ_API() 638 if (s->arr1 != NULL) BZFREE(s->arr1); in BZ_API()
|
H A D | bzlib_private.h | 215 UInt32* arr1; member
|
H A D | Solaris.README.txt | 196 + s->mtfv = (UInt16*)s->arr1; 198 + s->ptr = (UInt32*)s->arr1;
|
H A D | blocksort.c | 1045 fallbackSort ( s->arr1, s->arr2, ftab, nblock, verb ); in BZ2_blockSort() 1079 fallbackSort ( s->arr1, s->arr2, ftab, nblock, verb ); in BZ2_blockSort()
|
/titanic_41/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 440 char **arr1, **arr2, **strarr, **reparr1, **reparr2; in get_email_prefs() local 446 r += nvlist_lookup_string_array(p_nvl[0], "to", &arr1, &n1); in get_email_prefs() 460 if (nd_split_list(nhdl, arr1[0], ",", &tmparr1, &tn1) != 0 || in get_email_prefs() 474 r = nvlist_lookup_string_array(p_nvl[0], "reply-to", &arr1, in get_email_prefs() 480 nd_split_list(nhdl, arr1[0], ",", &reparr1, &n1) != 0 || in get_email_prefs()
|
/titanic_41/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 387 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()
|