Home
last modified time | relevance | path

Searched refs:uname (Results 101 - 125 of 256) sorted by relevance

1234567891011

/third_party/selinux/libselinux/
H A DMakefile37 OS := $(shell uname)
/third_party/vk-gl-cts/framework/platform/osx/
H A DtcuOSXVulkanPlatform.cpp138 if (uname(&sysInfo) != 0) in describePlatform()
139 throw std::runtime_error("uname() failed"); in describePlatform()
/third_party/gptfdisk/
H A DMakefile20 DETECTED_OS := $(shell uname -s)
33 # Also, uname may not exist in some Windows environments.
51 ARCH=$(shell uname -m)
59 # also, default to win64 in case uname doesn't exist on the system
/third_party/ltp/tools/sparse/sparse-src/
H A Dcgcc296 my $os = `uname -s`;
324 # fall back to uname -m to determine the specifics.
329 $arch = `uname -m`;
/third_party/python/Lib/ctypes/
H A Dutil.py273 machine = os.uname().machine + '-32'
275 machine = os.uname().machine + '-64'
/third_party/toybox/toys/pending/
H A Dgetty.c209 uname(&uts); in print_prompt()
223 uname(&u); in write_issue()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dinst_bindless_check_test.cpp2923 // layout(binding=3) uniform uname { float a; } uniformBuffer[];
2944 OpName %uname "uname"
2945 OpMemberName %uname 0 "a"
2949 OpMemberDecorate %uname 0 Offset 0
2950 OpDecorate %uname Block
2963 %uname = OpTypeStruct %float
2964 %_runtimearr_uname = OpTypeRuntimeArray %uname
2989 OpName %uname "uname"
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dinst_bindless_check_test.cpp2923 // layout(binding=3) uniform uname { float a; } uniformBuffer[];
2944 OpName %uname "uname"
2945 OpMemberName %uname 0 "a"
2949 OpMemberDecorate %uname 0 Offset 0
2950 OpDecorate %uname Block
2963 %uname = OpTypeStruct %float
2964 %_runtimearr_uname = OpTypeRuntimeArray %uname
2989 OpName %uname "uname"
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.c258 static int regexec(regex_t *re, const ntfschar *uname, int len, in regexec() argument
263 m = patmatch(re, uname, len, (*re)->pattern, (*re)->pattern_len, FALSE); in regexec()
1107 name->uname = (ntfschar*) in rescue_name()
1111 if (ntfs_ucstombs(name->uname, length, in rescue_name()
1176 name->uname = attr->file_name; in get_filenames()
1188 if (ntfs_ucstombs(name->uname, name->uname_len, &name->name, in get_filenames()
1290 data->uname = (ntfschar *)((char *)rec + in get_data()
1294 if (ntfs_ucstombs(data->uname, data->uname_len, in get_data()
1766 result = regexec(re, f->uname, f->uname_len, NULL, 0); in name_match()
/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh38 REQUIRES=(mktemp grep pgrep awk date uname cat sort dmesg amixer alsactl)
418 read -r KERNEL_RELEASE KERNEL_MACHINE KERNEL_PROCESSOR KERNEL_OS < <(uname -rpmo)
419 read -r KERNEL_VERSION < <(uname -v)
/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c227 * @uname: Unicode name for which to search in the directory
228 * @uname_len: length of the name @uname in Unicode characters
230 * Look for an inode with name @uname in the directory with inode @dir_ni.
250 const ntfschar *uname, const int uname_len) in ntfs_inode_lookup_by_name()
269 if (!dir_ni || !dir_ni->mrec || !uname || uname_len <= 0) { in ntfs_inode_lookup_by_name()
333 rc = ntfs_names_full_collate(uname, uname_len, in ntfs_inode_lookup_by_name()
338 * If uname collates before the name of the current entry, there in ntfs_inode_lookup_by_name()
454 rc = ntfs_names_full_collate(uname, uname_len, in ntfs_inode_lookup_by_name()
459 * If uname collates before the name of the current entry, there in ntfs_inode_lookup_by_name()
534 ntfschar *uname in ntfs_inode_lookup_by_mbsname() local
249 ntfs_inode_lookup_by_name(ntfs_inode *dir_ni, const ntfschar *uname, const int uname_len) ntfs_inode_lookup_by_name() argument
[all...]
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c2344 ntfschar *uname = NULL, *utarget = NULL; in ntfs_fuse_create() local
2357 uname_len = ntfs_mbstoucs(name, &uname); in ntfs_fuse_create()
2360 && ntfs_forbidden_names(ctx->vol,uname,uname_len,TRUE))) { in ntfs_fuse_create()
2425 securid, uname, uname_len, type); in ntfs_fuse_create()
2440 uname, uname_len, in ntfs_fuse_create()
2452 uname, uname_len, in ntfs_fuse_create()
2456 ni = ntfs_create(dir_ni, securid, uname, in ntfs_fuse_create()
2517 free(uname); in ntfs_fuse_create()
2587 ntfschar *uname = NULL; in ntfs_fuse_newlink() local
2606 uname_len = ntfs_mbstoucs(newname, &uname); in ntfs_fuse_newlink()
2690 ntfschar *uname = NULL; ntfs_fuse_rm() local
[all...]
/third_party/cJSON/tests/unity/extras/fixture/test/
H A DMakefile2 ifeq ($(shell uname -s), Darwin)
/third_party/cJSON/tests/unity/test/
H A DMakefile2 ifeq ($(shell uname -s), Darwin)
/third_party/googletest/googletest/test/
H A Dgtest_test_utils.py39 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0]
/third_party/mbedtls/scripts/
H A Dmemory.sh31 if [ $( uname ) != Linux ]; then
/third_party/node/deps/v8/src/wasm/
H A Dmemory-protection-key.cc9 #include <sys/utsname.h> // For {uname()}.
76 CHECK_EQ(0, uname(&uname_buffer)); in InitializeMemoryProtectionKeySupport()
/third_party/ntfs-3g/include/ntfs-3g/
H A Ddir.h63 const ntfschar *uname, const int uname_len);
/third_party/node/deps/openssl/config/
H A DMakefile4 UNAME_S := $(shell uname -s)
/third_party/ltp/testcases/lib/
H A Dtst_kvcmp.c117 uname(&buf); in main()
/third_party/ltp/testcases/kernel/syscalls/mlockall/
H A Dmlockall03.c123 if (uname(buf) < 0) { in main()
124 tst_resm(TFAIL, "uname failed getting release number"); in main()
/third_party/ltp/
H A Dver_linux55 echo 'uname:'
56 uname -a
/third_party/pulseaudio/sonic/
H A DMakefile9 UNAME := $(shell uname)
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
H A DMakefile23 UNAME_S := $(shell uname -s)
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
H A DMakefile23 UNAME_S := $(shell uname -s)

Completed in 22 milliseconds

1234567891011