Home | History | Annotate | Download | only in orig

Lines Matching refs:cmode

31280             mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |
31284 osFchmod(conchFile->h, cmode);
31287 rc = osFchmod(conchFile->h, cmode);
31292 cmode, code, strerror(code));
31294 fprintf(stderr, "fchmod %o SUCCEDED\n",cmode);