Home
last modified time | relevance | path

Searched refs:uname (Results 126 - 150 of 256) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/imgui/examples/example_null/
H A DMakefile18 UNAME_S := $(shell uname -s)
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
H A DMakefile23 UNAME_S := $(shell uname -s)
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
H A DMakefile23 UNAME_S := $(shell uname -s)
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/
H A DMakefile23 UNAME_S := $(shell uname -s)
/third_party/toybox/toys/other/
H A Dmodinfo.c117 uname(&uts); in modinfo_main()
/third_party/unity/extras/fixture/test/
H A DMakefile2 ifeq ($(shell uname -s), Darwin)
/third_party/unity/extras/memory/test/
H A DMakefile2 ifeq ($(shell uname -s), Darwin)
/third_party/skia/third_party/externals/freetype/
H A Dautogen.sh123 HOSTOS=`uname`
/third_party/skia/modules/canvaskit/
H A Dcompile_gm.sh167 if [[ `uname` != "Linux" ]]; then
/third_party/selinux/secilc/docs/
H A DMakefile38 OS := $(shell uname)
/third_party/rust/crates/rustix/tests/thread/
H A Dprctl.rs120 let info = rustix::process::uname(); in load_linux_kernel_config()
/third_party/vk-gl-cts/framework/platform/ohos/
H A DtcuOhosPlatform.cpp145 if (uname(&sysInfo) != 0) in describePlatform()
146 throw std::runtime_error("uname() failed"); in describePlatform()
/third_party/ntfs-3g/libntfs-3g/
H A Dreparse.c131 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 Dntfssecaudit.c686 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 Dbrowse.cgi5 # 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 Dfw_load.c126 uname(&uts_name); in setup()
/third_party/python/Tools/peg_generator/
H A DMakefile1 UNAME_S := $(shell uname -s)
/third_party/python/Lib/distutils/
H A Darchive_util.py103 tarinfo.uname = owner
/third_party/rust/crates/rustix/tests/process/
H A Dprctl.rs187 let info = rustix::process::uname(); in load_linux_kernel_config()
/third_party/selinux/libsepol/src/
H A DMakefile41 OS := $(shell uname)
/third_party/selinux/libselinux/utils/
H A DMakefile5 OS ?= $(shell uname)
/third_party/rust/crates/rustix/examples/
H A Dprocess.rs32 println!("Uname: {:?}", uname()); in main()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtest-suite110 check-arch-ignore:) arch=$(uname -m)
112 check-arch-only:) arch=$(uname -m)
/third_party/selinux/libselinux/src/
H A DMakefile26 OS ?= $(shell uname)
118 ARCH := $(patsubst i%86,i386,$(shell uname -m))
/third_party/mksh/
H A DBuild.sh643 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...]

Completed in 15 milliseconds

1234567891011