Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDvfs_subr.c1964 int actsize; in vfs_flagstostr() local
1975 actsize = strlen(buf); in vfs_flagstostr()
1976 if (actsize > 0) in vfs_flagstostr()
1977 buf += actsize; in vfs_flagstostr()
1992 if (bwritten || actsize > 0) { in vfs_flagstostr()