68fd965f98
isdir? ( fd -- bool ) freaddir ( fd -- ptr len TRUE | FALSE ) The 'isdir?' word returns `true' if the file descriptor is for a directory and `false' otherwise. The 'freaddir' word reads the next directory entry and if successful, returns its name and 'true'. Otherwise 'false' is returned. These words give the loader the ability to scan directories and read files contained in them for 'rc.d'-like flexibility in handling which modules to load and/or which tunables to set. Obtained from: Juniper Networks, Inc. |
||
---|---|---|
.. | ||
amd64 | ||
arm | ||
i386 | ||
ia64 | ||
mips | ||
powerpc | ||
softwords | ||
sparc64 | ||
dict.c | ||
ficl.c | ||
ficl.h | ||
fileaccess.c | ||
float.c | ||
loader.c | ||
Makefile | ||
math64.c | ||
math64.h | ||
prefix.c | ||
search.c | ||
stack.c | ||
testmain.c | ||
tools.c | ||
unix.c | ||
vm.c | ||
words.c |