Searched refs:dr (Results 1 - 25 of 137) sorted by relevance

123456

/macosx-10.10.1/system_cmds-643.1.1/sar.tproj/
H A Dsar.c166 static void init_drivestats(struct drivestats_report *dr);
1262 struct drivestats_report *dr; local
1290 for(dr = dr_head; dr; dr=(struct drivestats_report *)dr->next)
1292 dr->present = 0;
1293 dr->cur_Reads = 0;
1294 dr->cur_BytesRead = 0;
1295 dr
1411 init_drivestats(struct drivestats_report *dr) argument
1444 struct drivestats_report *dr; local
1625 struct drivestats_report *dr; local
1765 struct drivestats_report *dr; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_exptmod.c26 int dr; local
77 dr = mp_dr_is_modulus(P);
80 dr = 0;
85 if (dr == 0) {
86 dr = mp_reduce_is_2k(P) << 1;
90 /* if the modulus is odd or dr != 0 use the montgomery method */
92 if (mp_isodd (P) == 1 || dr != 0) {
93 return mp_exptmod_fast (G, X, P, Y, dr);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_rtr.c374 struct nd_defrouter *dr = NULL; local
474 dr = defrtrlist_update(&dr0);
564 (void) prelist_update(&pr, dr, m, mcast);
692 if (dr)
693 NDDR_REMREF(dr);
813 struct nd_defrouter *dr; local
817 for (dr = TAILQ_FIRST(&nd_defrouter); dr;
818 dr = TAILQ_NEXT(dr, dr_entr
837 defrouter_delreq(struct nd_defrouter *dr) argument
910 struct nd_defrouter *dr, drany; local
1020 defrtrlist_del(struct nd_defrouter *dr) argument
1103 struct nd_defrouter *dr; local
1135 struct nd_defrouter *dr; local
1157 rtpref(struct nd_defrouter *dr) argument
1213 struct nd_defrouter *dr, *selected_dr = NULL, *installed_dr = NULL; local
1706 struct nd_defrouter *dr, *n; local
1870 struct nd_defrouter *dr; local
1882 struct nd_defrouter *dr, new; local
1919 pfxrtr_lookup(struct nd_prefix *pr, struct nd_defrouter *dr) argument
1936 pfxrtr_add(struct nd_prefix *pr, struct nd_defrouter *dr) argument
2069 nd6_prelist_add(struct nd_prefix *pr, struct nd_defrouter *dr, struct nd_prefix **newp, boolean_t force_scoped) argument
2285 prelist_update( struct nd_prefix *new, struct nd_defrouter *dr, struct mbuf *m, int mcast) argument
2642 struct nd_defrouter *dr; local
2658 nddr_free(struct nd_defrouter *dr) argument
2676 nddr_trace(struct nd_defrouter *dr, int refhold) argument
2748 nddr_getexpire(struct nd_defrouter *dr) argument
2992 struct nd_defrouter *dr; local
[all...]
H A Dnd6.c747 struct nd_defrouter *dr; local
1046 dr = TAILQ_FIRST(&nd_defrouter);
1047 while (dr) {
1049 if (dr->expire != 0 && dr->expire < timenow) {
1051 t = TAILQ_NEXT(dr, dr_entry);
1052 defrtrlist_del(dr);
1053 dr = t;
1056 if (dr->expire == 0 || (dr
1521 struct nd_defrouter *dr, *ndr; local
1925 struct nd_defrouter *dr; local
2381 struct nd_defrouter *dr; local
2586 struct nd_defrouter *dr; local
3922 struct nd_defrouter *dr; variable in typeref:struct:nd_defrouter
[all...]
/macosx-10.10.1/network_cmds-457/rtsol.tproj/
H A Dprobe.c137 struct in6_drlist dr; local
145 bzero(&dr, sizeof(dr));
146 strlcpy(dr.ifname, "lo0", sizeof(dr.ifname)); /* dummy interface */
147 if (ioctl(s, SIOCGDRLST_IN6, (caddr_t)&dr) < 0) {
153 for(i = 0; dr.defrouter[i].if_index && i < PRLSTSIZ; i++) {
154 if (ifindex && dr.defrouter[i].if_index == ifindex) {
156 if (!IN6_IS_ADDR_LINKLOCAL(&dr.defrouter[i].rtaddr)) {
161 &dr
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nspathcontrol.py6 def pathControl_validateDrop_(self, pc, dr): return 1
7 def pathControl_acceptDrop_(self, pc, dr): return 1
H A Dtest_nsoutlineview.py15 def outlineView_validateDrop_proposedItem_proposedChildIndex_(self, ov, dr, item, idx): return 1
16 def outlineView_acceptDrop_item_childIndex_(self, ov, dr, it, idx): return 1
17 def outlineView_namesOfPromisedFilesDroppedAtDestination_forDraggedItems_(self, ov, dr, it): return 1
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nspathcontrol.py6 def pathControl_validateDrop_(self, pc, dr): return 1
7 def pathControl_acceptDrop_(self, pc, dr): return 1
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nspathcontrol.py6 def pathControl_validateDrop_(self, pc, dr): return 1
7 def pathControl_acceptDrop_(self, pc, dr): return 1
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dtrace.h212 _dispatch_trace_timer_function(dispatch_source_t ds, dispatch_source_refs_t dr) argument
214 dispatch_continuation_t dc = dr->ds_handler[DS_EVENT_HANDLER];
272 _dispatch_trace_timer_program(dispatch_source_refs_t dr, uint64_t deadline) argument
275 if (deadline && dr) {
276 dispatch_source_t ds = _dispatch_source_from_refs(dr);
278 DISPATCH_TIMER_PROGRAM(ds, _dispatch_trace_timer_function(ds, dr),
280 &ds_timer(dr), deadline, &params));
287 _dispatch_trace_timer_wake(dispatch_source_refs_t dr) argument
290 if (dr) {
291 dispatch_source_t ds = _dispatch_source_from_refs(dr);
299 _dispatch_trace_timer_fire(dispatch_source_refs_t dr, unsigned long data, unsigned long missed) argument
[all...]
H A Dsource.c47 dispatch_source_refs_t dr, unsigned long prev);
306 _dispatch_source_handler_replace(dispatch_source_refs_t dr, long kind, argument
309 dispatch_continuation_t dc = dr->ds_handler[kind];
322 dr->ds_handler[kind] = dc_new;
326 _dispatch_source_handler_free(dispatch_source_refs_t dr, long kind) argument
328 _dispatch_source_handler_replace(dr, kind, NULL);
439 dispatch_source_refs_t dr = ds->ds_refs; local
440 dispatch_continuation_t dc = dr->ds_handler[DS_REGISTN_HANDLER];
443 return _dispatch_source_handler_free(dr, DS_REGISTN_HANDLER);
450 dr
457 dispatch_source_refs_t dr = ds->ds_refs; local
487 dispatch_source_refs_t dr = ds->ds_refs; local
584 dispatch_source_refs_t dr = ds->ds_refs; local
667 dispatch_source_refs_t dr = ds->ds_refs; local
1138 _dispatch_source_timer_data(dispatch_source_refs_t dr, unsigned long prev) argument
1287 dispatch_source_refs_t dr = ds->ds_refs; local
1484 dispatch_source_refs_t dr = ds->ds_refs; local
1504 dispatch_source_refs_t dr = ds->ds_refs; local
1553 dispatch_source_refs_t dr; local
1911 dispatch_timer_source_aggregate_refs_t dr; local
1922 dispatch_timer_source_aggregate_refs_t dr; local
1925 dta->dta_kevent_timer, dr, dra_list, dta->dta_timer, dr, dta_list); local
2811 _dispatch_source_merge_mach_msg(dispatch_source_t ds, dispatch_source_refs_t dr, dispatch_kevent_t dk, mach_msg_header_t *hdr, mach_msg_size_t siz) argument
3060 dispatch_mach_refs_t dr; local
3111 dispatch_mach_refs_t dr = dm->ds_refs; local
3124 dispatch_mach_send_refs_t dr = dm->dm_refs; local
3399 dispatch_mach_send_refs_t dr = dm->dm_refs; local
3527 dispatch_mach_send_refs_t dr = dm->dm_refs; local
3553 dispatch_mach_send_refs_t dr = dm->dm_refs; local
3613 dispatch_mach_send_refs_t dr = dm->dm_refs; local
3655 dispatch_mach_send_refs_t dr = dm->dm_refs; local
3696 dispatch_mach_send_refs_t dr = dm->dm_refs; local
3720 dispatch_mach_send_refs_t dr = dm->dm_refs; local
3746 dispatch_mach_send_refs_t dr = dm->dm_refs; local
3760 dispatch_mach_send_refs_t dr = dm->dm_refs; local
3800 dispatch_mach_send_refs_t dr = dm->dm_refs; local
3811 dispatch_mach_refs_t dr = dm->ds_refs; local
3822 dispatch_mach_refs_t dr = dm->ds_refs; local
3848 dispatch_mach_refs_t dr = dm->ds_refs; local
3881 dispatch_mach_send_refs_t dr = dm->dm_refs; local
3927 dispatch_mach_refs_t dr = dm->ds_refs; local
3960 dispatch_mach_send_refs_t dr = dm->dm_refs; local
4043 dispatch_mach_send_refs_t dr = dm->dm_refs; local
4399 dispatch_source_refs_t dr = ds->ds_refs; local
4472 dispatch_source_refs_t dr; local
[all...]
H A Dsource_internal.h154 #define _dispatch_source_from_refs(dr) \
155 ((dispatch_source_t)_dispatch_wref2ptr((dr)->dr_source_wref))
156 #define ds_timer(dr) \
157 (((dispatch_timer_source_refs_t)(dr))->_ds_timer)
163 _dispatch_source_timer_idx(dispatch_source_refs_t dr) argument
165 return DISPATCH_TIMER_IDENT(ds_timer(dr).flags);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dderef.c134 ldap_derefresponse_free( LDAPDerefRes *dr )
136 for ( ; dr; ) {
137 LDAPDerefRes *drnext = dr->next;
140 LDAP_FREE( dr->derefAttr );
141 LDAP_FREE( dr->derefVal.bv_val );
143 for ( dv = dr->attrVals; dv; ) {
151 LDAP_FREE( dr );
153 dr = drnext;
189 LDAPDerefRes *dr; local
193 dr
[all...]
/macosx-10.10.1/screen-22/screen/etc/
H A Detcscreenrc48 termcap facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@
49 terminfo facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%p1%d;%p2%dr:ic@
58 termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
59 terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
H A Dscreenrc49 termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
50 terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dsp-diff.pl54 $header=0 if /^[dr]sa/;
59 if ($a[0] =~ /^[dr]sa$/)
61 ($n,$t1,$t2)=($_ =~ /^([dr]sa\s+\d+)\s+bits\s+([.\d]+)s\s+([.\d]+)/);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dderef.c289 DerefRes *dr, *drhead = NULL, **drp = &drhead; local
317 dr = op->o_tmpcalloc( 1,
320 dr->dr_spec = *ds;
321 dv = dr->dr_vals = (DerefVal *)&dr[ 1 ];
397 *drp = dr;
398 drp = &dr->dr_next;
418 for ( dr = drhead; dr != NULL; dr
[all...]
/macosx-10.10.1/misc_cmds-33/calendar/calendars/hr_HR.ISO8859-2/
H A Dcalendar.praznici12 /* dr�avni praznici */
17 06/25 Dan dr�avnosti
/macosx-10.10.1/ruby-106/ruby/test/open-uri/
H A Dtest_open-uri.rb17 Dir.mktmpdir {|dr|
19 :DocumentRoot => dr,
28 yield srv, dr, "http://#{host}:#{port}"
60 with_http {|srv, dr, url|
70 with_http {|srv, dr, url|
81 with_http {|srv, dr, url|
88 with_http {|srv, dr, url|
132 with_http {|srv, dr, url|
154 with_http {|srv, dr, url|
169 with_http {|srv, dr, ur
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dtkey_249.c128 isc_region_t sr, dr; local
199 dr = sr;
200 dr.length = n;
204 RETERR(isc_base64_totext(&dr, tctx->width - 2,
225 dr = sr;
226 dr.length = n;
230 RETERR(isc_base64_totext(&dr, tctx->width - 2,
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkIntXlibDecls.h59 EXTERN XImage * XGetImage(Display *d, Drawable dr, int i1, int i2,
213 EXTERN void XDrawArc(Display *d, Drawable dr, GC g, int i1,
220 EXTERN void XDrawLines(Display *d, Drawable dr, GC g, XPoint *x,
226 EXTERN void XDrawRectangle(Display *d, Drawable dr, GC g, int i1,
232 EXTERN void XFillArc(Display *d, Drawable dr, GC g, int i1,
239 EXTERN void XFillPolygon(Display *d, Drawable dr, GC g,
245 EXTERN void XFillRectangles(Display *d, Drawable dr, GC g,
277 EXTERN Status XGetGeometry(Display *d, Drawable dr, Window *w,
635 EXTERN void XDrawLine(Display *d, Drawable dr, GC g, int x1,
675 EXTERN XImage * XGetImage(Display *d, Drawable dr, in
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkIntXlibDecls.h54 EXTERN XImage * XGetImage _ANSI_ARGS_((Display* d, Drawable dr,
135 EXTERN void XDrawArc _ANSI_ARGS_((Display* d, Drawable dr, GC g,
139 EXTERN void XDrawLines _ANSI_ARGS_((Display* d, Drawable dr,
142 EXTERN void XDrawRectangle _ANSI_ARGS_((Display* d, Drawable dr,
146 EXTERN void XFillArc _ANSI_ARGS_((Display* d, Drawable dr, GC g,
150 EXTERN void XFillPolygon _ANSI_ARGS_((Display* d, Drawable dr,
153 EXTERN void XFillRectangles _ANSI_ARGS_((Display* d, Drawable dr,
167 EXTERN Status XGetGeometry _ANSI_ARGS_((Display* d, Drawable dr,
358 EXTERN void XDrawLine _ANSI_ARGS_((Display* d, Drawable dr, GC g,
382 EXTERN XImage * XGetImage _ANSI_ARGS_((Display* d, Drawable dr,
[all...]
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzgrep51 -*[dr]*) echo >&2 "$0: $1: option not supported"; exit 2;;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DDigest.cpp36 CFMutableDictionaryRef dr = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); local
37 CFDictionaryAddValue(dr, kSecDigestTypeAttribute, mDigestType);
41 CFDictionaryAddValue(dr, kSecDigestLengthAttribute, nr);
44 return dr;
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/ext/
H A Dconfigure603 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
605 `ls -dr ../../tcl[8-9].[0-9]* 2>/dev/null` \
607 `ls -dr ../../../tcl[8-9].[0-9]* 2>/dev/null` ; do
630 `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
694 `ls -dr ../tk[8-9].[0-9]* 2>/dev/null` \
696 `ls -dr ../../tk[8-9].[0-9]* 2>/dev/null` \
698 `ls -dr ../../../tk[8-9].[0-9]* 2>/dev/null` ; do
719 `ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do

Completed in 182 milliseconds

123456