Home
last modified time | relevance | path

Searched refs:Iopen (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl2/rcs/dist/src/
H A Drcsfcmp.c174 if (!(ufp = Iopen(uname, FOPEN_R_WORK, &ustat))) {
353 if (rcsfcmp(Iopen(argv[3], FOPEN_R_WORK, (struct stat*)0), argv[4], &delta))
H A Dmerger.c110 if (!(rt = Iopen(t, "r", (struct stat*)0)))
H A Drcsmerge.c222 if (!(workptr = Iopen(workname, FOPEN_R_WORK, (struct stat*)0)))
H A Drcsbase.h614 # define Iopen(f,m,s) I_open(f,s) macro
616 RILE *Iopen P((char const*,char const*,struct stat*));
H A Drcskeep.c142 if (!(fp = Iopen(workname, FOPEN_R_WORK, (struct stat*)0))) {
H A Drcsclean.c149 (workptr = Iopen(workname, FOPEN_R_WORK, &workstat))
H A Drcsdiff.c324 if (!(workptr = Iopen(workname, FOPEN_R_WORK, &workstat))) {
H A Drcssyn.c674 if (!(finptr = Iopen(argv[1], FOPEN_R, (struct stat*)0))) {
H A Drcslex.c1110 Iopen(name, type, status) in I_open()
1527 if (!(finptr=Iopen(argv[1], FOPEN_R, (struct stat*)0))) {
H A Drcsgen.c595 if (!(fin = Iopen(srcname, "r", (struct stat*)0))) {
H A Drcsrev.c883 if (!(finptr=Iopen(argv[1], FOPEN_R, (struct stat*)0))) {
H A Drcsfnms.c591 return Iopen(RCSpath->string, FOPEN_RB, status);
H A Dci.c486 if (!(workptr = Iopen(workname, FOPEN_R_WORK, &workstat))) {
H A Drcsedit.c1458 f = Iopen(RCSpath, FOPEN_RB, status);
H A DChangeLog119 (Iopen): Use fdSafer to get safer file descriptor.
560 * rcsmerge.c: Don't Iopen(f, "r+"); it's not portable.