Searched refs:more (Results 1 - 25 of 249) sorted by relevance

12345678910

/freebsd-12-stable/usr.bin/yes/
H A Dyes.c60 size_t more; local
81 more = explen;
82 while ((ret = write(STDOUT_FILENO, exp + (explen - more), more)) > 0)
83 if ((more -= ret) == 0)
84 more = explen;
/freebsd-12-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_get_name_attribute.c43 int *more)
73 more);
36 gss_get_name_attribute(OM_uint32 *minor_status, gss_name_t input_name, gss_buffer_t attr, int *authenticated, int *complete, gss_buffer_t value, gss_buffer_t display_value, int *more) argument
H A Dgss_authorize_localname.c76 int more = -1; local
81 while (more != 0 && major_status != GSS_S_COMPLETE) {
94 &more);
H A Dgss_pname_to_uid.c67 int more = -1;
74 while (more != 0) {
93 &more);
/freebsd-12-stable/share/mk/
H A Dgoogletest.test.inc.mk11 # Required until googletest is upgraded to a more recent version (after
15 # Required until googletest is upgraded to a more recent version (after
/freebsd-12-stable/contrib/wpa/src/common/
H A Dgas.h7 * See README for more details.
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,
H A Dgas.c7 * See README for more details.
49 u8 more, u16 comeback_delay, size_t size)
62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0));
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, argument
83 status_code, frag_id, more, comeback_delay,
169 u8 frag_id, u8 more,
175 frag_id, more, comeback_delay, 4 + size);
189 u8 frag_id, u8 more,
196 more, comeback_delay,
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
168 gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
187 gas_anqp_build_comeback_resp_buf(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, struct wpabuf *payload) argument
/freebsd-12-stable/usr.sbin/lpr/lpq/
H A Dlpq.c132 int more, status; local
134 more = firstprinter(pp, &status);
137 while (more) {
144 more = nextprinter(pp, &status);
156 } while (more && status);
/freebsd-12-stable/release/picobsd/tinyware/help/
H A Dhelp.c71 more(void) function
110 if (cnt>=crt&&more()) return -1;
120 if (more()) return -1;
123 if (cnt>=crt&&more()) return -1;
129 if (cnt>=crt&&more()) return -1;
138 if (++cnt>=crt&&more()) return -1;
152 if (cnt>=crt&&more()) return -1;
/freebsd-12-stable/usr.bin/sed/
H A Dmain.c225 cu_fgets(char *buf, int n, int *more) argument
237 if (more != NULL)
238 *more = 0;
272 if (more != NULL)
273 *more = !feof(f);
288 if (more != NULL)
289 *more = 1;
302 if (more != NULL)
303 *more = 0;
311 if (more !
[all...]
/freebsd-12-stable/usr.bin/gzip/
H A Dzmore28 # Pull out any command line flags so we can pass them to more/less
49 pager=${PAGER-more}
/freebsd-12-stable/usr.bin/less/
H A DMakefile12 LINKS= ${BINDIR}/less ${BINDIR}/more \
17 MLINKS= less.1 more.1
/freebsd-12-stable/sys/mips/mips/
H A Ddb_trace.c97 int more, stksize, j; local
209 more = 3;
211 for (va = subr; more; va += sizeof(int),
212 more = (more == 3) ? 3 : more - 1) {
223 more = 2; /* stop after next instruction */
228 more = 1; /* stop now */
239 more = 2; /* stop after next instruction */
249 more
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh18 # GNU General Public License for more details.
35 -v Be more (and more, and more) verbose.
91 # Be more, and more, and more, verbose
/freebsd-12-stable/libexec/rc/rc.d/
H A Ddumpon50 while read dev mp type more ; do
/freebsd-12-stable/lib/googletest/gmock/
H A DMakefile22 MAIN_INCS+= gmock/gmock-more-actions.h
26 MAIN_INCS+= gmock/gmock-more-matchers.h
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dsend-logs.sh84 more ${TMPLOG}
/freebsd-12-stable/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c72 int c, error, makedirs, more, queuecnt, verbosity; local
128 more = firstprinter(pp, &error);
129 if (interpret_error(pp, error) && more)
132 while (more) {
151 more = nextprinter(pp, &error);
152 if (interpret_error(pp, error) && more)
198 * until all spool directories are noted, so that all of the more serious
/freebsd-12-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_isa.c305 int more, stksize; local
365 more = 3;
367 for (; more; va += sizeof(int),
368 more = (more == 3) ? 3 : more - 1) {
379 more = 2; /* stop after next instruction */
384 more = 1; /* stop now */
395 more = 2; /* stop after next instruction */
405 more
[all...]
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_printer_tbl.c261 int status, more; local
266 more = firstprinter(pp, &status);
270 while (more) {
275 more = nextprinter(pp, &status);
282 } while (more && status);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk5 # See README for more details.
/freebsd-12-stable/contrib/gcclibs/libdecnumber/
H A DdecNumberLocal.h24 for more details.
135 #error decNumberLocal included more than once
/freebsd-12-stable/lib/googletest/tests/gmock_main/
H A DMakefile16 GTESTS+= gmock-more-actions_test
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mips.c482 int more, stksize; local
528 more = 3;
530 for (; more; va += sizeof(int),
531 more = (more == 3) ? 3 : more - 1) {
542 more = 2; /* stop after next instruction */
547 more = 1; /* stop now */
558 more = 2; /* stop after next instruction */
568 more
[all...]
/freebsd-12-stable/contrib/bmake/mk/
H A Dwarnings.mk24 # Modest defaults - put more elaborate sets in warnings-sets.mk
53 # There is always someone who wants more...
77 # Without -O or if we've set -O0 somewhere - to make debugging more effective,
120 # Just ${WARNINGS} should do, but this is more flexible?

Completed in 413 milliseconds

12345678910