Searched refs:emptylist (Results 1 – 4 of 4) sorted by relevance
94 String emptylist[] = new String[1]; in getDeviceList() local95 emptylist[0] = ""; in getDeviceList()99 return (emptylist); in getDeviceList()112 String emptylist[] = new String[1]; in getMakesList() local113 emptylist[0] = ""; in getMakesList()117 return (emptylist); in getMakesList()128 String emptylist[] = new String[1]; in getModelsList() local129 emptylist[0] = ""; in getModelsList()141 String emptylist[] = new String[1]; in getPPDList() local142 emptylist[0] = ""; in getPPDList()[all …]
74 !emptylist(prbufp->modules) in okprinter()
351 if (!emptylist(prbufp->char_sets)) in putprinter()
405 #define emptylist(LP) (!(LP) || !(LP)[0]) macro