Searched refs:subtype (Results 1 - 25 of 115) sorted by relevance

12345

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dafsdb_18.h29 isc_uint16_t subtype; member in struct:dns_rdata_afsdb
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXEvent.c34 NSInteger subtype; local
39 subtype = [theEvent subtype];
41 switch (subtype) {
83 subtype = [theEvent subtype];
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dgen_seq.c48 type = type->subtype;
56 * Require the subtype to be a type so we can name it and use
60 if (type->subtype->type != TType) {
61 fprintf(stderr, "%s subtype is not a type, can't generate "
63 s->name, (int)type->subtype->type);
67 subname = type->subtype->symbol->gen_name;
H A Dgen_free.c135 free_type(n, t->subtype, FALSE);
171 free_type (name, t->subtype, preserve);
H A Dgen_template.c95 return symbol_name(basename, t->subtype);
455 return is_struct(t->subtype, isstruct);
473 t = t->subtype;
635 int subtype_is_struct = is_struct(t->subtype, isstruct);
638 struct type *subtype; local
644 struct type *type = t->subtype;
650 type = type->subtype;
666 subtype = type;
668 subtype = t->subtype;
[all...]
H A Dgen_glue.c144 generate_glue(t->subtype, gen_name);
H A Dsymbol.h124 struct type *subtype; member in struct:type
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpcvs-parse.el164 :subtype 'ERROR)))))
190 (subtype (if (consp type) (cdr type))))
194 file (cvs-parse-msg) :subtype subtype keys))))
204 (let (c file dir path base-rev subtype)
336 (path 1) (subtype 'REMOVED))
338 (path 1) (subtype 'ADDED))
340 (path 1) (subtype 'MODIFIED)))
342 (cvs-parsed-fileinfo (cons 'CONFLICT subtype) path))
498 (let (path file base-rev subtype)
[all...]
H A Dpcvs-info.el160 &key marked subtype
167 subtype ;; See below
263 (subtype (cvs-fileinfo->subtype fi))
285 (DIRCHANGE (and (null subtype) (string= "." file)))
346 (subtype (cvs-fileinfo->subtype fileinfo)))
377 ;; maybe a subtype
378 (when subtype (downcase (symbol-name subtype)))
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/HotKeyPython/
H A DHotKey.py35 theEvent.subtype() == kEventHotKeyPressedSubtype:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/HotKeyPython/
H A DHotKey.py35 theEvent.subtype() == kEventHotKeyPressedSubtype:
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/HotKeyPython/
H A DHotKey.py35 theEvent.subtype() == kEventHotKeyPressedSubtype:
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-lldp.c582 int subtype, hexdump = FALSE; local
588 subtype = *(tptr+3);
591 tok2str(lldp_8021_subtype_values, "unknown", subtype),
592 subtype);
594 switch (subtype) {
653 int subtype, hexdump = FALSE; local
658 subtype = *(tptr+3);
661 tok2str(lldp_8023_subtype_values, "unknown", subtype),
662 subtype);
664 switch (subtype) {
731 int subtype, hexdump = FALSE; local
912 int subtype, hexdump = FALSE; local
1178 u_int8_t subtype; local
[all...]
H A Dprint-eap.c168 u_int tlen, type, subtype; local
209 subtype = *(tptr+4);
214 switch (subtype) {
274 printf(" subtype [%s] 0x%02x,",
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_getoption.c227 if (serv->subtype == PPP_TYPE_SERIAL) {
252 (serv->subtype == PPP_TYPE_SERIAL) ? (u_char*)OPT_DEV_NAME_DEF :
253 ((serv->subtype == PPP_TYPE_PPPoE) ? (u_char*)OPT_DEV_NAME_PPPoE_DEF : empty_str));
257 switch (serv->subtype) {
269 (serv->subtype == PPP_TYPE_SERIAL) ? (u_char*)OPT_DEV_CONNECTSCRIPT_DEF : empty_str);
292 switch (serv->subtype) {
340 get_int_option(serv, kSCEntNetPPP, kSCPropNetPPPLCPCompressionPField, opts, setup, &lval, serv->subtype == PPP_TYPE_PPPoE ? 0 : OPT_LCP_PCOMP_DEF);
341 if (serv->subtype == PPP_TYPE_PPPoE)
348 switch (serv->subtype) {
364 switch (serv->subtype) {
[all...]
H A Dppp_manager.h49 u_int32_t ppp_translate_error(u_int16_t subtype, u_int32_t native_ppp_error, u_int32_t native_dev_error);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DRemoteObject.js31 WebInspector.RemoteObject = function(objectId, type, subtype, value, description)
34 this._subtype = subtype;
78 return new WebInspector.RemoteObject(payload.objectId, payload.type, payload.subtype, payload.value, payload.description);
104 get subtype()
230 if (this.subtype !== "array")
273 switch (this.subtype) {
322 get subtype()
H A DInspectorObserver.js49 if (remoteObject.subtype === "node") {
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScriptSource.js744 // Type is object, get subtype.
745 var subtype = this._subtype(obj);
747 if (subtype === "regexp")
750 if (subtype === "date")
753 if (subtype === "node") {
769 if (subtype === "array") {
822 // Null object is object with 'null' subtype'
824 this.subtype = "null";
835 var subtype = injectedScript._subtype(object);
836 if (subtype)
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dvms-hdr.c49 int subtype; local
60 subtype = vms_rec[1];
63 subtype = bfd_getl16 (vms_rec + 4) + EVAX_OFFSET;
66 subtype = -1;
70 vms_debug(3, "subtype %d\n", subtype);
73 switch (subtype)
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dmain.c376 char subtype[OPT_STR_LEN]; local
378 subtype[0] = 0;
380 CFStringGetCString(params->serverSubTypeRef, subtype, OPT_STR_LEN, kCFStringEncodingUTF8);
381 if (subtype[0])
382 strlcat(pid_path, subtype, sizeof(pid_path));
533 char *subtype = 0, *servertype = "Unknown"; local
543 subtype = "Serial";
546 subtype = "PPPoE";
549 subtype = "PPTP";
552 subtype
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnndoc.el68 (subtype digest guess))
114 (subtype digest guess))
122 (subtype digest guess))
132 (subtype preprints guess))
153 (subtype nil))
156 (subtype nil))
159 (subtype nil))))
384 (defun nndoc-guess-type (subtype)
389 (when (memq subtype (or (cdr (assq 'subtype entr
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dliquid.vim51 if !exists('s:subtype')
52 let s:subtype = exists('b:liquid_subtype') ? b:liquid_subtype : ''
63 if s:subtype == ''
66 let b:liquid_subtype = s:subtype
68 unlet s:subtype
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_media.h90 * 0-4 Media subtype
214 #define IFM_MAKEWORD(type, subtype, options, instance) \
215 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
219 * places to get the canonical description for a given type/subtype.
/macosx-10.10.1/file-46/file/src/
H A Dascmagic.c117 const char *subtype = NULL; local
182 subtype = types[p->type].human;
248 if (subtype) {
249 if (file_printf(ms, " %s", subtype) == -1)

Completed in 202 milliseconds

12345