Home
last modified time | relevance | path

Searched refs:xchmod (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/stdlib/
Dtst-system.c145 xchmod (_PATH_BSHELL, mode & ~(S_IXUSR | S_IXGRP | S_IXOTH)); in do_test()
154 xchmod (_PATH_BSHELL, st.st_mode); in do_test()
/glibc-2.36/support/
Dxchmod.c25 xchmod (const char *pathname, mode_t mode) in xchmod() function
Dxunistd.h63 void xchmod (const char *pathname, mode_t mode);
DMakefile116 xchmod \
/glibc-2.36/ChangeLog.old/
DChangeLog.222174 support: Add xchmod wrapper
2176 * support/xchmod.c: New file.
2178 (xchmod): New function.