/src/usr.sbin/rwhod/ |
rwhod.c | 99 static struct whod mywd; variable in typeref:struct:whod 103 #define WHDRSIZE (sizeof(mywd) - sizeof(mywd.wd_we)) 197 (void)strncpy(mywd.wd_hostname, myname, sizeof(mywd.wd_hostname) - 1); 362 struct whoent *we = mywd.wd_we, *wlast; 379 wlast = &mywd.wd_we[1024 / sizeof(struct whoent) - 1]; 390 utmpent = we - mywd.wd_we; 402 we = mywd.wd_we; 410 mywd.wd_loadav[i] = htonl((u_long)(avenrun[i] * 100)) [all...] |
rwhod.c | 99 static struct whod mywd; variable in typeref:struct:whod 103 #define WHDRSIZE (sizeof(mywd) - sizeof(mywd.wd_we)) 197 (void)strncpy(mywd.wd_hostname, myname, sizeof(mywd.wd_hostname) - 1); 362 struct whoent *we = mywd.wd_we, *wlast; 379 wlast = &mywd.wd_we[1024 / sizeof(struct whoent) - 1]; 390 utmpent = we - mywd.wd_we; 402 we = mywd.wd_we; 410 mywd.wd_loadav[i] = htonl((u_long)(avenrun[i] * 100)) [all...] |
/src/lib/librumpuser/ |
sp_common.c | 660 char mywd[PATH_MAX]; local in function:unix_parse 662 if (getcwd(mywd, sizeof(mywd)) == NULL) { 666 if (strlen(addr)+strlen(mywd)+1 669 strcpy(s_un.sun_path, mywd);
|
sp_common.c | 660 char mywd[PATH_MAX]; local in function:unix_parse 662 if (getcwd(mywd, sizeof(mywd)) == NULL) { 666 if (strlen(addr)+strlen(mywd)+1 669 strcpy(s_un.sun_path, mywd);
|