Home
last modified time | relevance | path

Searched refs:VFP_NONE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dcheckmap.c157 if (vfpOpen(&vfp, mapfile, "r", VFP_NONE) != 0) { in checkmap()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Docfile.c328 if (vfpOpen(&tmpvfp, (char *)NULL, "w", VFP_NONE) != 0) { in ocfile()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h112 #define VFP_NONE 0x00000000 /* no special flags */ macro