Displaying 2 results from an estimated 2 matches for "futx".
Did you mean:
fctx
2001 Jun 29
1
wtmpx problem on Solaris 8 sparcv9 (64bit) environment
...+wtmpx_write(struct logininfo *li, struct futmpx *utx)
+#else
wtmpx_write(struct logininfo *li, struct utmpx *utx)
+#endif
{
struct stat buf;
int fd, ret = 1;
@@ -1167,6 +1183,24 @@
return ret;
}
+#ifdef __sparcv9
+void
+utmpx_to_futmpx(struct utmpx *utx, struct futmpx *futx)
+{
+ strncpy(futx->ut_user, utx->ut_user, sizeof(futx->ut_user));
+ strncpy(futx->ut_id, utx->ut_id, sizeof(futx->ut_id));
+ strncpy(futx->ut_line, utx->ut_line, sizeof(futx->ut_line));
+ futx->ut_pid = (pid32_t)utx->ut_pid;
+...
2005 Jun 16
1
Sweave and sideways
...-encoding to TS1/0 on input line 308.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 311.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 312.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 313.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 314.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 315.
Package textcomp Info: Settin...