Searched defs:arr2 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterMod.java800 private static boolean arrays_equal(String[] arr1, String[] arr2) argument
802 if ((arr1 == null) && (arr2 == null)) {
805 if ((arr1 == null) || (arr2 == null)) {
808 if (arr1.length != arr2.length) {
818 for (j = 0; j < arr2.length; j++) {
819 if (str.equals(arr2[j])) {
/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, argument
400 if (!nd_seq_search(arr2[j], tmparr, uniq))
401 tmparr[uniq++] = strdup(arr2[j]);
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c440 char **arr1, **arr2, **strarr, **reparr1, **reparr2; local
447 r += nvlist_lookup_string_array(p_nvl[1], "to", &arr2, &n2);
461 nd_split_list(nhdl, arr2[0], ",", &tmparr2, &tn2) != 0) {
476 r += nvlist_lookup_string_array(p_nvl[1], "reply-to", &arr2,
481 nd_split_list(nhdl, arr2[0], ",", &reparr2, &n2) != 0 ||
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h216 UInt32* arr2; member in struct:__anon1948
220 /* aliases for arr1 and arr2 */

Completed in 70 milliseconds