Searched defs:cftype (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/classes/
H A DCFTypeClassFile.java33 final CFType cftype; field in class:CFTypeClassFile
35 public CFTypeClassFile(final CFType cftype) { argument
36 super(cftype.parent.pkg, cftype.type.getJType().getJavaClassName(), com.apple.jobjc.CFType.class.getCanonicalName());
37 this.cftype = cftype;
51 if(cftype.getTypeIdFunc != null){
53 out.println("\t\treturn " + RootJObjCClass.runtimeFrameworkInst(cftype.parent.name) + "." + cftype.getTypeIdFunc + "();");
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c191 int cftype; /* which cf file to use? */ local
253 cftype = SM_GET_RIGHT_CF;
835 cftype = optarg[0] == 'c' ? SM_GET_SUBMIT_CF
1242 readcf(getcfname(OpMode, SubmitMode, cftype, conffile),
1417 getcfname(OpMode, SubmitMode, cftype, conffile));

Completed in 71 milliseconds