Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1271 mntfs_same_word(char *worda, char *bufa, size_t sizea, off_t offb, char *bufb, in mntfs_same_word() argument
1277 ASSERT(worda != NULL); in mntfs_same_word()
1279 bytes_remaining = MIN(((bufa + sizea) - worda), in mntfs_same_word()
1281 while (bytes_remaining && *worda == *wordb) { in mntfs_same_word()
1282 worda++; in mntfs_same_word()
1287 *worda == '\0' && (*wordb == '\t' || *wordb == '\n')) in mntfs_same_word()