Searched refs:strings_equal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterMod.java166 if (!strings_equal(curr.getPrinterType(), p.getPrinterType()))
168 if (!strings_equal(curr.getComment(), p.getComment())) {
176 if (!strings_equal(curr.getDevice(), p.getDevice()))
179 if (!strings_equal(curr.getNotify(), p.getNotify()))
182 if (!strings_equal(curr.getProtocol(), p.getProtocol())) {
198 if (!strings_equal(curr.getDestination(), p.getDestination()))
201 if ((!strings_equal(curr.getMake(), p.getMake())) ||
202 (!strings_equal(curr.getModel(), p.getModel())) ||
203 (!strings_equal(curr.getPPD(), p.getPPD()))) {
241 if (!strings_equal(cur
830 private static boolean strings_equal(String str1, String str2) method in class:DoPrinterMod
[all...]

Completed in 72 milliseconds