Home | History | Annotate | Download | only in dist

Lines Matching defs:openMode

32435     mode_t openMode;              /* Permissions to create file with */
32438 rc = findCreateFileMode(zName, flags, &openMode, &uid, &gid);
32444 fd = robust_open(zName, openFlags, openMode);
32453 fd = robust_open(zName, openFlags, openMode);
133383 struct OpenMode {
133392 static struct OpenMode aCacheMode[] = {
133404 static struct OpenMode aOpenMode[] = {