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

/netbsd-6-1-5-RELEASE/usr.sbin/rwhod/
H A Drwhod.c98 static struct whod mywd; variable in typeref:struct:whod
102 #define WHDRSIZE (sizeof(mywd) - sizeof(mywd.wd_we))
196 (void)strncpy(mywd.wd_hostname, myname, sizeof(mywd.wd_hostname) - 1);
361 struct whoent *we = mywd.wd_we, *wlast;
378 wlast = &mywd.wd_we[1024 / sizeof(struct whoent) - 1];
389 utmpent = we - mywd.wd_we;
401 we = mywd.wd_we;
409 mywd
[all...]
/netbsd-6-1-5-RELEASE/lib/librumpuser/
H A Dsp_common.c609 char mywd[PATH_MAX]; local
611 if (getcwd(mywd, sizeof(mywd)) == NULL) {
615 if (strlen(addr) + strlen(mywd) > sizeof(sun.sun_path))
617 strlcpy(sun.sun_path, mywd, sizeof(sun.sun_path));

Completed in 62 milliseconds