/freebsd/usr.bin/yes/ |
H A D | yes.c | 46 size_t more; in main() local 67 more = explen; in main() 68 while ((ret = write(STDOUT_FILENO, exp + (explen - more), more)) > 0) in main() 69 if ((more -= ret) == 0) in main() 70 more = explen; in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | alternativeFlushPath.sh | 77 static volatile sig_atomic_t more; 81 more = 0; 101 for (i = 0, j = 0; i < rlp.rlim_cur && more == 1; i++, j++) { 105 more = 0; 124 more = 1; 127 while (more == 1)
|
H A D | kinfo3.sh | 78 static volatile sig_atomic_t more; 83 more = 0; 104 while(more) { 182 more = 1; 185 while(more) 193 while(more)
|
/freebsd/usr.bin/sed/ |
H A D | main.c | 212 cu_fgets(char *buf, int n, int *more) in cu_fgets() argument 224 if (more != NULL) in cu_fgets() 225 *more = 0; in cu_fgets() 259 if (more != NULL) in cu_fgets() 260 *more = !feof(f); in cu_fgets() 275 if (more != NULL) in cu_fgets() 276 *more = 1; in cu_fgets() 289 if (more != NULL) in cu_fgets() 290 *more = 0; in cu_fgets() 298 if (more != NULL) in cu_fgets() [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | gas.c | 49 u8 more, u16 comeback_delay, size_t size) in gas_build_resp() argument 62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0)); in gas_build_resp() 79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, in gas_build_comeback_resp() argument 83 status_code, frag_id, more, comeback_delay, in gas_build_comeback_resp() 169 u8 frag_id, u8 more, in gas_anqp_build_comeback_resp() argument 175 frag_id, more, comeback_delay, 4 + size); in gas_anqp_build_comeback_resp() 189 u8 frag_id, u8 more, in gas_anqp_build_comeback_resp_buf() argument 196 more, comeback_delay, in gas_anqp_build_comeback_resp_buf()
|
H A D | gas.h | 18 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, 28 u8 frag_id, u8 more, 32 u8 frag_id, u8 more,
|
/freebsd/usr.sbin/bsdconfig/networking/include/ |
H A D | messages.subr | 51 …ains_invalid_chars="ERROR! One or more individual labels within the hostname\n(separated by dots) … 52 msg_hostname_label_exceeds_max_length="ERROR! One or more individual labels within the hostname\n(s… 53 msg_hostname_label_is_null="ERROR! One or more individual labels within the hostname\n(separated by… 54 msg_hostname_label_starts_or_ends_with_hyphen="ERROR! One or more individual labels within the host… 57 …ns_invalid_chars="ERROR! One or more individual octets within the IPv4 address\n(separated by dots… 58 msg_ipv4_addr_octet_exceeds_max_value="ERROR! One or more individual octets within the IPv4 address… 59 msg_ipv4_addr_octet_is_null="ERROR! One or more individual octets within the IPv4 address\n(separat… 60 …he IPv4 address entered has either too few (less than\nfour) or too many (more than four) octets, … 61 …ins_invalid_chars="ERROR! One or more individual fields within the subnet mask\n(separated by dots… 62 msg_ipv4_mask_field_exceeds_max_value="ERROR! One or more individual fields within the subnet mask\… [all …]
|
/freebsd/usr.sbin/lpr/lpq/ |
H A D | lpq.c | 118 int more, status; in main() local 120 more = firstprinter(pp, &status); in main() 123 while (more) { in main() 130 more = nextprinter(pp, &status); in main() 142 } while (more && status); in main()
|
/freebsd/contrib/ntp/scripts/calc_tickadj/ |
H A D | calc_tickadj-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 34 'help' => '', 'more-help' => '' 39 'help|?', 'more-help')); 48 --more-help Pass the extended usage text through a pager 55 paged_usage(0) if $opts->{'more-help'};
|
H A D | invoke-calc_tickadj.texi | 57 (@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{more-help} will print 59 @code{more-help} is disabled on platforms without a working 61 used to select the program, defaulting to @file{more}. Both will exit 72 --more-help Pass the extended usage text through a pager
|
/freebsd/contrib/kyua/doc/ |
H A D | manbuild_test.sh | 47 With more than one line. 59 And nothing more. 65 And nothing more. 76 And nothing more. 82 And nothing more. 117 There is more... 133 There is more...
|
/freebsd/contrib/ntp/scripts/ntp-wait/ |
H A D | ntp-wait-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 35 'help' => '', 'more-help' => '' 40 'help|?', 'more-help')); 50 --more-help Pass the extended usage text through a pager 57 paged_usage(0) if $opts->{'more-help'};
|
/freebsd/contrib/ntp/scripts/ntptrace/ |
H A D | ntptrace-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 35 'help' => '', 'more-help' => '' 40 'help|?', 'more-help')); 50 --more-help Pass the extended usage text through a pager 57 paged_usage(0) if $opts->{'more-help'};
|
/freebsd/contrib/ntp/scripts/ntpsweep/ |
H A D | ntpsweep-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 37 'help' => '', 'more-help' => '' 43 'help|?', 'more-help')); 55 --more-help Pass the extended usage text through a pager 62 paged_usage(0) if $opts->{'more-help'};
|
/freebsd/contrib/ntp/scripts/ |
H A D | plot_summary-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 39 'help' => '', 'more-help' => '' 46 'help|?', 'more-help')); 61 --more-help Pass the extended usage text through a pager 68 paged_usage(0) if $opts->{'more-help'};
|
H A D | summary-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 38 'help' => '', 'more-help' => '' 44 'help|?', 'more-help')); 57 --more-help Pass the extended usage text through a pager 64 paged_usage(0) if $opts->{'more-help'};
|
H A D | invoke-summary.texi | 36 (@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{more-help} will print 38 @code{more-help} is disabled on platforms without a working 40 used to select the program, defaulting to @file{more}. Both will exit 55 --more-help Pass the extended usage text through a pager 92 Process all files with the date suffix more or equal to value of
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_leb128.h | 19 bool more; in EncodeSLEB128() local 24 more = !((((value == 0) && ((byte & 0x40) == 0)) || in EncodeSLEB128() 26 if (more) in EncodeSLEB128() 31 } while (more); in EncodeSLEB128()
|
H A D | sanitizer_flags.inc | 70 "Verbosity level (0 - silent, 1 - a bit of output, 2+ - more output).") 153 "memory to the OS, but not more often than this interval (in " 206 "to find more errors.") 209 "to find more errors.") 212 "to find more errors.") 215 "to find more errors.") 218 "If set, uses custom wrappers for strcmp functions to find more errors.") 221 "to find more errors.") 224 "to find more errors.") 227 "functions to find more error [all...] |
/freebsd/usr.sbin/lpr/chkprintcap/ |
H A D | chkprintcap.c | 70 int c, error, makedirs, more, queuecnt, verbosity; in main() local 126 more = firstprinter(pp, &error); in main() 127 if (interpret_error(pp, error) && more) in main() 130 while (more) { in main() 149 more = nextprinter(pp, &error); in main() 150 if (interpret_error(pp, error) && more) in main()
|
/freebsd/contrib/ntp/scripts/update-leap/ |
H A D | update-leap-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 39 'help' => '', 'more-help' => '' 46 'help|?', 'more-help')); 60 --more-help Pass the extended usage text through a pager 67 paged_usage(0) if $opts->{'more-help'};
|
/freebsd/contrib/file/ |
H A D | TODO | 2 They are more visible there, so please add any further TODOs to that 14 required for soft magic, not the more detailed information given by 18 Read the kerberos magic entry for more ideas. 39 - We could use file_pipe2file more (for EOF offsets, CDF documents), 41 - The implementation of struct buffer needs re-thinking and more work.
|
/freebsd/contrib/ldns/drill/ |
H A D | ChangeLog.22-nov-2005 | 22 * drill's core code is not much more simple, as 30 * Added two more options (borrowed from dig) 46 * big configure.ac and Makefile.in updates (made more general) 80 * more sane options parsing 81 * more sane argument handling 105 * more checks
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-verify.pod.in | 41 The file or URI should contain one or more CRLs in PEM or DER format. 42 This option can be specified more than once to include CRLs from multiple 61 A file or URI of (more or less) trusted certificates. 62 See L<openssl-verification-options(1)> for more information on trust settings. 64 This option can be specified more than once to load certificates from multiple 70 This option can be specified more than once to load certificates from multiple 101 One or more target certificates to verify, one per file. If no certificates are
|
/freebsd/ |
H A D | README.md | 6 A large community has continually developed it for more than thirty years. 10 …ts for some sources in this tree - please see the specific source directories for more information. 13 …or kernels](https://docs.freebsd.org/en/books/handbook/kernelconfig/) for more information, includ… 29 …lease see [gnu/COPYING](gnu/COPYING) and [gnu/COPYING.LIB](gnu/COPYING.LIB) for more information. | 47 For information on synchronizing your source tree with one or more of the FreeBSD Project's develop…
|