Home
last modified time | relevance | path

Searched refs:xtime (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DPermSARegTable.java130 long xtime = ((Long)rec[TIME]).longValue(); in walk() local
134 if (xtime <= lnow) { in walk()
/titanic_41/usr/src/cmd/utmp_update/
H A Dutmp_update.c229 *exitstatus, *xtime, *session, *pad, *syslen, *host; in load_utmpx_struct() local
242 xtime = argv[8]; in load_utmpx_struct()
272 (void) sscanf(xtime, "%d", &temp); in load_utmpx_struct()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c512 static void get_xtime(char *value, timestruc_t *xtime);
7134 get_xtime(char *value, timestruc_t *xtime) in get_xtime() argument
7146 xtime->tv_sec = strtol(value, NULL, 10); in get_xtime()
7148 xtime->tv_nsec = 0; in get_xtime()
7152 xtime->tv_nsec = strtol(nanosec, NULL, 10); in get_xtime()