| /freebsd/contrib/libpcap/doc/ |
| H A D | README.macos | 7 changed to give users other than root permission to read or write those 12 devices to give users other than root permission to read or write those 61 If you want to give a particular user permission to access the BPF 65 give a particular user permission to read and write the BPF devices and 66 give the administrative users permission to read but not write the BPF
|
| /freebsd/share/doc/usd/12.vi/vi/ |
| H A D | vi.in | 183 then you should give the commands 340 to do something else, you can give the command \fBZZ\fP 354 not to give this command when you really want to save 416 If the search string you give the editor is not present in the 428 *Actually, the string you give to search for here can be a 448 the first line of the file. If you give \fBG\fR no count, then it moves 461 Give a \fBG\fR command to get to the end and then another \fBG\fR command 616 where this makes sense and then give the command \fBo\fR to create a 631 Whenever you are typing in text, you can give many lines of input or 689 by more than one character, give the command \fBs\fR which substitutes [all …]
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | layman.asc | 78 give an overview of ASN.1, BER, and DER, in that order. 199 The following four subsections give an overview of simple 320 The Basic Encoding Rules for ASN.1, abbreviated BER, give 346 give the number of contents octets. For the 351 method, these give a concrete representation of 353 give the concatenation of the BER encodings of the 378 bits 5-1 give the tag number. 392 give the tag number, base 128, most significant 402 give the length. 405 value "1" and bits 7-1 give the number of [all …]
|
| /freebsd/share/termcap/ |
| H A D | termcap.5 | 634 color_names Yw Give name for color #1 736 which give character sequences that can be used to perform particular 778 When an `*' is specified, it is sometimes useful to give a delay of the form 902 give it both 913 give this as 919 give this as 1286 terminal and should give the capability 1302 Give as 1305 Give as 1308 Now give as [all …]
|
| /freebsd/tests/sys/net/if_ovpn/ |
| H A D | if_ovpn.sh | 91 # Give the tunnel time to come up 170 # Give the tunnel time to come up 250 # Give the tunnel time to come up 323 # Give the tunnel time to come up 398 # Give the tunnel time to come up 486 # Give the tunnel time to come up 565 # Give the tunnel time to come up 642 # Give the tunnel time to come up 726 # Give the tunnel time to come up 853 # Give the tunnel time to come up [all …]
|
| /freebsd/tests/sys/netpfil/pf/ |
| H A D | sctp.py | 255 # Give ourself a second IP address, for multihome testing 274 # Give the server some time to come up 315 # Give the server some time to come up 388 # Give the server some time to come up 422 # Give the server some time to come up 455 # Give the server some time to come up 482 # Give the server some time to come up 523 # Give the server some time to come up 563 # Give ourself a second IP address, for multihome testing 582 # Give the server some time to come up [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 414 /// Determine if these known bits always give the same ICMP_EQ result. 417 /// Determine if these known bits always give the same ICMP_NE result. 420 /// Determine if these known bits always give the same ICMP_UGT result. 423 /// Determine if these known bits always give the same ICMP_UGE result. 426 /// Determine if these known bits always give the same ICMP_ULT result. 429 /// Determine if these known bits always give the same ICMP_ULE result. 432 /// Determine if these known bits always give the same ICMP_SGT result. 435 /// Determine if these known bits always give the same ICMP_SGE result. 438 /// Determine if these known bits always give the same ICMP_SLT result. 441 /// Determine if these known bits always give the same ICMP_SLE result.
|
| /freebsd/contrib/bzip2/ |
| H A D | CHANGES | 31 program proper) compress and decompress correctly, but give misleading 33 reporting the problem correctly. This shouldn't give any data loss 63 to give reasonable behaviour even for very repetitive inputs. 73 give more accurate error messages for I/O errors 79 make -s -1 give the expected block size (100k) 93 fixed Makefile so it doesn't give problems with BSD make 219 * Hard-code header byte values, to give correct operation on platforms
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.h | 77 /// will give you "NSString" 86 /// will give you "NSString(my_additions)" 88 /// Note: If your method has no category, this will give the same output as 99 /// will give you "my_additions" 108 /// will give you "myStringWithCString:"
|
| /freebsd/tools/tools/git/ |
| H A D | HOWTO | 27 Differential, so try to give each commit a meaningful commit message that 59 When you run arc, it will pull up your editor and give you a chance to 62 not give your reviewers an indication of what changes were made. It's not 63 recommended that you give the code review fixes meaningful commit messages
|
| /freebsd/contrib/ncurses/man/ |
| H A D | terminfo.tail | 136 capabilities, which give a sequence which can be used to perform particular 343 give it both 351 row, give this as 355 give this as 522 will give unpredictable results, because dynamic variables are 781 that give the line number of the bottom margin, 801 is used with two arguments that give the top and bottom margins, 938 terminal, and should give the capability \fBin\fP, which stands for 947 Give as \fBsmir\fP the sequence to get into insert mode. 948 Give as \fBrmir\fP the sequence to leave insert mode. [all …]
|
| /freebsd/tests/sys/file/ |
| H A D | dup_test.c | 106 printf("no ok %d - dup2(2) didn't give us the right fd\n", in main() 152 printf("not ok %d - dup2(2) didn't give us the right fd\n", in main() 200 "no ok %d - fcntl(F_DUP2FD) didn't give us the right fd\n", in main() 225 "not ok %d - fcntl(F_DUP2FD) didn't give us the right fd\n", in main() 279 "no ok %d - fcntl(F_DUP2FD_CLOEXEC) didn't give us the right fd\n", in main() 319 "no ok %d - dup3(O_CLOEXEC) didn't give us the right fd\n", in main() 344 "no ok %d - dup3(0) didn't give us the right fd\n", in main() 413 "no ok %d - dup3(O_CLOFORK) didn't give us the right fd\n", in main() 438 "no ok %d - dup3(0) didn't give us the right fd\n", in main()
|
| /freebsd/contrib/libpcap/rpcapd/ |
| H A D | daemon.c | 329 // That failed; log a message and give up. in daemon_serviceloop() 396 // That failed; log a message and give up. in daemon_serviceloop() 406 // That failed; log a message and give up. in daemon_serviceloop() 411 // Give up anyway. in daemon_serviceloop() 573 // That failed; log a message and give up. in daemon_serviceloop() 591 // been logged, so just give up. in daemon_serviceloop() 822 // That failed; log a message and give up. in daemon_serviceloop() 829 // Give up on them. in daemon_serviceloop() 848 // been logged, so just give up. in daemon_serviceloop() 870 // been logged, so just give up. in daemon_serviceloop() [all …]
|
| /freebsd/contrib/netbsd-tests/lib/libusbhid/ |
| H A D | test_usb_hid_usages | 5 # - lines that do not start with a white space give the number and name of 7 # - lines that start with a white space give the number and name of
|
| /freebsd/contrib/less/ |
| H A D | INSTALL | 63 the `configure' script does not know about. You can give `configure' 99 give `configure' the option `--exec-prefix=PATH', the package will use 103 In addition, if you use an unusual directory layout you can give 133 a message saying it can not guess the host type, give it the
|
| /freebsd/tools/regression/sockets/listen_backlog/ |
| H A D | listen_backlog.c | 291 * Set to 5, update to -1, which should give somaxconn. in test_listen_update() 300 * Set to 5, update to 0, which should give 0. in test_listen_update() 309 * Set to 5, update to 1, which should give 1. in test_listen_update() 318 * Set to 5, update to somaxconn, which should give somaxconn. in test_listen_update() 327 * Set to 5, update to somaxconn+1, which should give somaxconn. in test_listen_update()
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | NewLLD.rst | 10 The current policy is that it is your responsibility to give trustworthy object 14 files in the usual way and give them to the linker. It is naturally expected to 78 This algorithm sometimes leads to a counter-intuitive behavior. If you give 112 To give you intuition about what kinds of data the linker is mainly working on, 113 I'll give you the list of objects and their numbers LLD has to read and process
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 61 // We are going to instrument this destructor, so give up even if it is in TryEmitBaseDestructorAsAlias() 66 // If we need to manipulate a VTT parameter, give up. in TryEmitBaseDestructorAsAlias() 93 // destructor, give up. in TryEmitBaseDestructorAsAlias() 105 // If the base is at a non-zero offset, give up. in TryEmitBaseDestructorAsAlias() 110 // Give up if the calling conventions don't match. We could update the call, in TryEmitBaseDestructorAsAlias()
|
| /freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
| H A D | LICENSE | 42 sure that you have the freedom to give away or sell copies of free 53 gratis or for a fee, you must give the recipients all the rights that 86 General Public License and to the absence of any warranty; and give any 131 years, to give any third party free (except for a nominal charge 225 <one line to give the program's name and a brief idea of what it does.> 311 1. You may make and give away verbatim copies of the source form of the
|
| /freebsd/share/man/man7/ |
| H A D | firewall.7 | 134 to give private internal networks access to the outside world. 156 as well as isolate them from each other, and we want to give all 179 Also, in our example, we pretty much give the exposed hosts free 301 # to give exposed hosts free reign with each other, get 408 to indirectly bind services that do not otherwise give you the option.
|
| /freebsd/libexec/ftpd/ |
| H A D | ftpd.8 | |
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2.h | 209 * @pre Different parallelism levels will give different results 230 * @pre Different parallelism levels will give different results 250 * @pre Different parallelism levels will give different results 269 * @pre Different parallelism levels will give different results
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_smi.c | 87 /* C14-9:4 -- hop_ptr = hop_cnt + 1 -> give to SMA/SM */ in __smi_handle_dr_smp_send() 198 /* C14-9:4 -- hop_ptr = hop_cnt + 1 -> give to SMA/SM */ in __smi_handle_dr_smp_recv() 232 /* C14-13:4 -- hop_ptr = 0 -> give to SM */ in __smi_handle_dr_smp_recv() 287 /* C14-9:4 -- hop_ptr = hop_cnt + 1 -> give to SMA/SM */ in __smi_check_forward_dr_smp()
|
| /freebsd/crypto/heimdal/tools/ |
| H A D | krb5-config.1 | 37 .Nd "give information on how to link code against Heimdal libraries" 65 Output the set of flags to give to the C compiler when using the
|
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | COPYING.lgplv3 | 72 a) Give prominent notice with each copy of the object code that the 87 a) Give prominent notice with each copy of the Combined Work that 140 b) Give prominent notice with the combined library that part of it
|