HomeSort by: relevance | last modified time | path
    Searched defs:creat_perms (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 125 #define CREAT_PERMS (MKDIR_PERMS & ~(S_IXUSR | S_IXGRP | S_IXOTH))
126 static mode_t creat_perms = CREAT_PERMS; variable
812 mode_t mode = getmode(set, CREAT_PERMS);
927 omode = CREAT_PERMS & ~cmask;
934 creat_perms = ((((omode & (S_IRUSR | S_IRGRP | S_IROTH))
941 /* If creat_perms is not the final mode, arrange to run
943 if (creat_perms != omode)
1626 int fd = open(*outname, oflags, creat_perms);
zic.c 125 #define CREAT_PERMS (MKDIR_PERMS & ~(S_IXUSR | S_IXGRP | S_IXOTH))
126 static mode_t creat_perms = CREAT_PERMS; variable
812 mode_t mode = getmode(set, CREAT_PERMS);
927 omode = CREAT_PERMS & ~cmask;
934 creat_perms = ((((omode & (S_IRUSR | S_IRGRP | S_IROTH))
941 /* If creat_perms is not the final mode, arrange to run
943 if (creat_perms != omode)
1626 int fd = open(*outname, oflags, creat_perms);

Completed in 149 milliseconds