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

12345678910

/freebsd-11-stable/usr.bin/yes/
H A Dyes.c58 size_t more; local
79 more = explen;
80 while ((ret = write(STDOUT_FILENO, exp + (explen - more), more)) > 0)
81 if ((more -= ret) == 0)
82 more = explen;
/freebsd-11-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-11-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-11-stable/usr.sbin/lpr/lpq/
H A Dlpq.c130 int more, status; local
132 more = firstprinter(pp, &status);
135 while (more) {
142 more = nextprinter(pp, &status);
154 } while (more && status);
/freebsd-11-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-11-stable/usr.bin/sed/
H A Dmain.c224 cu_fgets(char *buf, int n, int *more) argument
236 if (more != NULL)
237 *more = 0;
269 if (more != NULL)
270 *more = !feof(f);
285 if (more != NULL)
286 *more = 1;
299 if (more != NULL)
300 *more = 0;
308 if (more !
[all...]
/freebsd-11-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-11-stable/usr.bin/less/
H A DMakefile12 LINKS= ${BINDIR}/less ${BINDIR}/more \
16 MLINKS= less.1 more.1
/freebsd-11-stable/sys/mips/mips/
H A Ddb_trace.c146 int more, stksize, j; local
243 more = 3;
245 for (va = subr; more; va += sizeof(int),
246 more = (more == 3) ? 3 : more - 1) {
257 more = 2; /* stop after next instruction */
262 more = 1; /* stop now */
273 more = 2; /* stop after next instruction */
283 more
[all...]
/freebsd-11-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-11-stable/etc/rc.d/
H A Ddumpon42 while read dev mp type more ; do
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dsend-logs.sh82 more ${TMPLOG}
/freebsd-11-stable/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c72 int c, error, makedirs, more, queuecnt, verbosity; local
123 more = firstprinter(pp, &error);
124 if (interpret_error(pp, error) && more)
127 while (more) {
146 more = nextprinter(pp, &error);
147 if (interpret_error(pp, error) && more)
190 * until all spool directories are noted, so that all of the more serious
/freebsd-11-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-11-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-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk5 # See README for more details.
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumberLocal.h24 for more details.
135 #error decNumberLocal included more than once
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mips.c480 int more, stksize; local
526 more = 3;
528 for (; more; va += sizeof(int),
529 more = (more == 3) ? 3 : more - 1) {
540 more = 2; /* stop after next instruction */
545 more = 1; /* stop now */
556 more = 2; /* stop after next instruction */
566 more
[all...]
/freebsd-11-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?
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodmisc.mk13 # another mod - pretend it is more interesting
/freebsd-11-stable/usr.bin/mail/
H A Dcmdtab.c68 { "more", more, MSGLIST, 0, MMNDEL },
69 { "page", more, MSGLIST, 0, MMNDEL },
/freebsd-11-stable/usr.bin/lastcomm/tests/
H A Dvalues.sh29 echo Running commands. This should not take more than 30s.

Completed in 626 milliseconds

12345678910