Searched refs:time_usec (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_vers.cc | 53 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 D | db_vers_c.x | 47 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 D | utmp_update.c | 228 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 D | getutx.c | 493 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()
|