Home
last modified time | relevance | path

Searched refs:emptylist (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DPrinterUtil.java94 String emptylist[] = new String[1]; in getDeviceList() local
95 emptylist[0] = ""; in getDeviceList()
99 return (emptylist); in getDeviceList()
112 String emptylist[] = new String[1]; in getMakesList() local
113 emptylist[0] = ""; in getMakesList()
117 return (emptylist); in getMakesList()
128 String emptylist[] = new String[1]; in getModelsList() local
129 emptylist[0] = ""; in getModelsList()
141 String emptylist[] = new String[1]; in getPPDList() local
142 emptylist[0] = ""; in getPPDList()
[all …]
/titanic_41/usr/src/cmd/lp/lib/printers/
H A Dokprinter.c74 !emptylist(prbufp->modules) in okprinter()
H A Dputprinter.c351 if (!emptylist(prbufp->char_sets)) in putprinter()
/titanic_41/usr/src/cmd/lp/include/
H A Dlp.h405 #define emptylist(LP) (!(LP) || !(LP)[0]) macro