| /src/external/bsd/libarchive/dist/tar/test/ |
| test_option_fflags.c | 10 #define chmod _chmod macro 54 chmod("f", 0644);
|
| /src/lib/librefuse/refuse/ |
| v11.h | 61 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_v11
|
| v21.h | 57 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_v21
|
| v22.h | 61 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_v22
|
| v23.h | 61 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_v23
|
| v25.h | 57 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_v25
|
| v26.h | 57 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_v26
|
| v28.h | 57 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_v28
|
| v29.h | 57 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_v29
|
| v30.h | 65 int (*chmod) (const char *, mode_t, struct fuse_file_info *fi); member in struct:fuse_operations_v30
|
| v34.h | 56 int (*chmod) (const char *, mode_t, struct fuse_file_info *fi); member in struct:fuse_operations_v34
|
| v35.h | 56 int (*chmod) (const char *, mode_t, struct fuse_file_info *fi); member in struct:fuse_operations_v35
|
| v38.h | 56 int (*chmod) (const char *, mode_t, struct fuse_file_info *fi); member in struct:fuse_operations_v38
|
| /src/crypto/external/apache2/openssl/dist/crypto/rand/ |
| randfile.c | 42 #define chmod _chmod macro 210 * chmod(..., 0600) is too late to protect the file, permissions 260 chmod(file, 0600);
|
| /src/crypto/external/bsd/openssl/dist/crypto/rand/ |
| randfile.c | 42 # define chmod _chmod macro 208 * chmod(..., 0600) is too late to protect the file, permissions 258 chmod(file, 0600);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
| randfile.c | 33 # define chmod _chmod macro 200 * chmod(..., 0600) is too late to protect the file, permissions 242 chmod(file, 0600);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| ops-common.h | 38 # include <sys/stat.h> // mkdir, chmod 134 inline int chmod(const wchar_t* path, mode_t mode) function in namespace:filesystem::__gnu_posix 198 using ::chmod; 237 inline int chmod(const char*, mode_t) { errno = ENOSYS; return -1; } 571 if (posix::chmod(to, from_st->st_mode))
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| ops-common.h | 38 # include <sys/stat.h> // mkdir, chmod 130 inline int chmod(const wchar_t* path, mode_t mode) function in namespace:filesystem::__gnu_posix 194 using ::chmod; 233 inline int chmod(const char*, mode_t) { errno = ENOSYS; return -1; } 507 if (posix::chmod(to, from_st->st_mode))
|
| std-ops.cc | 64 # undef chmod macro 65 # define chmod _wchmod macro 395 if (::chmod(to, from_st->st_mode)) 1201 else if (::chmod(p.c_str(), static_cast<mode_t>(prms)))
|
| /src/common/dist/zlib/contrib/untgz/ |
| untgz.c | 43 # define chmod(path,mode) _chmod(path,mode) macro 276 chmod(item->fname,item->mode);
|
| /src/external/gpl3/binutils/dist/zlib/contrib/untgz/ |
| untgz.c | 43 # define chmod(path,mode) _chmod(path,mode) macro 276 chmod(item->fname,item->mode);
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/untgz/ |
| untgz.c | 32 # define chmod(path,mode) _chmod(path,mode) macro 277 chmod(item->fname,item->mode);
|
| /src/external/gpl3/gdb/dist/zlib/contrib/untgz/ |
| untgz.c | 32 # define chmod(path,mode) _chmod(path,mode) macro 277 chmod(item->fname,item->mode);
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/untgz/ |
| untgz.c | 32 # define chmod(path,mode) _chmod(path,mode) macro 277 chmod(item->fname,item->mode);
|
| /src/external/bsd/zstd/dist/programs/ |
| util.c | 113 #define chmod _chmod macro 223 /* like chmod, but avoid changing permission of /dev/null */ 256 UTIL_TRACE_CALL("chmod"); 257 ret = chmod(filename, permissions);
|