Home
last modified time | relevance | path

Searched refs:rw (Results 1 – 25 of 389) sorted by path

12345678910>>...16

/freebsd/bin/sh/tests/expansion/
H A Darith10.012 rw=1
19 check "0 && (rw += 1)" 0
20 check "rw" 1
21 check "1 || (rw += 1)" 1
22 check "rw" 1
26 check "0 ? rw += 1 : 52" 52
27 check "rw" 1
31 check "4 ? 1 : (rw += 1)" 1
32 check "rw" 1
/freebsd/cddl/usr.sbin/dtrace/tests/common/docsExamples/
H A DMakefile18 rw.d \
/freebsd/cddl/usr.sbin/dtrace/tests/common/safety/
H A DMakefile30 tst.rw.d \
/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh174 exclude SKIP common/safety/tst.rw.d
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A DMakefile12 rw \
42 LINKS+= ${LIBEXECDIR}/dwatch/rw ${LIBEXECDIR}/dwatch/read
43 LINKS+= ${LIBEXECDIR}/dwatch/rw ${LIBEXECDIR}/dwatch/write
H A Drw15 rw) : ${PROBE:=syscall::read:entry, syscall::write:entry} ;;
/freebsd/contrib/byacc/
H A Dinstall-sh260 u_plus_rw=,u+rw
/freebsd/contrib/dialog/
H A DCHANGES1363 fi.po, rw.po, sr.po, tr.po, zh_TW.po
/freebsd/contrib/dialog/po/
H A Drw.po22 "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c277 static const char *aeabi_pcs_rw(uint64_t rw);
1582 aeabi_pcs_rw(uint64_t rw) in aeabi_pcs_rw() argument
1586 switch (rw) { in aeabi_pcs_rw()
1592 snprintf(s_rw, sizeof(s_rw), "Unknown (%ju)", (uintmax_t) rw); in aeabi_pcs_rw()
/freebsd/contrib/file/magic/Magdir/
H A Darchive253 # c_mode; mode specifies permissions and file type like: ?622~?rw-r--r-- by `ls -l`
H A Dlinux197 >>>498 leshort 0 \b-rw
/freebsd/contrib/ldns/drill/
H A Dinstall-sh223 u_plus_rw=,u+rw
/freebsd/contrib/ldns/
H A Dinstall-sh260 u_plus_rw=,u+rw
/freebsd/contrib/libevent/
H A DChangeLog-2.0905 o Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks. (76cd2b7)
/freebsd/contrib/libevent/build-aux/
H A Dinstall-sh240 u_plus_rw=,u+rw
/freebsd/contrib/libevent/test/
H A Dregress_ssl.c643 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_read() local
645 ++rw->read; in bio_rwcount_read()
654 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_write() local
656 ++rw->write; in bio_rwcount_write()
665 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_ctrl() local
669 ret = rw->fd; in bio_rwcount_ctrl()
739 struct rwcount rw = { -1, 0, 0 }; in regress_bufferevent_openssl_connect() local
782 rw.fd = bufferevent_getfd(bev); in regress_bufferevent_openssl_connect()
785 BIO_set_data(bio, &rw); in regress_bufferevent_openssl_connect()
793 tt_int_op(rw.read, <=, 100); in regress_bufferevent_openssl_connect()
[all …]
/freebsd/contrib/libpcap/ChmodBPF/
H A DChmodBPF23 chmod g+rw /dev/bpf*
/freebsd/contrib/libpcap/
H A Dchmod_bpf19 chmod g+rw /dev/bpf*
/freebsd/contrib/libpcap/doc/
H A DREADME.macos28 devices to rw-rw----, so that all users in the "admin" group - i.e., all
68 group to "admin", and the permissions to rw-r-----. Other possibilities
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLImageTypes.def39 IMAGE_TYPE(Type, Id##RW, Id##RWTy, read_write, rw)
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp46 File::OpenOptions rw = in GetStreamOpenModeFromOptions() local
51 if (rw == File::eOpenOptionReadWrite) { in GetStreamOpenModeFromOptions()
62 } else if (rw == File::eOpenOptionReadWrite) { in GetStreamOpenModeFromOptions()
70 } else if (rw == File::eOpenOptionWriteOnly) { in GetStreamOpenModeFromOptions()
72 } else if (rw == File::eOpenOptionReadOnly) { in GetStreamOpenModeFromOptions()
325 File::OpenOptions rw = in Close() local
329 if (rw == eOpenOptionWriteOnly || rw == eOpenOptionReadWrite) { in Close()
780 File::OpenOptions rw = in ConvertOpenOptionsForPOSIXOpen() local
783 if (rw == eOpenOptionReadWrite) in ConvertOpenOptionsForPOSIXOpen()
785 else if (rw == eOpenOptionWriteOnly) in ConvertOpenOptionsForPOSIXOpen()
[all …]
H A DFileSystem.cpp374 File::OpenOptions rw = in GetOpenFlags() local
377 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in GetOpenFlags()
378 if (rw == File::eOpenOptionReadWrite) in GetOpenFlags()
394 } else if (rw == File::eOpenOptionReadOnly) { in GetOpenFlags()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1350 File::OpenOptions rw = in ConvertToFile() local
1353 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in ConvertToFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h143 #define LLVM_PREFETCH(addr, rw, locality) __builtin_prefetch(addr, rw, locality) argument
145 #define LLVM_PREFETCH(addr, rw, locality) argument

12345678910>>...16