Searched refs:machdir (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | bnuconvert.c | 41 DIR *machdir, *spooldir; local 98 if ((machdir = opendir(machname)) == NULL) { 106 while (gnamef(machdir, file2) == TRUE) { 133 closedir(machdir);
|
H A D | uucleanup.c | 159 DIR *jcdir, *machdir, *spooldir; local 261 if ((machdir = opendir(machname)) == NULL) { 270 while (gnamef(machdir, file2) == TRUE) { 319 closedir(machdir);
|
H A D | uustat.c | 129 DIR *spooldir, *subdir, *machdir, *gradedir; local 385 machdir = opendir(fullpath); 386 if (machdir == NULL) 390 while (gnamef(machdir, gradef) == TRUE) { 423 if ( (i = _age(machdir, gradef)) > m->x_age) 427 closedir(machdir);
|
/titanic_41/usr/src/tools/scripts/ |
H A D | Install.sh | 642 typeset machdir= 673 machdir=$platdir 675 machdir=$INSTALL_FILES/kernel 684 destdir=$machdir/misc/$b64tgtdir 696 $machdir/kmdb/$b64tgtdir 705 destdir=$machdir/misc/$b32tgtdir 713 $machdir/kmdb/$b32tgtdir
|