Searched refs:over (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcygwin2.c46 char *over = p + sizeof ("-cygwin") - 1; local
47 memmove (over + 1, over, strlen (over));
49 p = ++over;
52 strcpy (over, p);
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A DMakefile.sub12 over.$(OBJEXT) \
27 $(srcdir)/over.cpp \
/freebsd-11-stable/gnu/usr.bin/groff/src/preproc/eqn/
H A DMakefile5 box.cpp limit.cpp list.cpp over.cpp text.cpp \
/freebsd-11-stable/lib/libedit/
H A Dfilecomplete.c419 int *completion_type, int *over, int *point, int *end,
485 (over != NULL && !*over && !matches))
490 if (over != NULL)
491 *over = 0;
414 fn_complete(EditLine *el, char *(*complet_func)(const char *, int), char **(*attempted_completion_function)(const char *, int, int), const Char *word_break, const Char *special_prefixes, const char *(*app_func)(const char *), size_t query_items, int *completion_type, int *over, int *point, int *end, const Char *(*find_word_start_func)(const Char *, const Char *), Char *(*dequoting_func)(const Char *), char *(*quoting_func)(const char *)) argument
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c139 int over)
152 dmaxrow, dmaxcol, over));
191 if (over) {
135 copywin(const WINDOW *src, WINDOW *dst, int sminrow, int smincol, int dminrow, int dmincol, int dmaxrow, int dmaxcol, int over) argument
/freebsd-11-stable/usr.bin/vmstat/
H A Dvmstat.c1146 percent(const char *name, double pctv, int *over) argument
1154 if (l == 1 && *over) {
1156 (*over)--;
1160 (*over)++;
1167 int state, over; local
1176 over = 0;
1179 &over);
1181 &over);
1182 percent("idle", cur.cp_time[CP_IDLE] * lpct, &over);
1191 int i, over, stat local
[all...]
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Drtld_start.S85 movl %eax,20(%esp) # Store target over obj argument
/freebsd-11-stable/sys/net/altq/
H A Daltq_cbq.h79 u_int over; /* # times went over limit */ member in struct:_cbq_class_stats_
H A Daltq_rmclass.h130 u_int over; /* # times went over limit */ member in struct:_rm_class_stats_
H A Daltq_cbq.c215 statsp->over = cl->stats_.over;
1147 printf("over=%d\n, borrows=%d, drops=%d, overactions=%d, delays=%d\n",
1148 s->over, s->borrows, (int)s->drop_cnt.packets,
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Drtld_start.S124 movq %rax,0x60(%rsp) # Store target over reloff argument
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Darmv4-mont.S165 add sp,r0,#4 @ skip over tp[num+1]
167 add sp,sp,#2*4 @ skip over {r0,r2}
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl43 =over 8
96 =over 10
192 =over 4
237 (W) You have a C<=back> without a corresponding C<=over>.
242 C<=head1>, C<=head2>, C<=item>, C<=over>, C<=back>, or C<=cut>.
268 The =over and =back directives don't really work right. They
274 Original prototype by Larry Wall, but so massively hacked over by
834 }gesx; # s in case it goes over multiple lines, so . matches \n
880 elsif ($Cmd eq 'over') {
/freebsd-11-stable/share/mk/
H A Dbsd.opts.mk40 # that haven't been converted over.
H A Dbsd.init.mk20 # it has final authority over fooOWN and fooGRP.
H A Dbsd.progs.mk96 # anything. This allows parallelization without them each fighting over
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec54 two untrusted hosts over an insecure network. X11 connections and
55 arbitrary TCP/IP ports can also be forwarded over the secure channel.
68 two untrusted hosts over an insecure network. X11 connections and
69 arbitrary TCP/IP ports can also be forwarded over the secure channel.
/freebsd-11-stable/contrib/gcc/
H A Dtree-eh.c699 body; goto over; lab: stuff; over:
706 frob_into_branch_around (tree *tp, tree lab, tree over)
715 if (!over)
716 over = create_artificial_label ();
717 x = build1 (GOTO_EXPR, void_type_node, over);
729 if (over)
731 x = build1 (LABEL_EXPR, void_type_node, over);
701 frob_into_branch_around(tree *tp, tree lab, tree over) argument
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c450 ACPI_MADT_INTERRUPT_OVERRIDE *over; local
480 over = (ACPI_MADT_INTERRUPT_OVERRIDE *)mp;
481 printf("\tBUS=%d\n", (u_int)over->Bus);
482 printf("\tIRQ=%d\n", (u_int)over->SourceIrq);
483 acpi_print_intr(over->GlobalIrq, over->IntiFlags);
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm13 =over 4
107 =over 4
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm40 =over 4
134 =over 4
/freebsd-11-stable/sys/conf/
H A Dkern.opts.mk11 # that haven't been converted over.
/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat35 echo. changes to make an overview over all changed/added/deprecated items
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc255 // The error code from close takes precedence over the one from
/freebsd-11-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl497 } elsif (/newsyslog.*logfile turned over/) {

Completed in 198 milliseconds

123