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

123456789

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A Dembedded_interpreter.py34 more = 0
71 more = 0
73 if more:
83 more = self.push(line)
84 if not more:
89 more = self.push(line)
90 if more:
93 more = 0
/freebsd-10.0-release/usr.bin/gzip/
H A Dzmore27 # Pull out any command line flags so we can pass them to more/less
47 gzip -cdfq 2>&1 | ${PAGER-more} $flags
53 gzip -cdfq "$1" 2>&1 | ${PAGER-more} $flags
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/usr.bin/sed/
H A Dmain.c213 cu_fgets(char *buf, int n, int *more) argument
225 if (more != NULL)
226 *more = 0;
253 if (more != NULL)
254 *more = !feof(f);
269 if (more != NULL)
270 *more = 1;
283 if (more != NULL)
284 *more = 0;
292 if (more !
[all...]
/freebsd-10.0-release/contrib/wpa/src/common/
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
H A Dgas.h7 * See README for more details.
25 u8 frag_id, u8 more,
29 u8 frag_id, u8 more,
/freebsd-10.0-release/usr.bin/less/
H A DMakefile13 LINKS= ${BINDIR}/less ${BINDIR}/more \
17 MLINKS= less.1 more.1
/freebsd-10.0-release/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-10.0-release/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-10.0-release/etc/rc.d/
H A Ddumpon42 while read dev mp type more ; do
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend-query/
H A Dsend-logs.sh82 more ${TMPLOG}
/freebsd-10.0-release/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-10.0-release/sys/cddl/dev/dtrace/mips/
H A Ddtrace_isa.c306 int more, stksize; local
366 more = 3;
368 for (; more; va += sizeof(int),
369 more = (more == 3) ? 3 : more - 1) {
380 more = 2; /* stop after next instruction */
385 more = 1; /* stop now */
396 more = 2; /* stop after next instruction */
406 more
[all...]
/freebsd-10.0-release/bin/sh/
H A Dinput.c222 * 3) If there is more in this buffer, use it else call read to fill it.
230 int more; local
256 for (more = 1; more;) {
268 more = 0; /* Stop processing here */
283 more = 0;
311 * Returns if we are certain we are at EOF. Does not cause any more input
/freebsd-10.0-release/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-10.0-release/sys/boot/common/
H A Dhelp.common92 If -v is specified, print more details.
99 List loaded modules. If [-v] is specified, print more details.
104 more <filename> [<filename> ...]
106 Show contents of text files. When displaying the contents of more,
/freebsd-10.0-release/contrib/gcclibs/libdecnumber/
H A DdecNumberLocal.h24 for more details.
135 #error decNumberLocal included more than once
/freebsd-10.0-release/lib/libedit/
H A Dfilecomplete.c100 free(temp); /* value no more needed */
356 int more = limit > 0 && matches[0]; local
357 for(i = 0; more; idx++) {
358 more = ++i < limit && matches[idx + 1];
360 matches[idx], more ? " " : "");
374 * there is more than one.
/freebsd-10.0-release/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-10.0-release/contrib/ntp/util/
H A Dansi2knr.c241 char *more; local
319 more = ++line;
324 switch ( *skipspace(ppdirforward(more), 1) )
329 fputs(more, out);
338 /* more might be. */
340 strcpy(buf, more);
376 * Skip forward or backward over one or more preprocessor directives.
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Docs/Examples/
H A Doneliners_examples.txt18 0 3297 exec_common:exec-success sh -c more -s /tmp/mpzIaOZF
19 0 3297 exec_common:exec-success more -s /tmp/mpzIaOZF
265 2005 Apr 25 19:15:10 sh -c more -s /tmp/mpRZaqTF
266 2005 Apr 25 19:15:10 more -s /tmp/mpRZaqTF

Completed in 329 milliseconds

123456789