Searched defs:ftime (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dftime.c51 ftime(struct timeb *tp) function
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dftime.c48 * Backwards compatible ftime.
52 ftime(struct timeb *tp) function
/illumos-gate/usr/src/lib/libbc/libc/compat/4.1/
H A Dftime.c33 * Backwards compatible ftime.
49 ftime(struct timeb *tp) function
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c501 char btime[80], ftime[80]; local
512 fmttime(ftime, fsqp->fsq_dqb.dqb_ftimelimit);
515 fsqp->fsq_fs, btime, ftime);
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c685 char gname[32], uname[32], fsize[32], ftime[32]; local
688 /* type mode uname gname fsize ftime */
708 /* get ftime */
712 (void) sprintf(ftime, " %-7.7s %-4.4s ", cp+4, cp+20);
714 (void) sprintf(ftime, " %-12.12s ", cp+4);
720 p->acl, p->fnl, uname, gflg ? gname : "", fsize, ftime);
/illumos-gate/usr/src/boot/include/isofs/cd9660/
H A Diso.h200 char ftime [ISODCL (62, 78)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c179 _da_read_file(char *fname, char **fbuf, time_t *ftime, rwlock_t *flock, argument
188 *ftime = 0;
201 while (newtime > *ftime) {
247 *ftime = newtime;
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1665 char pmode[32], uname[32], gname[32], fsize[32], ftime[32]; local
1819 (void) sprintf(ftime, "%-7.7s %-4.4s", cp + 4, cp + 20);
1821 (void) sprintf(ftime, "%-12.12s", cp + 4);
1837 ftime, /* modify time */
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h711 hrtime_t ftime[256]; member in struct:pmcs_hw

Completed in 79 milliseconds