Lines Matching defs:OpenMode
30142 mode_t openMode; /* Permissions to create file with */
30145 rc = findCreateFileMode(zName, flags, &openMode, &uid, &gid);
30151 fd = robust_open(zName, openFlags, openMode);
30160 fd = robust_open(zName, openFlags, openMode);
114426 struct OpenMode {
114435 static struct OpenMode aCacheMode[] = {
114447 static struct OpenMode aOpenMode[] = {