Searched refs:_access (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_file.h | 48 return _access(path, mode); in u_file_access()
|
/third_party/alsa-lib/include/ |
D | pcm.h | 771 int snd_pcm_hw_params_get_access(const snd_pcm_hw_params_t *params, snd_pcm_access_t *_access); 772 …d_pcm_hw_params_test_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _access); 773 …nd_pcm_hw_params_set_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _access); 774 …hw_params_set_access_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *_access); 775 …_hw_params_set_access_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *_access); 1078 const char *snd_pcm_access_name(const snd_pcm_access_t _access); 1332 snd_pcm_access_t _access, 1342 snd_pcm_access_t _access,
|
/third_party/libunwind/doc/ |
D | libunwind-ptrace.tex | 29 \Type{int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_wo… 31 \Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_… 33 \Type{int} \Func{\_UPT\_access\_fpreg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw…
|
/third_party/python/Lib/multiprocessing/ |
D | reduction.py | 118 self._access = access 133 self._access, False, _winapi.DUPLICATE_CLOSE_SOURCE)
|
/third_party/ffmpeg/libavformat/ |
D | os_support.h | 194 DEF_FS_FUNCTION2(access, _waccess, _access, int)
|
/third_party/flutter/skia/src/ports/ |
D | SkOSFile_win.cpp | 31 return (0 == _access(path, mode)); in sk_exists()
|
/third_party/skia/src/ports/ |
D | SkOSFile_win.cpp | 31 return (0 == _access(path, mode)); in sk_exists()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | io_win32.cc | 291 return ::_access(path, mode); in access()
|
/third_party/zlib/contrib/untgz/ |
D | untgz.c | 31 # define access(path,mode) _access(path,mode)
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 137 static int (*_access)(const char *, int) = NULL; variable 197 if (!_access) \ 198 _access = (int (*)(const char*, int)) dlsym_fn(RTLD_NEXT, "access"); \ 2470 return _access(pathname, mode);
|
/third_party/python/Doc/library/ |
D | winreg.rst | 595 .. _access-rights:
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 478 _access: Access, in accessat()
|
/third_party/openssl/apps/ |
D | cmp.c | 26 # define access _access
|
/third_party/libcoap/examples/ |
D | coap-server.c | 42 #define access _access
|
/third_party/openssl/apps/lib/ |
D | apps.c | 2819 return _access(name, flag); in app_access()
|
/third_party/sqlite/src/ |
D | shell.c | 196 # define access(f,m) _access((f),(m))
|