Searched refs:xt (Results 1 - 25 of 87) sorted by relevance

1234

/macosx-10.10/apr-32/apr/apr/time/unix/
H A Dtimestr.c44 apr_time_exp_t xt; local
48 apr_time_exp_gmt(&xt, t);
53 s = &apr_day_snames[xt.tm_wday][0];
59 *date_str++ = xt.tm_mday / 10 + '0';
60 *date_str++ = xt.tm_mday % 10 + '0';
62 s = &apr_month_snames[xt.tm_mon][0];
67 real_year = 1900 + xt.tm_year;
74 *date_str++ = xt.tm_hour / 10 + '0';
75 *date_str++ = xt.tm_hour % 10 + '0';
77 *date_str++ = xt
92 apr_time_exp_t xt; local
132 apr_strftime(char *s, apr_size_t *retsize, apr_size_t max, const char *format, apr_time_exp_t *xt) argument
[all...]
H A Dtime.c81 static void explode_time(apr_time_exp_t *xt, apr_time_t t, argument
86 xt->tm_usec = t % APR_USEC_PER_SEC;
100 xt->tm_sec = tm.tm_sec;
101 xt->tm_min = tm.tm_min;
102 xt->tm_hour = tm.tm_hour;
103 xt->tm_mday = tm.tm_mday;
104 xt->tm_mon = tm.tm_mon;
105 xt->tm_year = tm.tm_year;
106 xt->tm_wday = tm.tm_wday;
107 xt
[all...]
/macosx-10.10/apr-32/apr/apr/test/
H A Dtesttime.c37 static char* print_time (apr_pool_t *pool, const apr_time_exp_t *xt) argument
41 xt->tm_year + 1900,
42 xt->tm_mon + 1,
43 xt->tm_mday,
44 xt->tm_hour,
45 xt->tm_min,
46 xt->tm_sec,
47 xt->tm_usec,
48 xt->tm_gmtoff,
49 xt
76 apr_time_exp_t xt; local
97 apr_time_exp_t xt; local
126 apr_time_exp_t xt; local
144 apr_time_exp_t xt; local
162 apr_time_exp_t xt; local
210 apr_time_exp_t xt; local
227 apr_time_exp_t xt; local
243 apr_time_exp_t xt; local
265 apr_time_exp_t xt; local
281 apr_time_exp_t xt; local
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dutil_time.c34 apr_time_exp_t xt; member in struct:exploded_time_cache_element
53 static apr_status_t cached_explode(apr_time_exp_t *xt, apr_time_t t, argument
112 return apr_time_exp_gmt(xt, t);
115 return apr_time_exp_lt(xt, t);
120 memcpy(xt, &(cache_element_snapshot.xt),
127 r = apr_time_exp_gmt(xt, t);
130 r = apr_time_exp_lt(xt, t);
136 memcpy(&(cache_element->xt), xt, sizeo
168 apr_time_exp_t xt; local
262 apr_time_exp_t xt; local
[all...]
/macosx-10.10/apr-32/apr/apr/time/win32/
H A Dtimestr.c36 apr_time_exp_t xt; local
40 apr_time_exp_gmt(&xt, t);
45 s = &apr_day_snames[xt.tm_wday][0];
51 *date_str++ = xt.tm_mday / 10 + '0';
52 *date_str++ = xt.tm_mday % 10 + '0';
54 s = &apr_month_snames[xt.tm_mon][0];
59 real_year = 1900 + xt.tm_year;
66 *date_str++ = xt.tm_hour / 10 + '0';
67 *date_str++ = xt.tm_hour % 10 + '0';
69 *date_str++ = xt
84 apr_time_exp_t xt; local
[all...]
H A Dtime.c52 static void SystemTimeToAprExpTime(apr_time_exp_t *xt, SYSTEMTIME *tm) argument
60 xt->tm_usec = tm->wMilliseconds * 1000;
61 xt->tm_sec = tm->wSecond;
62 xt->tm_min = tm->wMinute;
63 xt->tm_hour = tm->wHour;
64 xt->tm_mday = tm->wDay;
65 xt->tm_mon = tm->wMonth - 1;
66 xt->tm_year = tm->wYear - 1900;
67 xt->tm_wday = tm->wDayOfWeek;
68 xt
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/tags/
H A Dxtif_dir.c43 xtiff *xt = XTIFFDIR(tif); local
44 XTIFFDirectory *xd = &xt->xtif_dir;
48 if (PARENT(xt,printdir))
49 (PARENT(xt,printdir))(tif,fd,flags);
91 xtiff *xt = XTIFFDIR(tif); local
92 XTIFFDirectory* xd = &xt->xtif_dir;
119 return (PARENT(xt,vsetfield))(tif,tag,ap);
129 if (!(xt->xtif_flags & XTIFFP_PRINT))
131 PARENT(xt,printdir) = TIFFMEMBER(tif,printdir);
133 xt
156 xtiff *xt = XTIFFDIR(tif); local
192 _XTIFFFreeDirectory(xtiff* xt) argument
211 xtiff *xt = XTIFFDIR(tif); local
256 xtiff *xt; local
335 xtiff *xt = XTIFFDIR(tif); local
[all...]
H A Dxtiffiop.h58 #define PARENT(xt,pmember) ((xt)->xtif_ ## pmember)
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_pcblist.c196 tcpcb_to_xtcpcb_n(struct tcpcb *tp, struct xtcpcb_n *xt) argument
198 xt->xt_len = sizeof (struct xtcpcb_n);
199 xt->xt_kind = XSO_TCPCB;
201 xt->t_segq = (uint32_t)VM_KERNEL_ADDRPERM(tp->t_segq.lh_first);
202 xt->t_dupacks = tp->t_dupacks;
203 xt->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT];
204 xt->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST];
205 xt->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP];
206 xt->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL];
207 xt
355 struct xtcpcb_n *xt = (struct xtcpcb_n *) local
[all...]
H A Dtcp_subr.c1540 struct xtcpcb xt; variable in typeref:struct:xtcpcb
1543 bzero(&xt, sizeof(xt));
1544 xt.xt_len = sizeof xt;
1546 inpcb_to_compat(inp, &xt.xt_inp);
1551 &xt.xt_tp);
1553 bzero((char *) &xt.xt_tp, sizeof xt.xt_tp);
1556 sotoxsocket(inp->inp_socket, &xt
1723 struct xtcpcb64 xt; variable in typeref:struct:xtcpcb64
[all...]
/macosx-10.10/screen-22/screen/
H A Dimage.h80 #define bcopy_mline(ml, xf, xt, n) do { \
81 bcopy((char *)(ml)->image + (xf), (char *)(ml)->image + (xt), (n)); \
82 bcopy((char *)(ml)->attr + (xf), (char *)(ml)->attr + (xt), (n)); \
83 IFFONT( bcopy((char *)(ml)->font + (xf), (char *)(ml)->font + (xt), (n)); ) \
84 IFCOLOR( bcopy((char *)(ml)->color + (xf), (char *)(ml)->color + (xt), (n)); ) \
85 IFCOLORX(bcopy((char *)(ml)->colorx + (xf), (char *)(ml)->colorx + (xt), (n));) \
H A Dresize.c481 BcopyMline(mlf, xf, mlt, xt, l, w)
483 int xf, xt, l, w;
487 bcopy((char *)mlf->image + xf, (char *)mlt->image + xt, l);
495 bcopy((char *)mlf->attr + xf, (char *)mlt->attr + xt, l);
504 bcopy((char *)mlf->font + xf, (char *)mlt->font + xt, l);
514 bcopy((char *)mlf->color + xf, (char *)mlt->color + xt, l);
523 bcopy((char *)mlf->colorx + xf, (char *)mlt->colorx + xt, l);
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotaxis.tcl354 set xt [expr {$xmin+0.0}]
381 lappend xts $xt
383 set xt [expr {$xt+$xdelt}]
385 set xt 0.0
390 foreach x $xs xt $xts {
392 foreach {xcrd ycrd} [coordsToPixel $w $xt $scaling($w,ymin)] {break}
403 set xlabel [format "%.12g" $xt]
405 set xlabel [FormatNumber $format $xt]
412 if { $xdelt != {} && $xt <
[all...]
/macosx-10.10/apache-793/httpd/modules/loggers/
H A Dmod_log_config.c580 apr_time_exp_t *xt)
584 apr_strftime(tstr, &retcode, sizeof(tstr), a, xt);
624 apr_time_exp_t xt; local
713 ap_explode_recent_localtime(&xt, request_time);
714 return log_request_time_custom(r, a, &xt);
735 ap_explode_recent_localtime(&xt, request_time);
736 timz = xt.tm_gmtoff;
747 xt.tm_mday, apr_month_snames[xt.tm_mon],
748 xt
579 log_request_time_custom(request_rec *r, char *a, apr_time_exp_t *xt) argument
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dreva.vim78 Builtin >class >lz >name >xt alias alias: appname argc asciiz, asciizl,
83 Builtin THROW_BADLIB THROW_GENERIC used xt>size z,
92 Builtin tp vector vector! word? xt? .ver revaver revaver# && '' 'constant 'context
104 Builtin xchg xchg2 xfind xt>name xwords { {{ }} } _+ _1+ _1- pathsep case \||
/macosx-10.10/ruby-106/ruby/
H A Derror.c442 int xt; local
448 xt = TYPE(x);
449 if (xt != t || (xt == T_DATA && RTYPEDDATA_P(x))) {
455 if (xt > T_MASK && xt <= 0x3f) {
456 rb_fatal("unknown type 0x%x (0x%x given, probably comes from extension library for ruby 1.8)", t, xt);
458 rb_bug("unknown type 0x%x (0x%x given)", t, xt);
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/Install/
H A DMakefile.pm121 if ( -d 'xt' and ($ENV{RELEASE_TESTING} or $self->author) ) {
122 File::Find::find( \&_wanted_t, 'xt' );
166 } elsif ( -d 'xt' and ($self->author or $ENV{RELEASE_TESTING}) ) {
168 TESTS => join( ' ', map { "$_/*.t" } grep { -d $_ } qw{ t xt } ),
/macosx-10.10/vim-55/runtime/lang/
H A Dmenu_sr_rs.iso_8859-5.vim58 menutrans Te&xt\ Width\.\.\. &������\ ������\.\.\.
167 "menutrans Ne&xt<Tab>^Ww &�������<Tab>^Ww
H A Dmenu_sr_rs.utf-8.vim58 menutrans Te&xt\ Width\.\.\. &������������\ ������������\.\.\.
167 "menutrans Ne&xt<Tab>^Ww &��������������<Tab>^Ww
H A Dmenu_uk_ua.cp1251.vim67 menutrans Te&xt\ Width\.\.\. &������\ ������\.\.\.
168 menutrans Ne&xt<Tab>^Ww &��������<Tab>^Ww
H A Dmenu_uk_ua.koi8-u.vim67 menutrans Te&xt\ Width\.\.\. &������\ ������\.\.\.
168 menutrans Ne&xt<Tab>^Ww &��������<Tab>^Ww
H A Dmenu_cs_cz.iso_8859-2.vim51 menutrans &Context\ lines Zobrazit\ konte&xt\ kurzoru
77 menutrans Te&xt\ Width\.\.\. ���ka\ te&xtu\.\.\.
189 menutrans Ne&xt<Tab>^Ww &Dal��<Tab>^Ww
H A Dmenu_czech_czech_republic.1250.vim51 menutrans &Context\ lines Zobrazit\ konte&xt\ kurzoru
77 menutrans Te&xt\ Width\.\.\. ���ka\ te&xtu\.\.\.
189 menutrans Ne&xt<Tab>^Ww &Dal��<Tab>^Ww
H A Dmenu_czech_czech_republic.ascii.vim51 menutrans &Context\ lines Zobrazit\ konte&xt\ kurzoru
77 menutrans Te&xt\ Width\.\.\. Sirka\ te&xtu\.\.\.
189 menutrans Ne&xt<Tab>^Ww &Dalsi<Tab>^Ww
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.parse.c684 syntax_cleanup(void *xt) argument
688 t = xt;

Completed in 158 milliseconds

1234