Home
last modified time | relevance | path

Searched refs:par (Results 1 – 25 of 35) sorted by relevance

12

/mirbsd/src/lib/libc/stdlib/
Dheapsort.c70 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \ argument
78 par = base + par_i * size; \
79 if (compar(child, par) <= 0) \
81 SWAP(par, child, count, size, tmp); \
102 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ argument
109 par = base + par_i * size; \
110 COPY(par, child, count, size, tmp1, tmp2); \
116 par = base + par_i * size; \
117 if (child_i == 1 || compar(k, par) < 0) { \
121 COPY(child, par, count, size, tmp1, tmp2); \
/mirbsd/src/gnu/usr.bin/cvs/doc/
Dwriteproxy.rtf54 \par }}{\headerf \pard\plain \s33\ql \li0\ri0\sl160\slmult0\keep\widctlpar\tx2160\pvpg\phmrg\posxr\…
56 \par 319 S. River St.
57 \par Harrisburg, PA 17104-1657
58 \par }\pard\plain \s16\qj \li0\ri0\widctlpar\tqc\tx4320\tqr\tx8640\aspalpha\aspnum\faauto\adjustrig…
503 \par }}{\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang{\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\p…
507 \par }\pard\plain \s2\ql \li0\ri0\sl220\slmult0\keep\keepn\widctlpar\aspalpha\aspnum\faauto\outline…
508 \par Abstract
509 \par }\pard\plain \qj \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f1\fs2…
510 \par This document discusses the redesign of CVS to support multiple repository servers slaved to a…
511 \par
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/smrsh/
Dsmrsh.c97 char *prg, *par; variable
128 "%s: command too long: %s\n", prg, par);
130 syslog(LOG_WARNING, "command too long: %.40s", par);
183 par = argv[2];
208 if (strlen(par) > (sizeof newcmdbuf - sizeof CMDDIR - 2))
211 "%s: command too long: %s\n", prg, par);
213 syslog(LOG_WARNING, "command too long: %.40s", par);
218 q = par;
397 (int) getuid(), *r, par);
/mirbsd/src/sys/dev/mii/
Damphy.c194 int bmsr, bmcr, par, anlpar; in amphy_status() local
246 par = PHY_READ(sc, MII_AMPHY_DSCSR); in amphy_status()
247 if (par & DSCSR_100FDX) in amphy_status()
249 else if (par & DSCSR_100HDX) in amphy_status()
251 else if (par & DSCSR_10FDX) in amphy_status()
253 else if (par & DSCSR_10HDX) in amphy_status()
Dnsphy.c253 int bmsr, bmcr, par, anlpar; in nsphy_status() local
312 par = PHY_READ(sc, MII_NSPHY_PAR); in nsphy_status()
313 if (par & PAR_10) in nsphy_status()
318 if (par & PAR_FDX) in nsphy_status()
/mirbsd/src/gnu/usr.bin/perl/lib/Pod/
DHtml.pm1508 my $par = go_ahead( $rstr, 'C', $closing );
1511 my $text = depod( $par );
1516 $res = emit_C( $text, $lev > 1 || ($par =~ /[BI]</) );
1538 my $par = go_ahead( $rstr, 'L', $closing );
1542 if( $par =~ m{^\w+://}s ){
1543 return make_URL_href( $par );
1546 if( $par =~ /^C<(.*)>$/ ){
1548 return emit_C( $text, $lev > 1 || ($par =~ /[BI]</) );
1552 $par =~ s/\n/ /g; # undo word-wrapped tags
1553 my $opar = $par;
[all …]
/mirbsd/src/bin/ed/
Dcbc.c303 int par; /* parity counter */ in set_des_key() local
310 par = 0; in set_des_key()
313 par++; in set_des_key()
314 if ((par&01) == 01) in set_des_key()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Drefcard.tex201 \def\bye{\par\vfill
234 ##\par\vskip \lskip }\hfil
237 \rm ##\par\vskip \lskip}\cr
311 break \opt{\it file\tt:}{\it line}\par
312 b \opt{\it file\tt:}{\it line}&set breakpoint at {\it line} number \opt{in \it file}\par
316 break +{\it offset}\par
354 commands {\it n}\par
355 \qquad \opt{\tt silent}\par
362 backtrace \opt{\it n}\par
373 info reg \opt{\it rn}$\ldots$\par
[all …]
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dbfd.texinfo11 \let\aboveenvbreak=\par
12 \let\afterenvbreak=\par
18 \vskip -\parskip% to cancel out effect of following \par
70 \hfill Free Software Foundation\par
71 \hfill sac\@www.gnu.org\par
72 \hfill {\it BFD}, \manvers\par
73 \hfill \TeX{}info \texinfoversion\par
/mirbsd/src/gnu/usr.bin/perl/t/pod/
Dheadings.t34 A template parameter file is in F</proj/axaf/simul/lib/uparm/rdb2pg.par>.
74 parameter file is in /proj/axaf/simul/lib/uparm/rdb2pg.par.
107 parameter file is in /proj/axaf/simul/lib/uparm/rdb2pg.par.
Doneline_cmds.xr9 file is in /proj/axaf/simul/lib/uparm/rdb2pg.par.
Dheadings.xr9 file is in /proj/axaf/simul/lib/uparm/rdb2pg.par.
Doneline_cmds.t25 A template parameter file is in F</proj/axaf/simul/lib/uparm/rdb2pg.par>.
/mirbsd/src/sys/dev/pci/
Dnoctreg.h237 volatile u_int32_t par; /* n, keylen, sksoffset */ member
244 volatile u_int32_t par; /* n, keylen, sksoffset */ member
/mirbsd/src/usr.sbin/config/
Dpack.c340 struct devi **p, *i, **par; in packpvec() local
350 par = i->i_parents; in packpvec()
352 vec[v] = par[v]->i_cfindex; in packpvec()
/mirbsd/src/gnu/usr.bin/perl/x2p/
Da2p.h38 # pragma warn -par
/mirbsd/src/gnu/usr.bin/perl/wince/
Dwin32.h178 #pragma warn -par /* "parameter 'foo' is never used" */
/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32.h189 #pragma warn -par /* "parameter 'foo' is never used" */
/mirbsd/src/usr.bin/lex/
Dflexdef.h53 #pragma warn -par
/mirbsd/src/sys/dev/pci/bktr/
Dbktr_core.c1885 u_int par; local
2246 par = *(u_int *)arg;
2247 write = (par >> 24) & 0xff ;
2248 i2c_addr = (par >> 16) & 0xff ;
2249 i2c_port = (par >> 8) & 0xff ;
2250 data = (par) & 0xff ;
2257 *(u_int *)arg = (par & 0xffffff00) | ( data & 0xff );
/mirbsd/src/usr.bin/file/magdir/
Darchive260 # Parity archive reconstruction file, the 'par' file format now used on Usenet.
/mirbsd/src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/
Dcalendar.fetes15 * par mes coll�gues de travail�; on n'y trouve donc que
19 * Antoine, et si Antoine est f�t� plusieurs jours par an,
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldint.texinfo51 \hfill Cygnus Support\par
52 \hfill \manvers\par
53 \hfill \TeX{}info \texinfoversion\par
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlpodspec.pod1581 \par{\pard\qr\sa4500{\i Printed\~\chdate\~\chtime}\par}
1588 =for rtf \par{\pard\qr\sa4500{\i Printed\~\chdate\~\chtime}\par}
/mirbsd/src/etc/
DMAKEDEV.common161 target(all, par, 0)dnl

12