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

/macosx-10.9.5/remote_cmds-41.90.1/rwhod.tproj/
H A Drwhod.c151 struct whod mywd; variable in typeref:struct:whod
155 #define WHDRSIZE (int)(sizeof(mywd) - sizeof(mywd.wd_we))
236 strncpy(mywd.wd_hostname, myname, sizeof(mywd.wd_hostname) - 1);
237 mywd.wd_hostname[sizeof(mywd.wd_hostname) - 1] = '\0';
411 register struct whoent *we = mywd.wd_we, *wlast;
430 wlast = &mywd.wd_we[1024 / sizeof(struct whoent) - 1];
460 wlast = &mywd
[all...]

Completed in 80 milliseconds