Home | History | Annotate | Download | only in openssh

Lines Matching refs:umask

1062  * We pick up the PATH (or SUPATH for root) and UMASK.
1088 if ((var = child_get_env(tmpenv, "UMASK")) != NULL)
1090 umask((mode_t)mask);