Home
last modified time | relevance | path

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

/titanic_41/usr/src/test/zfs-tests/tests/functional/utils_test/
H A Dutils_test_002_pos.ksh64 log_mustnot $LABELIT /dev/rdsk/${DISK}s0 mfiles ${DISK}s0
/titanic_41/usr/src/cmd/troff/
H A Dn1.c321 strcpy(mfiles[idx], pat);
322 strcat(mfiles[idx], fn);
323 if (access(mfiles[idx], 4) == -1)
1184 p = mfiles[nmfi++]; in nextfile()
1305 strcpy(mfiles[nmfi], nextf);
H A Dext.h58 extern char mfiles[NMF][NS];
H A Dni.c85 char mfiles[NMF][NS]; variable