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

/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/
H A Dextattr_bsd.c356 const int iHasUser, const int iHasSystem)
363 if (iHasSystem)
375 if (iHasSystem)
402 int iHasSystem = 0; local
413 iHasSystem = 1;
424 ret = listxattrns(buf, buflen, iHasUser, iHasSystem);
436 int iHasSystem = 0; local
447 iHasSystem = 1;
458 ret = listxattrns(buf, buflen, iHasUser, iHasSystem);
355 listxattrns(char *buf, const size_t buflen, const int iHasUser, const int iHasSystem) argument

Completed in 174 milliseconds