Searched refs:desc (Results 351 - 375 of 861) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.c88 char* desc; /* file description */ member in struct:Entry
701 q = T(ep->desc);
733 q = T(ep->desc);
853 *ep->desc = 0;
870 ep->desc = vmnewof(mp->vm, ep->desc, char, strlen(t), 1);
871 strcpy(ep->desc, t);
882 t = T(ep->desc);
897 ep->desc = vmnewof(mp->vm, ep->desc, cha
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_server.c57 char *desc; local
59 desc = xpc_copy_description(obj);
60 SCLog(S_debug, LOG_INFO, CFSTR("%s = %s"), msg, desc);
61 free(desc);
1982 char *desc;
1989 desc = xpc_copy_description(xobj);
1992 desc);
1993 free(desc);
1999 const char *desc;
2001 desc
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dauthitems.c105 CFMutableStringRef desc = CFStringCreateMutable(kCFAllocatorDefault, 0); local
106 CFStringAppendFormat(desc, NULL, CFSTR("auth_item: %s, type=%i, length=%li, flags=%x"),
112 CFStringAppendFormat(desc, NULL, CFSTR(" value=%s"), hidden ? "(hidden)" : auth_item_get_string(item));
115 CFStringAppendFormat(desc, NULL, CFSTR(" value=%i"), *(int32_t*)item->data.value);
118 CFStringAppendFormat(desc, NULL, CFSTR(" value=%u"), *(uint32_t*)item->data.value);
121 CFStringAppendFormat(desc, NULL, CFSTR(" value=%lli"), *(int64_t*)item->data.value);
124 CFStringAppendFormat(desc, NULL, CFSTR(" value=%llu"), *(uint64_t*)item->data.value);
127 CFStringAppendFormat(desc, NULL, CFSTR(" value=%i"), *(bool*)item->data.value);
130 CFStringAppendFormat(desc, NULL, CFSTR(" value=%f"), *(double*)item->data.value);
135 CFStringAppendFormat(desc, NUL
[all...]
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1475 IODetailedTimingInformationV2 * desc = (IODetailedTimingInformationV2 *) detailed; local
1480 if (desc->horizontalScaled && desc->verticalScaled)
1482 info->nominalWidth = desc->horizontalScaled;
1483 info->nominalHeight = desc->verticalScaled;
1490 info->refreshRate = DetailedRefreshRate(desc);
1574 IODetailedTimingInformationV2 * desc = (IODetailedTimingInformationV2 *)_desc; local
1653 hasScale = (desc->horizontalScaled && desc->verticalScaled);
1656 newTiming = *((VDDetailedTimingRec *) desc);
1934 IOFBDisplayModeDescription * desc = (IOFBDisplayModeDescription *) _desc; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dproto-bdb.h43 AttributeDescription *desc );
48 AttributeDescription *desc, int *insert );
354 AttributeDescription *desc,
360 AttributeDescription *desc,
370 AttributeDescription *desc,
465 AttributeDescription *desc,
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificatePath.c124 CFMutableStringRef desc = CFStringCreateMutable(kCFAllocatorDefault, 0); local
126 CFStringAppendFormat(desc, NULL,
133 CFStringAppend(desc, CFSTR(", "));
136 CFStringAppend(desc, str);
139 CFStringAppend(desc, CFSTR(" >"));
141 return desc;
/macosx-10.10.1/apr-32/apr/apr/threadproc/unix/
H A Dproc.c576 char *desc; local
578 desc = apr_psprintf(pool, "exec of '%s' failed",
580 attr->errfn(pool, errno, desc);
656 char *desc; local
658 desc = apr_psprintf(pool, "posix_spawn of '%s' failed", progname);
659 attr->errfn(pool, status, desc);
/macosx-10.10.1/nano-12/src/
H A Drcfile.c270 if (strcmp(nameptr, tmpsyntax->desc) == 0) {
290 endsyntax->desc = mallocstrcpy(NULL, nameptr);
302 if (strcmp(endsyntax->desc, "none") == 0) {
308 if (strcmp(endsyntax->desc, "default") == 0 && *ptr != '\0') {
671 endsyntax->desc);
839 endsyntax->desc);
/macosx-10.10.1/swig-12/Lib/octave/
H A Doctiterators.swg108 static swig_type_info* desc = 0;
110 desc = SWIG_TypeQuery("swig::OctSwigIterator *");
113 return desc;
/macosx-10.10.1/swig-12/Lib/python/
H A Dpyiterators.swg126 static swig_type_info* desc = 0;
128 desc = SWIG_TypeQuery("swig::SwigPyIterator *");
131 return desc;
/macosx-10.10.1/swig-12/Lib/typemaps/
H A Dinoutlist.swg74 #define %check_input_ptr(input,arg,desc,disown) (SWIG_IsOK((res = SWIG_ConvertPtr(input,%as_voidptrptr(arg),desc,disown))))
76 #define %check_input_ptr(input,arg,desc,disown) (SWIG_IsOK((res = SWIG_ERROR)))
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDKeyboardDevice.cpp180 void * desc; local
206 desc = ((IOBufferMemoryDescriptor *)(*descriptor))->getBytesNoCopy();
207 bcopy(descBytes, desc, descSize);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dthread.c43 struct berval desc; member in struct:__anon3087
184 if ( !BER_BVISNULL( &mt[ i ].desc ) ) {
187 &mt[ i ].desc, NULL );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-passwd/
H A Dsearch.c80 AttributeDescription *desc = NULL; local
100 if( slap_bv2ad( &rdn[0]->la_attr, &desc, &rs->sr_text )) {
106 attr_merge_normalize_one( &e, desc, &rdn[0]->la_value, NULL );
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/CKBridge/
H A DCKClient.c448 char *desc = xpc_copy_description(object); local
449 pdebug("%s%s\n", prefix, desc);
450 free(desc);
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dstatschannel.c143 #define SET_NSSTATDESC(counterid, desc, xmldesc) \
147 desc, nsstats_desc, xmldesc, nsstats_xmldesc); \
211 #define SET_RESSTATDESC(counterid, desc, xmldesc) \
215 desc, resstats_desc, xmldesc, resstats_xmldesc); \
281 #define SET_ZONESTATDESC(counterid, desc, xmldesc) \
285 desc, zonestats_desc, xmldesc, zonestats_xmldesc); \
313 #define SET_SOCKSTATDESC(counterid, desc, xmldesc) \
317 desc, sockstats_desc, xmldesc, sockstats_xmldesc); \
446 const char *category, const char **desc, int ncounters,
481 value, desc[inde
445 dump_counters(isc_stats_t *stats, statsformat_t type, void *arg, const char *category, const char **desc, int ncounters, int *indices, isc_uint64_t *values, int options) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dquickurl.el253 (let ((desc (quickurl-url-comment url)))
254 (if (zerop (length desc))
256 desc)))
441 (define-key map "d" #'quickurl-list-insert-with-desc)
519 `with-desc' - Insert \"description <URL:url>\"
534 ('with-desc (format "%S <URL:%s>"
552 (quickurl-list-make-inserter with-desc)
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dmisc.c599 else if (0 <= prev->saved_cwd.desc)
602 int fd1 = prev->saved_cwd.desc;
610 prev->saved_cwd.desc = -1;
/macosx-10.10.1/groff-38/groff/src/utils/afmtodit/
H A Dafmtodit.pl6070 my $desc = $opt_d || "DESC";
6072 my $sys_desc = $groff_sys_fontdir . "/devps/" . $desc;
6181 open(DESC, $desc) || open(DESC, $sys_desc) ||
6182 die "$prog: can't open \`$desc' or \`$sys_desc': $!\n";
/macosx-10.10.1/libxslt-13/libxslt/examples/
H A DxsltICUSort.c45 int descending, number, desc, numb; local
203 desc = comp->descending;
239 if (desc)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp36 RunVectorization("vectorize", cl::desc("Run vectorization passes"));
41 cl::desc("Run GVN instead of Early CSE after vectorization passes"));
45 cl::desc("Enable the new, experimental SROA pass"));
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/csv/
H A DMakefile38 ./csv_code -c csv_local.c -h csv_local.h -f sample.desc
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DDoc.pm86 <td class="cell">[% desc | html | html_line_break %]</td>
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp71 virtual void initWithParent( IOFireWireSBP2LSIWorkaroundDescriptor * desc );
85 void IOFireWireSBP2LSIRange::initWithParent( IOFireWireSBP2LSIWorkaroundDescriptor * desc )
87 parentDesc = desc;
658 // len and offset are the length of and offset into the segment in desc which
666 ( IOMemoryDescriptor * desc, IOByteCount offset, IOByteCount len,
687 if( !me->initWithDescriptor( desc, offset, len, direction ) )
705 ( IOMemoryDescriptor * desc, IOByteCount offset, IOByteCount length,
731 fOriginalDesc = desc;
734 if( !desc )
749 fLength = desc
665 withDescriptor( IOMemoryDescriptor * desc, IOByteCount offset, IOByteCount len, IODirection direction ) argument
704 initWithDescriptor( IOMemoryDescriptor * desc, IOByteCount offset, IOByteCount length, IODirection direction ) argument
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLibInternal.h529 IOFBDisplayModeDescription * desc,
540 IOFBDisplayModeDescription * desc,
544 IOFBDriverPreflight(IOFBConnectRef connectRef, IOFBDisplayModeDescription * desc);
553 IOFBDisplayModeDescription * desc,

Completed in 184 milliseconds

<<11121314151617181920>>