Searched refs:tm (Results 176 - 200 of 492) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/libstdc++/scripts/
H A Dmake_graph.py169 tm = tick_mark.square
172 tm = tick_mark.dia
175 tm = tick_mark.tri
178 tm = tick_mark.dtri
181 tm = tick_mark.star
184 tm = tick_mark.plus5
195 tm = tick_mark.x5
197 tm = tick_mark.gray70dia
200 tm = tick_mark.dia
202 tm
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp38 explicit SparcDAGToDAGISel(SparcTargetMachine &tm) argument
39 : SelectionDAGISel(tm),
40 Subtarget(tm.getSubtarget<SparcSubtarget>()),
41 TM(tm) {
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h29 SystemZFrameLowering(const SystemZTargetMachine &tm,
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86RegisterInfo.h58 X86RegisterInfo(X86TargetMachine &tm);
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_move.c39 MARK fm1, fm2, m, tm; local
64 tm.lno = cmdp->lineno;
65 tm.cno = 0;
66 if (put(sp, &cb, NULL, &tm, &m, 1))
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-ntp.c245 struct tm *tm; local
248 tm = localtime(&seconds);
249 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
/freebsd-9.3-release/contrib/tnftp/src/
H A Dextern.h94 struct tm;
191 const char *rfc2822time(const struct tm *);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_locl.h121 struct tm *localtime(const time_t *);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dstrptime.c193 set_week_number_sun (struct tm *timeptr, int wnum)
209 set_week_number_mon (struct tm *timeptr, int wnum)
225 set_week_number_mon4 (struct tm *timeptr, int wnum)
245 strptime (const char *buf, const char *format, struct tm *timeptr)
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/amd64/
H A Dconfig.h174 #define GDB_TM_FILE config/i386/tm-fbsd.h
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/i386/
H A Dconfig.h174 #define GDB_TM_FILE config/i386/tm-fbsd.h
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/ia64/
H A Dconfig.h174 #define GDB_TM_FILE config/ia64/tm-fbsd.h
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/mips/
H A Dconfig.h174 #define GDB_TM_FILE config/mips/tm-fbsd.h
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/powerpc/
H A Dconfig.h174 #define GDB_TM_FILE config/powerpc/tm-ppc-eabi.h
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/powerpc64/
H A Dconfig.h174 #define GDB_TM_FILE config/powerpc/tm-ppc-eabi.h
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/sparc64/
H A Dconfig.h174 #define GDB_TM_FILE config/sparc/tm-fbsd.h
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs.h395 #define TMPFS_LOCK(tm) mtx_lock(&(tm)->allnode_lock)
396 #define TMPFS_UNLOCK(tm) mtx_unlock(&(tm)->allnode_lock)
/freebsd-9.3-release/sys/ia64/ia64/
H A Defi.c155 efi_get_time(struct efi_tm *tm) argument
158 efi_runtime->rt_gettime(tm, NULL);
237 efi_set_time(struct efi_tm *tm) argument
240 return (efi_status_to_errno(efi_runtime->rt_settime(tm)));
/freebsd-9.3-release/usr.bin/who/
H A Dwho.c161 struct tm *tm; local
183 tm = localtime(&t);
184 strftime(buf, sizeof(buf), d_first ? "%e %b %R" : "%b %e %R", tm);
/freebsd-9.3-release/contrib/ntp/libparse/
H A Dclk_sel240x.c134 struct tm ptime;
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dexpspeed.c232 double tm; local
330 tm = Time_F(STOP);
351 sizes[i], sizes[i], sizes[i], tm * 1000.0 / num,
352 tm * mul_c[i] / num, num);
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lstdc247 time_t (mktime)(struct tm *timeptr);
249 char *(asctime)(const struct tm *timeptr);
251 struct tm *(gmtime)(const time_t *timer);
252 struct tm *(localtime)(const time_t *timer);
254 const struct tm *timeptr);
/freebsd-9.3-release/contrib/diff/src/
H A Dcontext.c32 size_t nstrftime (char *, size_t, char const *, struct tm const *, int, int);
60 struct tm const *tm = localtime (&inf->stat.st_mtime);
62 if (! (tm && nstrftime (buf, sizeof buf, time_format, tm, 0, nsec)))
59 struct tm const *tm = localtime (&inf->stat.st_mtime); local
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dreadmsg.c453 char tm[26]; local
478 strncpy(tm, ctime(&tsp_time_sec)+3+1, sizeof(tm));
479 tm[15] = '\0'; /* ugh */
484 tm,
/freebsd-9.3-release/contrib/dialog/
H A Dcalendar.c49 typedef int (*BOX_DRAW) (struct _box *, struct tm *);
142 days_in_month(struct tm *current, int offset /* -1, 0, 1 */ )
168 days_in_year(struct tm *current, int offset /* -1, 0, 1 */ )
176 day_cell_number(struct tm *current)
216 draw_day(BOX * data, struct tm *current)
291 draw_month(BOX * data, struct tm *current)
313 draw_year(BOX * data, struct tm *current)
432 struct tm current;
454 /* compute a struct tm that matches the day/month/year parameters */
615 struct tm ol
[all...]

Completed in 361 milliseconds

1234567891011>>