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

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1259 * worda is a memory address that lies somewhere in the buffer bufa; it cannot
1261 * not wish to match a particular field. The text to which worda points is
1271 mntfs_same_word(char *worda, char *bufa, size_t sizea, off_t offb, char *bufb, argument
1277 ASSERT(worda != NULL);
1279 bytes_remaining = MIN(((bufa + sizea) - worda),
1281 while (bytes_remaining && *worda == *wordb) {
1282 worda++;
1287 *worda == '\0' && (*wordb == '\t' || *wordb == '\n'))

Completed in 60 milliseconds