Home
last modified time | relevance | path

Searched refs:f_uname (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h345 char f_uname[MAXUNAMES][UT_NAMESIZE+1]; member
H A Dsyslogd.c2715 if (!f->f_un.f_uname[i][0]) in reapchild()
2717 if (strcmp(f->f_un.f_uname[i], ep->name) == 0) { in reapchild()
3648 i < MAXUNAMES && *f->f_un.f_uname[i]; i++) in init()
3649 printf("%s, ", f->f_un.f_uname[i]); in init()
4033 (void)strncpy(f->f_un.f_uname[i], p, UT_NAMESIZE); in decode()
4035 f->f_un.f_uname[i][UT_NAMESIZE] = '\0'; in decode()
4037 f->f_un.f_uname[i][q - p] = '\0'; in decode()