Home
last modified time | relevance | path

Searched refs:modestr_to_mode (Results 1 – 6 of 6) sorted by relevance

/dports/security/libgpg-error/libgpg-error-1.43/src/
H A Dsysutils.c243 modestr_to_mode (const char *modestr) in modestr_to_mode() function
317 if (mkdir (name, modestr_to_mode (modestr))) in _gpgrt_mkdir()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgpg-error/src/
H A Dsysutils.c243 modestr_to_mode (const char *modestr) in modestr_to_mode() function
317 if (mkdir (name, modestr_to_mode (modestr))) in _gpgrt_mkdir()
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dsysutils.c939 modestr_to_mode (const char *modestr, mode_t oldmode) in modestr_to_mode() function
1059 return chmod (name, modestr_to_mode (modestr, oldmode)); in gnupg_chmod()
/dports/security/libgpg-error/libgpg-error-1.43/
H A DChangeLog1838 * src/sysutils.c (modestr_to_mode): New.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgpg-error/
H A DChangeLog1672 * src/sysutils.c (modestr_to_mode): New.
/dports/security/gnupg/gnupg-2.3.3/
H A DChangeLog3778 * common/sysutils.c (modestr_to_mode): Re-implement.
25237 * common/sysutils.c (modestr_to_mode): New function.