Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 1627) sorted by relevance

12345678910>>...66

/freebsd/usr.bin/yes/
H A Dyes.c46 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 DalternativeFlushPath.sh77 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 Dkinfo3.sh78 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 Dmain.c212 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 Dgas.c49 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 Dgas.h18 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 Dmessages.subr51 …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…
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…
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\…
63 …eld_invalid_value="ERROR! One or more individual fields within the subnet mask\n(separated by dots…
64 msg_ipv4_mask_field_is_null="ERROR! One or more individual fields within the subnet mask\n(separate…
[all …]
/freebsd/usr.sbin/lpr/lpq/
H A Dlpq.c118 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 Dcalc_tickadj-opts20 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 Dinvoke-calc_tickadj.texi57 (@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{more-help} will pri…
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/ntp/scripts/ntptrace/
H A Dntptrace-opts20 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/ntp-wait/
H A Dntp-wait-opts20 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/kyua/doc/
H A Dmanbuild_test.sh47 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/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_leb128.h19 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 Dsanitizer_flags.inc206 "to find more errors.")
209 "to find more errors.")
212 "to find more errors.")
215 "to find more errors.")
221 "to find more errors.")
224 "to find more errors.")
227 "functions to find more errors.")
230 "to find more errors.")
238 "intrinsics to find more errors.")
241 "to find more errors.")
[all …]
/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep-opts20 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 Dplot_summary-opts20 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 Dsummary-opts20 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 Dinvoke-summary.texi36 (@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{more-help} will pri…
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/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c70 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 Dupdate-leap-opts20 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 DTODO2 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 DChangeLog.22-nov-200522 * 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 Dopenssl-verify.pod.in41 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 DREADME.md6 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…
27 …lease see [gnu/COPYING](gnu/COPYING) and [gnu/COPYING.LIB](gnu/COPYING.LIB) for more information. |
45 For information on synchronizing your source tree with one or more of the FreeBSD Project's develop…

12345678910>>...66