Searched refs:timep (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dgettimeofday.c59 rpl_localtime (time_t const *timep) argument
61 struct tm *tm = localtime (timep);
71 rpl_gmtime (time_t const *timep) argument
73 struct tm *tm = gmtime (timep);
/haiku-fatelf/src/system/libroot/posix/time/
H A Dlocaltime_fading_out.c150 static struct tm * gmtsub P((const time_t * timep, long offset,
152 static struct tm * localsub P((const time_t * timep, long offset,
174 static struct tm * timesub P((const time_t * timep, long offset,
1233 localsub(timep, offset, tmp)
1234 const time_t * const timep;
1242 const time_t t = *timep;
1247 return gmtsub(timep, offset, tmp);
1326 localtime(timep)
1327 const time_t * const timep;
1330 return localsub(timep,
[all...]
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_time.h63 extern char *fssh_asctime_r(const struct fssh_tm *timep,
/haiku-fatelf/headers/posix/
H A Dtime.h79 extern char *asctime_r(const struct tm *timep, char *buffer);
/haiku-fatelf/src/bin/compress/
H A Dcompress.c1523 struct utimbuf timep; local
1564 timep.actime = statbuf.st_atime;
1565 timep.modtime = statbuf.st_mtime;
1566 utime(ofname, &timep); /* Update last accessed and modified times */
/haiku-fatelf/src/bin/gzip/
H A Dgzip.c1602 struct utimbuf timep; local
1605 timep.actime = statb->st_atime;
1606 timep.modtime = statb->st_mtime;
1609 if (utime(name, &timep) && !S_ISDIR(statb->st_mode)) {
/haiku-fatelf/src/bin/zic/
H A Dzic.c151 const char * dayp, const char * timep));
1262 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep)
1269 const char * const timep;
1283 dp = ecpyalloc(timep);

Completed in 75 milliseconds