Searched refs:VFP_NONE (Results 1 – 3 of 3) sorted by relevance
157 if (vfpOpen(&vfp, mapfile, "r", VFP_NONE) != 0) { in checkmap()
325 if (vfpOpen(&tmpvfp, (char *)NULL, "w", VFP_NONE) != 0) { in ocfile()
114 #define VFP_NONE 0x00000000 /* no special flags */ macro