Home
last modified time | relevance | path

Searched refs:time_usec (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libnisdb/
H A Ddb_vers.cc53 vers_high = vers_low = time_sec = time_usec = 0; in assign()
56 time_usec = other->time_usec; in assign()
85 newvers->time_usec = (unsigned int) mt.tv_usec; in nextminor()
119 newvers->time_usec = (unsigned int) mt.tv_usec; in nextmajor()
175 time_usec); in print()
182 vers_high = vers_low = time_sec = time_usec = 0; in zero()
193 time_usec == other->time_usec; in equal()
H A Ddb_vers_c.x47 u_int time_usec; member
59 % unsigned int time_usec;
64 % vers_high = vers_low = time_sec = time_usec = 0;
73 % vers_high = high; vers_low = low; time_sec = time_usec = 0;
/titanic_41/usr/src/cmd/utmp_update/
H A Dutmp_update.c228 char *user, *id, *line, *pid, *type, *term, *time_usec, in load_utmpx_struct() local
243 time_usec = argv[9 ]; in load_utmpx_struct()
275 (void) sscanf(time_usec, "%d", &temp); in load_utmpx_struct()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetutx.c493 term[STRSZ], exit[STRSZ], time[STRSZ], time_usec[STRSZ], in invoke_utmp_update() local
517 (void) sprintf(time_usec, "%ld", entryx->ut_tv.tv_usec); in invoke_utmp_update()
539 argvec[9] = time_usec; in invoke_utmp_update()