Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c320 strcpy(mfiles[idx], pat);
321 strcat(mfiles[idx], fn);
322 if (access(mfiles[idx], 4) == -1)
1183 p = mfiles[nmfi++]; in nextfile()
1304 strcpy(mfiles[nmfi], nextf);
H A Dext.h56 extern char mfiles[NMF][NS];
H A Dni.c83 char mfiles[NMF][NS]; variable