Home
last modified time | relevance | path

Searched refs:os2_chmod (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2ish.h444 #define chmod(path,mode) os2_chmod((path),(mode))
451 int os2_chmod(const char *name, int pmode);
H A Dos2.c1784 os2_chmod (const char *name, int pmode) /* Modelled after EMX src/lib/io/chmod.c */ in os2_chmod() function