Home
last modified time | relevance | path

Searched refs:uw (Results 1 – 25 of 71) sorted by relevance

123

/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVScheduleZb.td13 def WriteSHXADD32 : SchedWrite; // sh1add.uw/sh2add.uw/sh3add.uw
52 def ReadSHXADD32 : SchedRead; // sh1add.uw/sh2add.uw/sh3add.uw
/freebsd-head/crypto/openssh/
HD.depend5 …penbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd…
6 …penbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd…
7 …penbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd…
8 …penbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd…
9 …penbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd…
10 …penbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd…
11 …penbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd…
12 …penbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd…
13 …penbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd…
14 …penbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd…
[all …]
/freebsd-head/contrib/mandoc/
HDtbl_term.c582 int uw, dw; /* Vertical line widths. */ in tbl_hrule() local
636 uw = dw = 0; in tbl_hrule()
639 uw = cpp->vert; in tbl_hrule()
640 if (uw == 0 && opts & TBL_OPT_ALLBOX) in tbl_hrule()
641 uw = 1; in tbl_hrule()
645 uw = 1; in tbl_hrule()
665 uw = 0; in tbl_hrule()
681 BRIGHT * rw + BUP * uw + BDOWN * dw, 1); in tbl_hrule()
687 if (tp->enc != TERMENC_ASCII || (uw < 2 && dw < 2)) in tbl_hrule()
688 uw = dw = 0; in tbl_hrule()
[all …]
/freebsd-head/libexec/rc/rc.d/
HDroot25 if ! mount -uw /; then
/freebsd-head/contrib/pjdfstest/tests/unlink/
HD12.t24 mount -uw /dev/md${n}
/freebsd-head/contrib/pjdfstest/tests/rmdir/
HD14.t24 mount -uw /dev/md${n}
/freebsd-head/contrib/pjdfstest/tests/open/
HD15.t25 mount -uw /dev/md${n}
HD14.t29 mount -uw /dev/md${n}
/freebsd-head/contrib/pjdfstest/tests/mkdir/
HD09.t25 mount -uw /dev/md${n}
/freebsd-head/contrib/pjdfstest/tests/mkfifo/
HD08.t25 mount -uw /dev/md${n}
/freebsd-head/contrib/pjdfstest/tests/symlink/
HD10.t27 mount -uw /dev/md${n}
/freebsd-head/contrib/pjdfstest/tests/truncate/
HD10.t27 mount -uw /dev/md${n}
/freebsd-head/contrib/pjdfstest/tests/ftruncate/
HD10.t27 mount -uw /dev/md${n}
/freebsd-head/contrib/pjdfstest/tests/link/
HD16.t28 mount -uw /dev/md${n}
/freebsd-head/contrib/pjdfstest/tests/chown/
HD09.t27 mount -uw /dev/md${n}
/freebsd-head/contrib/sendmail/cf/ostype/
HDsco-uw-2.1.m416 VERSIONID(`$Id: sco-uw-2.1.m4,v 8.14 2013-11-22 20:51:15 ca Exp $')
/freebsd-head/contrib/pjdfstest/tests/chmod/
HD09.t30 mount -uw /dev/md${n}
/freebsd-head/libexec/rc/
HDrc138 checkyesno root_rw_mount || mount -uw /
/freebsd-head/contrib/sendmail/cf/siteconfig/
HDuucp.ucbvax.m463 SITE(uw)
/freebsd-head/contrib/pjdfstest/tests/chflags/
HD12.t31 mount -uw /dev/md${n}
/freebsd-head/contrib/llvm-project/clang/lib/Headers/
HDhexagon_types.h99 unsigned int uw[2]; \
102 _HEXAGON_V64_internal_union.uw[0]; \
108 unsigned int uw[2]; \
111 _HEXAGON_V64_internal_union.uw[1]; \
1326 unsigned int uw[2]; \
1329 _Q6V64_internal_union.uw[0]; \
1335 unsigned int uw[2]; \
1338 _Q6V64_internal_union.uw[1]; \
/freebsd-head/contrib/atf/atf-c++/detail/
Dfs_test.cpp382 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \ in ATF_TEST_CASE_BODY() argument
386 ATF_REQUIRE(fi.is_owner_writable() == uw); \ in ATF_TEST_CASE_BODY()
/freebsd-head/crypto/openssh/openbsd-compat/
HDMakefile.in103 port-uw.o
/freebsd-head/contrib/ntp/libntp/
HDntp_calendar.c1904 uint32_t uw, ud, sf32; in isocal_ntp64_to_date() local
1922 uw = sf32 ^ ((sf32 ^ ud) / DAYSPERWEEK); in isocal_ntp64_to_date()
1923 ud -= uw * DAYSPERWEEK; in isocal_ntp64_to_date()
1925 ds.hi = uint32_2cpl_to_int32(uw); in isocal_ntp64_to_date()
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rollback/
HDzfs_rollback_common.kshlib143 log_must mount -uw \

123