Searched refs:SET_CREATEIFNEEDED (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/
H A Dflags.h9 SET_CREATEIFNEEDED = 0, enumerator in enum:__anon390
H A Dflags.c19 File_ExtAttr_setflags_t ret = SET_CREATEIFNEEDED;
26 ret = SvIV(*psv_ns) ? SET_CREATE : SET_CREATEIFNEEDED;
29 ret = SvIV(*psv_ns) ? SET_REPLACE : SET_CREATEIFNEEDED;
H A Dextattr_macosx.c26 case SET_CREATEIFNEEDED: break;
64 case SET_CREATEIFNEEDED: break;
H A Dextattr_bsd.c92 case SET_CREATEIFNEEDED:
144 case SET_CREATEIFNEEDED:
H A Dextattr_linux.c110 case SET_CREATEIFNEEDED: break;
146 case SET_CREATEIFNEEDED: break;
H A Dextattr_solaris.c233 case SET_CREATEIFNEEDED: openflags |= O_CREAT; break;
279 case SET_CREATEIFNEEDED: openflags |= O_CREAT; break;

Completed in 211 milliseconds