Searched refs:desc (Results 76 - 100 of 861) sorted by relevance

1234567891011>>

/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dipnaf_bsd.c113 int /* in */ /*desc*/,
123 rpc_socket_t /*desc*/,
131 int /*desc*/,
140 int /*desc*/,
191 ** desc Descriptor, indicating a socket that has been
230 rpc_socket_t desc,
262 if (ioctl (desc, (int) SIOCGIFCONF, (caddr_t) &ifc) < 0)
356 if (ioctl(desc, SIOCGIFFLAGS, &ifreq) < 0)
397 if (ioctl(desc, SIOCGIFADDR, &ifreq) < 0)
467 if ((*efun) (desc, if
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Dgen-punycode-examples.py70 desc = m.group(1) variable
79 cases.append([codes, m.group(1), desc])
114 [cp, pc, desc] = x
120 desc))
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecItemDataSource.h46 void SecItemServerAppendItemDescription(CFMutableStringRef desc, CFDictionaryRef object);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DsslThreading.h139 #define SSL_THR_RUN(serverParams, clientParams, desc, ourRtn) \
141 thisRtn = sslRunSession(&serverParams, &clientParams, desc); \
150 #define SSL_THR_RUN_NUM(serverParams, clientParams, desc, ourRtn, testNum) \
152 thisRtn = sslRunSession(&serverParams, &clientParams, desc);\
/macosx-10.10.1/Security-57031.1.35/sslViewer/
H A DsslThreading.h134 #define SSL_THR_RUN(serverParams, clientParams, desc, ourRtn) \
136 thisRtn = sslRunSession(&serverParams, &clientParams, desc); \
145 #define SSL_THR_RUN_NUM(serverParams, clientParams, desc, ourRtn, testNum) \
147 thisRtn = sslRunSession(&serverParams, &clientParams, desc);\
/macosx-10.10.1/llvmCore-3425.0.34/lib/TableGen/
H A DMain.cpp33 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"),
38 cl::desc("Dependency filename"),
43 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
46 IncludeDirs("I", cl::desc("Directory of include files"),
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp21 cl::desc("Generate ARM EHABI tables"),
/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubytypemaps.swg51 #define SWIG_Raise(obj, type, desc) rb_exc_raise(SWIG_Ruby_ExceptionType(desc, obj))
/macosx-10.10.1/swig-12/Lib/typemaps/
H A Dimplicit.swg76 static swig_type_info* desc = SWIG_TypeQuery("Type *");
77 int res = SWIG_ConvertPtr(obj, (void **)&vptr, desc, 0);
112 static swig_type_info* desc = SWIG_TypeQuery("Type *");
113 int res = SWIG_ConvertPtr(obj, (void **)&vptr, desc, 0);
150 static swig_type_info* desc = SWIG_TypeQuery("Type *");
151 int res = SWIG_ConvertPtr(obj, (void **)&vptr, desc, 0);
191 static swig_type_info* desc = SWIG_TypeQuery("Type *");
192 int res = SWIG_ConvertPtr(obj, (void **)&vptr, desc, 0);
/macosx-10.10.1/tcl-105/tcl/tcl/library/opt/
H A Doptparse.tcl147 proc ::tcl::OptKeyRegister {desc {key ""}} {
167 foreach item $desc {
236 proc ::tcl::OptParse {desc arglist} {
237 set tempkey [OptKeyRegister $desc];
250 proc ::tcl::OptProc {name desc body} {
259 OptKeyRegister $desc $key;
528 set desc [OptKeyGetDesc $descKey];
532 return -code error [OptError "Usage information:" $desc 1];
535 OptDoAll desc arglist;
538 return -code error [OptTooManyArgs $desc
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/library/opt/
H A Doptparse.tcl147 proc ::tcl::OptKeyRegister {desc {key ""}} {
167 foreach item $desc {
236 proc ::tcl::OptParse {desc arglist} {
237 set tempkey [OptKeyRegister $desc];
250 proc ::tcl::OptProc {name desc body} {
259 OptKeyRegister $desc $key;
528 set desc [OptKeyGetDesc $descKey];
532 return -code error [OptError "Usage information:" $desc 1];
535 OptDoAll desc arglist;
538 return -code error [OptTooManyArgs $desc
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dmp_desc.c301 uint8_t *desc = (uint8_t*) d; local
304 if ((desc[7] & 0x14) == 0x04) { /* gate */
310 offset = *((uint32_t*)(desc));
311 selector = *((uint32_t*)(desc+4));
312 wordcount = desc[6] >> 4;
313 acc = desc[7];
315 *((uint16_t*)desc) = offset & 0xFFFF;
316 *((uint16_t*)(desc+2)) = selector;
317 desc[4] = wordcount;
318 desc[
348 struct real_descriptor64 desc; member in union:__anon15080
[all...]
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DConfig.pm11 desc
37 $self->desc ( $args{desc} || $DEFAULT_DESC );
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DDebug.cpp40 Debug("debug", cl::desc("Enable debug output"), cl::Hidden,
47 cl::desc("Buffer the last N characters of debug output"
69 DebugOnly("debug-only", cl::desc("Enable a specific type of debug output"),
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-cov/
H A Dllvm-cov.cpp25 DumpGCOV("dump", cl::init(false), cl::desc("dump gcov file"));
28 InputGCNO("gcno", cl::desc("<input gcno file>"), cl::init(""));
31 InputGCDA("gcda", cl::desc("<input gcda file>"), cl::init(""));
/macosx-10.10.1/llvmCore-3425.0.34/utils/FileUpdate/
H A DFileUpdate.cpp26 Quiet("quiet", cl::desc("Don't print unnecessary status information"),
30 InputFilename("input-file", cl::desc("Input file (defaults to stdin)"),
34 OutputFilename(cl::Positional, cl::desc("<output-file>"), cl::Required);
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-help.el169 (let ((desc (key-description key))
171 (if (string-match "^ESC " desc)
172 (setq desc (concat "M-" (substring desc 4))))
173 (while (string-match "^M-# \\(ESC \\|C-\\)" desc)
174 (setq desc (concat "M-# " (substring desc (match-end 0)))))
196 (setq target (if (and (string-match "[0-9]\\'" desc)
197 (not (string-match "[d#]" desc)))
198 (concat (substring desc
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dattr.c457 AttributeDescription *desc,
466 if ( (*a)->a_desc == desc ) {
472 *a = attr_alloc( desc );
492 * of desc, the value is normalized and stored in nval; otherwise nval
497 AttributeDescription *desc,
507 if ( desc->ad_type->sat_equality &&
508 desc->ad_type->sat_equality->smr_normalize )
516 rc = desc->ad_type->sat_equality->smr_normalize(
518 desc->ad_type->sat_syntax,
519 desc
455 attr_merge( Entry *e, AttributeDescription *desc, BerVarray vals, BerVarray nvals ) argument
496 attr_normalize( AttributeDescription *desc, BerVarray vals, BerVarray *nvalsp, void *memctx ) argument
539 attr_merge_normalize( Entry *e, AttributeDescription *desc, BerVarray vals, void *memctx ) argument
560 attr_merge_one( Entry *e, AttributeDescription *desc, struct berval *val, struct berval *nval ) argument
587 attr_normalize_one( AttributeDescription *desc, struct berval *val, struct berval *nval, void *memctx ) argument
615 attr_merge_normalize_one( Entry *e, AttributeDescription *desc, struct berval *val, void *memctx ) argument
[all...]
/macosx-10.10.1/apr-32/apr/apr/poll/unix/
H A Dselect.c86 fd = aprset[i].desc.s->socketdes;
93 if (aprset[i].desc.f->is_pipe && !HAS_SOCKETS(set_type)) {
100 fd = aprset[i].desc.f->filedes;
154 fd = aprset[i].desc.s->socketdes;
160 fd = aprset[i].desc.f->filedes;
247 fd = descriptor->desc.s->socketdes;
252 descriptor->desc.f == pollset->wakeup_pipe[0])
253 fd = (apr_os_sock_t)descriptor->desc.f->filedes;
259 if (descriptor->desc.f->is_pipe && !HAS_SOCKETS(pollset->p->set_type)) {
261 fd = descriptor->desc
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-mc/
H A Dllvm-mc.cpp48 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
51 OutputFilename("o", cl::desc("Output filename"),
55 ShowEncoding("show-encoding", cl::desc("Show instruction encodings"));
58 ShowInst("show-inst", cl::desc("Show internal instruction representation"));
62 cl::desc("Show instructions operands as parsed"));
66 cl::desc("Syntax variant to use for output printing"));
69 RelaxAll("mc-relax-all", cl::desc("Relax all fixups"));
72 NoExecStack("mc-no-exec-stack", cl::desc("File doesn't need an exec stack"));
81 cl::desc("Choose an output file type:"),
92 IncludeDirs("I", cl::desc("Director
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dmkdefaults45 $records[$count++] = [$var, $type, $desc, $values, $callback] if defined($var);
49 $desc = undef;
63 $desc = "NULL";
69 $desc = "\"$_\"";
86 $records[$count++] = [$var, $type, $desc, $values, $callback] if defined($var);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DFieldWriter.java64 private int desc; field in class:FieldWriter
103 * @param desc the field's descriptor (see {@link Type}).
111 final String desc,
124 this.desc = cw.newUTF8(desc);
138 final String desc,
143 bv.putShort(cw.newUTF8(desc)).putShort(0);
216 out.putShort(access).putShort(name).putShort(desc);
107 FieldWriter( final ClassWriter cw, final int access, final String name, final String desc, final String signature, final Object value) argument
137 visitAnnotation( final String desc, final boolean visible) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DObjectConstructor.cpp232 static bool toPropertyDescriptor(ExecState* exec, JSValue in, PropertyDescriptor& desc) argument
242 desc.setEnumerable(enumerableSlot.getValue(exec, exec->propertyNames().enumerable).toBoolean(exec));
249 desc.setConfigurable(configurableSlot.getValue(exec, exec->propertyNames().configurable).toBoolean(exec));
257 desc.setValue(valueSlot.getValue(exec, exec->propertyNames().value));
264 desc.setWritable(writableSlot.getValue(exec, exec->propertyNames().writable).toBoolean(exec));
281 desc.setGetter(get);
296 desc.setSetter(set);
299 if (!desc.isAccessorDescriptor())
302 if (desc.value()) {
307 if (desc
405 PropertyDescriptor desc; local
442 PropertyDescriptor desc; local
490 PropertyDescriptor desc; local
520 PropertyDescriptor desc; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dindex.c33 AttributeDescription *desc,
37 AttrInfo *ai = bdb_attr_mask( be->be_private, desc );
40 *atname = desc->ad_cname;
47 if( slap_ad_is_tagged( desc ) && desc != desc->ad_type->sat_ad ) {
49 ai = bdb_attr_mask( be->be_private, desc->ad_type->sat_ad );
52 *atname = desc->ad_type->sat_cname;
58 for( at = desc->ad_type; at != NULL ; at = at->sat_sup ) {
77 AttributeDescription *desc,
31 bdb_index_mask( Backend *be, AttributeDescription *desc, struct berval *atname ) argument
75 bdb_index_param( Backend *be, AttributeDescription *desc, int ftype, DB **dbp, slap_mask_t *maskp, struct berval *prefixp ) argument
346 AttributeDescription *desc; local
372 bdb_index_values( Operation *op, DB_TXN *txn, AttributeDescription *desc, BerVarray vals, ID id, int opid ) argument
422 AttributeDescription *desc; local
[all...]
/macosx-10.10.1/configd-699.1.5/libSystemConfiguration/
H A DlibSystemConfiguration_client.c77 char *desc; local
79 desc = xpc_copy_description(obj);
80 asl_log(NULL, NULL, ASL_LEVEL_ERR, "%s = %s", msg, desc);
81 free(desc);
124 const char *desc;
126 desc = xpc_dictionary_get_string(xobj, XPC_ERROR_KEY_DESCRIPTION);
131 desc);

Completed in 328 milliseconds

1234567891011>>