Searched defs:make (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/man/man1s/
H A DMakefile21 MANLINKS= dmake.1s make.1s
23 dmake.1s := LINKSRC = ../man1/make.1
24 make.1s := LINKSRC = ../man1/make.1
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DPrinterUtil.java123 String make) throws Exception
131 String ret[] = DoPrinterUtil.getModels(make);
136 String make, String model) throws Exception
144 String ret[] = DoPrinterUtil.getPPDs(make, model);
122 getModelsList( String make) argument
135 getPPDList( String make, String model) argument
H A DDoPrinterUtil.java185 public static String[] getModels(String make) throws Exception argument
192 if (make == null) {
193 Debug.message("SVR:getModels: make is null");
196 // Make call for models for this make
197 String cmd = "/usr/lib/lp/bin/getmodels " + make;
224 public static String[] getPPDs(String make, String model) throws Exception argument
229 if ((make == null) || (model == null)) {
232 // get ppd files for this make/model
233 String cmd = "/usr/lib/lp/bin/getppds " + make + " " + model;
262 // get ppd files for this make/mode
290 getPPDFile( String make, String model, String ppd) argument
375 isMakeModel( String make, String model) argument
[all...]
H A DValid.java208 public static boolean make(String dir) method in class:Valid
213 Debug.message("SVR: Valid.make()");
H A DPrinter.java45 private String make = null; field in class:Printer
136 if (make == null) {
138 "Printer.addLocalPrinter(): make must be set");
325 make = arg;
425 return (make);
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorinput.c50 Errorclass make(void);
94 ((errorclass = make()) != C_UNKNOWN) ||
169 * c) Noise from make ("Stop.")
474 make(void) function
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c182 Namval_t *(*make)(Namval_t*); /* discipline constructor */ member in struct:_field_
236 if(fp->make)
237 (*fp->make)(nq);
/illumos-gate/usr/src/cmd/sh/
H A Dname.c176 *argscan = 0; /* make name a cohesive string */
200 *a = make(v);
449 make(v) function
490 nscan->namid = make(nam);
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc30 * Handle expansion of make macros
261 static Name make = (Name)NULL; local
300 if (make == NULL) {
302 make = GETNAME(wcs_buffer, FIND_LENGTH);
607 if (name == make) {
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java63 String make = null; field in class:pmInstallPrinter
517 // Show make/model/ppd or type/contents
713 String make = workingPrinter.getMake();
714 if (make != null) {
715 makeCombo.setSelectedItem(make);
942 make = (String)makeCombo.getSelectedItem();
943 if (make.equals(pmUtility.getResource("Not.Selected"))) {
949 Debug.message("CLNT:pmInstPr:getMake(): make is: " + make);
1138 if (make !
[all...]

Completed in 78 milliseconds