Searched refs:tm2 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dtimegm.c56 struct tm *tm2; local
66 tm2 = gmtime(&t);
67 if ((t2 = sub_mkgmt(tm2)) == (time_t) -1)
70 if (t2 < t || tm2->tm_sec != sec) {
80 * tm2
89 tm2 = gmtime(&t);
95 if (tm2->tm_sec == sec
96 || (t += 2, tm2 = gmtime(&t), tm2->tm_sec == sec)
97 || (t -= 4, tm2
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dstrpftime-test.c243 struct tm tm2; local
261 memset (&tm2, 0, sizeof(tm2));
264 &tm2);
272 strftime (buf, sizeof(buf), tests[i].vals[j].format, &tm2);
/macosx-10.10/vim-55/src/proto/
H A Dex_cmds2.pro15 void profile_sub __ARGS((proftime_T *tm, proftime_T *tm2));
20 void profile_add __ARGS((proftime_T *tm, proftime_T *tm2));
24 int profile_equal __ARGS((proftime_T *tm1, proftime_T *tm2));
25 int profile_cmp __ARGS((proftime_T *tm1, proftime_T *tm2));
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dutil.c238 struct tm tm, tm2; local
241 memset (&tm2, 0, sizeof (tm2));
275 if(p[0] != '\0' && strptime (p, "%H:%M:%S", &tm2) != NULL) {
276 tm.tm_hour = tm2.tm_hour;
277 tm.tm_min = tm2.tm_min;
278 tm.tm_sec = tm2.tm_sec;
/macosx-10.10/vim-55/src/
H A Dex_cmds2.c857 * Subtract the time "tm2" from "tm".
860 profile_sub(tm, tm2)
861 proftime_T *tm, *tm2;
864 tm->QuadPart -= tm2->QuadPart;
866 tm->tv_usec -= tm2->tv_usec;
867 tm->tv_sec -= tm2->tv_sec;
975 * Add the time "tm2" to "tm".
978 profile_add(tm, tm2)
979 proftime_T *tm, *tm2;
982 tm->QuadPart += tm2
[all...]
/macosx-10.10/swig-12/Source/Swig/
H A Dtypemap.c182 Hash *tm2; local
216 tm2 = Getattr(tm, tm_method);
217 if (!tm2) {
218 tm2 = NewHash();
219 Setattr(tm, tm_method, tm2);
220 Delete(tm2);
254 /* Setattr(tm2,newop,newop); */
262 Setattr(tm2, "code", code);
263 Setattr(tm2, "type", type);
264 Setattr(tm2, "typema
[all...]
/macosx-10.10/swig-12/Source/Modules/
H A Dchicken.cxx676 String *tm2 = NewString("");; local
812 Delete(tm2);
834 String *tm2 = NewString(""); local
978 Delete(tm2);
H A Dmzscheme.cxx513 String *tm2 = NewString("");; local
582 Delete(tm2);
H A Docaml.cxx777 String *tm2 = NewString("");; local
867 Delete(tm2);
/macosx-10.10/ruby-106/ruby/ext/date/
H A Ddate_core.c7806 struct tm tm2; local
7809 if (!gmtime_r(&sec, &tm2))
7811 tm2.tm_isdst = tm.tm_isdst;
7812 sec2 = mktime(&tm2);

Completed in 276 milliseconds