/third_party/skia/third_party/externals/imgui/examples/example_null/ |
H A D | Makefile | 18 UNAME_S := $(shell uname -s)
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/ |
H A D | Makefile | 23 UNAME_S := $(shell uname -s)
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/ |
H A D | Makefile | 23 UNAME_S := $(shell uname -s)
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/ |
H A D | Makefile | 23 UNAME_S := $(shell uname -s)
|
/third_party/toybox/toys/other/ |
H A D | modinfo.c | 117 uname(&uts); in modinfo_main()
|
/third_party/unity/extras/fixture/test/ |
H A D | Makefile | 2 ifeq ($(shell uname -s), Darwin)
|
/third_party/unity/extras/memory/test/ |
H A D | Makefile | 2 ifeq ($(shell uname -s), Darwin)
|
/third_party/skia/third_party/externals/freetype/ |
H A D | autogen.sh | 123 HOSTOS=`uname`
|
/third_party/skia/modules/canvaskit/ |
H A D | compile_gm.sh | 167 if [[ `uname` != "Linux" ]]; then
|
/third_party/selinux/secilc/docs/ |
H A D | Makefile | 38 OS := $(shell uname)
|
/third_party/rust/crates/rustix/tests/thread/ |
H A D | prctl.rs | 120 let info = rustix::process::uname(); in load_linux_kernel_config()
|
/third_party/vk-gl-cts/framework/platform/ohos/ |
H A D | tcuOhosPlatform.cpp | 145 if (uname(&sysInfo) != 0) in describePlatform() 146 throw std::runtime_error("uname() failed"); in describePlatform()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | reparse.c | 131 static u64 ntfs_fix_file_name(ntfs_inode *dir_ni, ntfschar *uname, in ntfs_fix_file_name() argument 156 cpuchar = le16_to_cpu(uname[i]); in ntfs_fix_file_name() 167 find.attr.file_name[i] = uname[i]; in ntfs_fix_file_name() 200 uname[i] = found->file_name[i]; in ntfs_fix_file_name() 203 uname[i] = vol->locase[le16_to_cpu(found->file_name[i])]; in ntfs_fix_file_name()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfssecaudit.c | 686 char *uname; in unixname() local 688 uname = (char*)malloc(strlen(name) + 1); in unixname() 689 if (uname) { in unixname() 690 strcpy(uname, name); in unixname() 691 if (cleanpath(uname)) { in unixname() 693 free(uname); in unixname() 694 uname = (char*)NULL; in unixname() 697 return (uname); in unixname() 6235 char *uname; in main() local 6248 uname in main() [all...] |
/third_party/ltp/pan/cgi/ |
H A D | browse.cgi | 5 # keep a copy of each 'uname -a' string so we don't have to search for it every time. 122 elsif ($so[$i] =~ /uname/i) { push(@rso, UNAME); }
|
/third_party/ltp/testcases/kernel/firmware/fw_load_user/ |
H A D | fw_load.c | 126 uname(&uts_name); in setup()
|
/third_party/python/Tools/peg_generator/ |
H A D | Makefile | 1 UNAME_S := $(shell uname -s)
|
/third_party/python/Lib/distutils/ |
H A D | archive_util.py | 103 tarinfo.uname = owner
|
/third_party/rust/crates/rustix/tests/process/ |
H A D | prctl.rs | 187 let info = rustix::process::uname(); in load_linux_kernel_config()
|
/third_party/selinux/libsepol/src/ |
H A D | Makefile | 41 OS := $(shell uname)
|
/third_party/selinux/libselinux/utils/ |
H A D | Makefile | 5 OS ?= $(shell uname)
|
/third_party/rust/crates/rustix/examples/ |
H A D | process.rs | 32 println!("Uname: {:?}", uname()); in main()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | test-suite | 110 check-arch-ignore:) arch=$(uname -m) 112 check-arch-only:) arch=$(uname -m)
|
/third_party/selinux/libselinux/src/ |
H A D | Makefile | 26 OS ?= $(shell uname) 118 ARCH := $(patsubst i%86,i386,$(shell uname -m))
|
/third_party/mksh/ |
H A D | Build.sh | 643 x=`uname -s 2>/dev/null || uname` 644 test x"$x" = x"`uname -n 2>/dev/null`" || TARGET_OS=$x 647 echo "$me: Set TARGET_OS, your uname is broken!" >&2 713 test_n "$TARGET_OSREV" || TARGET_OSREV=`uname -r` 1059 # generic target for SVR4 Unix with uname -s = uname -n 1062 test_n "$TARGET_OSREV" || TARGET_OSREV=`uname -r` 1066 test_n "$TARGET_OSREV" || TARGET_OSREV=`uname -r` 1081 vv '|' "uname [all...] |