/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86ModRMFilters.h | 95 ExtendedFilter(bool r, uint8_t nnn) : R(r), NNN(nnn) {} in ExtendedFilter() argument 117 ExtendedRMFilter(bool r, uint8_t nnn) : R(r), NNN(nnn) {} in ExtendedRMFilter() argument
|
/freebsd/tests/sys/acl/ |
H A D | tools-posix.test | 226 $ setfacl -m u:42:x,g:43:w nnn xxx yyy zzz 227 > setfacl: nnn: acl_get_file() failed: No such file or directory 229 $ ls -l nnn xxx yyy zzz | cut -d' ' -f1 230 > ls: nnn: No such file or directory 235 $ getfacl -nq nnn xxx yyy zzz 236 > getfacl: nnn: stat() failed: No such file or directory 258 $ setfacl -b nnn xxx yyy zzz 259 > setfacl: nnn: acl_get_file() failed: No such file or directory 261 $ ls -l nnn xxx yyy zzz | cut -d' ' -f1 262 > ls: nnn: No such file or directory [all …]
|
H A D | tools-nfs4-psarc.test | 186 $ setfacl -m u:42:x:allow,g:43:w:allow nnn xxx yyy zzz 187 > setfacl: nnn: acl_get_file() failed: No such file or directory 189 $ ls -l nnn xxx yyy zzz | cut -d' ' -f1 190 > ls: nnn: No such file or directory 195 $ getfacl -nq nnn xxx yyy zzz 196 > getfacl: nnn: stat() failed: No such file or directory 215 $ setfacl -b nnn xxx yyy zzz 216 > setfacl: nnn: acl_get_file() failed: No such file or directory 218 $ ls -l nnn xxx yyy zzz | cut -d' ' -f1 219 > ls: nnn: No such file or directory
|
H A D | tools-nfs4.test | 214 $ setfacl -m u:42:x:allow,g:43:w:allow nnn xxx yyy zzz 215 > setfacl: nnn: acl_get_file() failed: No such file or directory 217 $ ls -l nnn xxx yyy zzz | cut -d' ' -f1 218 > ls: nnn: No such file or directory 223 $ getfacl -nq nnn xxx yyy zzz 224 > getfacl: nnn: stat() failed: No such file or directory 252 $ setfacl -b nnn xxx yyy zzz 253 > setfacl: nnn: acl_get_file() failed: No such file or directory 255 $ ls -l nnn xxx yyy zzz | cut -d' ' -f1 256 > ls: nnn: No such file or directory
|
/freebsd/contrib/bzip2/ |
H A D | decompress.c | 43 #define GET_BITS(lll,vvv,nnn) \ argument 46 if (s->bsLive >= nnn) { \ 49 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 50 s->bsLive -= nnn; \
|
H A D | bzlib_private.h | 102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument
|
/freebsd/contrib/mandoc/ |
H A D | mdoc_man.c | 794 struct roff_node *np, *nn, *nnn; in post_percent() local 801 nnn = nn == NULL ? NULL : roff_node_next(nn); in post_percent() 804 (nnn != NULL && nnn->tok == n->tok)) in post_percent() 807 (nnn == NULL || nnn->tok != n->tok)) in post_percent()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/ |
H A D | RISCVDisassembler.cpp | 691 unsigned nnn = (Bytes[1] >> 4) & 0b111; in getInstruction() local 692 if (nnn != 0b111) { in getInstruction() 693 Size = 10 + (nnn * 2); in getInstruction()
|
/freebsd/share/doc/smm/02.config/ |
H A D | spell.ok | 218 nnn.ddd
|
/freebsd/sbin/pfctl/ |
H A D | pf.os | 108 # that divide by nnn - '%nnn'. 114 # wwww - window size (can be *, %nnn, Snn or Tnn). The special values 141 # Wnnn - window scaling option, value nnn (or * or %nnn) 142 # Mnnn - maximum segment size option, value nnn (or * or %nnn)
|
/freebsd/crypto/openssl/VMS/ |
H A D | openssl_startup.com.in | 26 $ ! In all these, nnn is the OpenSSL version number. This allows
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | testframe.txt | 199 \nnn Where nnn is three octal digits, the character
|
/freebsd/crypto/openssl/doc/man5/ |
H A D | x509v3_config.pod | 426 CPS.nnn = value 428 where C<nnn> is a number. 432 userNotice.nnn = @notice
|
H A D | config.pod | 545 There is no way to include characters using the octal B<\nnn> form. Strings
|
/freebsd/contrib/one-true-awk/ |
H A D | run.c | 974 Cell *substr(Node **a, int nnn) /* substr(a[0], a[1], a[2]) */ in substr() argument 1027 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ in sindex() argument 1665 Cell *split(Node **a, int nnn) /* split(a[0], a[1], a[2]); a[3] is type */ in split() argument 2665 Cell *gensub(Node **a, int nnn) /* global selective substitute */ in gensub() argument
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | rfc2459.asn1 | 211 version [0] Version OPTIONAL, -- EXPLICIT nnn DEFAULT 1,
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps-ncurses | 359 userdef xm str nnn mouse response, p3 = button
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | msdos | 2814 # CONTROL.nnn files 2821 # NB: The BACKUP.nnn files consist of the files backed up,
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 3037 o var.c: fix :ts\nnn to be octal by default.
|