Searched refs:os2_chmod (Results 1 – 2 of 2) sorted by relevance
444 #define chmod(path,mode) os2_chmod((path),(mode))451 int os2_chmod(const char *name, int pmode);
1784 os2_chmod (const char *name, int pmode) /* Modelled after EMX src/lib/io/chmod.c */ in os2_chmod() function