Home
last modified time | relevance | path

Searched refs:f_fname (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/syslogd/
HDsyslogd.c169 char f_fname[MAXPATHLEN]; member
490 (void)strlcpy(consfile.f_un.f_fname, ctty + sizeof _PATH_DEV - 1, in main()
491 sizeof(consfile.f_un.f_fname)); in main()
1255 dprintf(" %s\n", f->f_un.f_fname); in fprintlog()
1269 logerror(f->f_un.f_fname); in fprintlog()
1309 dprintf(" %s%s\n", _PATH_DEV, f->f_un.f_fname); in fprintlog()
1314 if ((msgret = ttymsg(iov, IOV_SIZE, f->f_un.f_fname, 10))) { in fprintlog()
1700 printf("%s", f->f_un.f_fname); in init()
1705 printf("%s%s", _PATH_DEV, f->f_un.f_fname); in init()
1981 (void)strlcpy(f->f_un.f_fname, p + sizeof(_PATH_DEV) - 1, in cfline()
[all …]
/dragonfly/sys/vfs/smbfs/
HDsmbfs_subr.h119 u_char f_fname[8 + 1 + 3 + 1]; /* common case for 8.3 filenames */ member
HDsmbfs_smb.c849 ctx->f_name = ctx->f_fname; in smbfs_findopenLM1()
880 md_get_mem(mbp, cp, sizeof(ctx->f_fname), MB_MSYSTEM); in smbfs_findnextLM1()
881 cp[sizeof(ctx->f_fname) - 1] = 0; in smbfs_findnextLM1()