Lines Matching full:vos
2 # found in VOS 17.1.0 and higher.
19 if test `uname -r | sed -e 's/OpenVOS Release //' -e 's/VOS Release //'` \< "17.1.0"; then
33 # executable suffix in VOS. Talk about cosmic resonance.
52 # Don't use nm. The VOS copy of libc.a is empty.
61 # VOS doesn't need a pager, but perl does.
64 # VOS has a bug that causes _exit() to flush all files.
68 # VOS has a link() function but it is a dummy.
71 # VOS does not have truncate() but we supply one in vos.c
73 archobjs="vos.o"
75 # Help gmake find vos.c
76 test -h vos.c || ln -s vos/vos.c vos.c
81 # VOS 17.1 has support for dynamic linking.