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

/xsrc/external/mit/xterm/dist/
H A Dmain.c3977 struct lastlogx lastlogx; local in function:spawnXTerm
5034 memset(&lastlogx, 0, sizeof(lastlogx));
5035 copy_filled(lastlogx.ll_line,
5037 sizeof(lastlogx.ll_line));
5038 X_GETTIMEOFDAY(&lastlogx.ll_tv);
5039 SetUtmpHost(lastlogx.ll_host, screen);
5040 updlastlogx(_PATH_LASTLOGX, screen->uid, &lastlogx);

Completed in 7 milliseconds