| /mirbsd/src/lib/libc/stdlib/ |
| D | heapsort.c | 70 #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/ |
| D | writeproxy.rtf | 54 \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/ |
| D | smrsh.c | 97 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/ |
| D | amphy.c | 194 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()
|
| D | nsphy.c | 253 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/ |
| D | Html.pm | 1508 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/ |
| D | cbc.c | 303 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/ |
| D | refcard.tex | 201 \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/ |
| D | bfd.texinfo | 11 \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/ |
| D | headings.t | 34 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.
|
| D | oneline_cmds.xr | 9 file is in /proj/axaf/simul/lib/uparm/rdb2pg.par.
|
| D | headings.xr | 9 file is in /proj/axaf/simul/lib/uparm/rdb2pg.par.
|
| D | oneline_cmds.t | 25 A template parameter file is in F</proj/axaf/simul/lib/uparm/rdb2pg.par>.
|
| /mirbsd/src/sys/dev/pci/ |
| D | noctreg.h | 237 volatile u_int32_t par; /* n, keylen, sksoffset */ member 244 volatile u_int32_t par; /* n, keylen, sksoffset */ member
|
| /mirbsd/src/usr.sbin/config/ |
| D | pack.c | 340 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/ |
| D | a2p.h | 38 # pragma warn -par
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | win32.h | 178 #pragma warn -par /* "parameter 'foo' is never used" */
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32.h | 189 #pragma warn -par /* "parameter 'foo' is never used" */
|
| /mirbsd/src/usr.bin/lex/ |
| D | flexdef.h | 53 #pragma warn -par
|
| /mirbsd/src/sys/dev/pci/bktr/ |
| D | bktr_core.c | 1885 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/ |
| D | archive | 260 # Parity archive reconstruction file, the 'par' file format now used on Usenet.
|
| /mirbsd/src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/ |
| D | calendar.fetes | 15 * 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/ |
| D | ldint.texinfo | 51 \hfill Cygnus Support\par 52 \hfill \manvers\par 53 \hfill \TeX{}info \texinfoversion\par
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlpodspec.pod | 1581 \par{\pard\qr\sa4500{\i Printed\~\chdate\~\chtime}\par} 1588 =for rtf \par{\pard\qr\sa4500{\i Printed\~\chdate\~\chtime}\par}
|
| /mirbsd/src/etc/ |
| D | MAKEDEV.common | 161 target(all, par, 0)dnl
|