Lines Matching defs:cmode
44409 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |44413 osFchmod(conchFile->h, cmode);44416 rc = osFchmod(conchFile->h, cmode);44421 cmode, code, strerror(code));44423 fprintf(stderr, "fchmod %o SUCCEDED\n",cmode);