Home | History | Annotate | Download | only in orig

Lines Matching defs:openMode

32417     mode_t openMode;              /* Permissions to create file with */
32420 rc = findCreateFileMode(zName, flags, &openMode, &uid, &gid);
32426 fd = robust_open(zName, openFlags, openMode);
32435 fd = robust_open(zName, openFlags, openMode);
133365 struct OpenMode {
133374 static struct OpenMode aCacheMode[] = {
133386 static struct OpenMode aOpenMode[] = {