| /minix3/external/bsd/mdocml/dist/ |
| H A D | example.style.css | 33 div.mandoc .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */ 34 div.mandoc .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */ 35 div.mandoc .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: … 36 div.mandoc i.addr { font-weight: normal; } /* Address (Ad). */ 37 div.mandoc i.arg { font-weight: normal; } /* Command argument (Ar). */ 39 div.mandoc b.cmd { font-style: normal; } /* Command (Cm). */ 40 div.mandoc b.config { font-style: normal; } /* Config statement (Cd). */ 43 div.mandoc b.diag { font-style: normal; } /* Diagnostic (Bl -diag). */ 46 div.mandoc i.farg { font-weight: normal; } /* Function argument (Fa, Fn). */ 47 div.mandoc i.file { font-weight: normal; } /* File (Pa). */ [all …]
|
| /minix3/external/mit/xorg/bin/xdm/config/ |
| H A D | Xresources.cpp | 29 xlogin*greetFont: -adobe-helvetica-bold-o-normal-*-18-*-*-*-*-*-iso8859-1 30 xlogin*font: -adobe-helvetica-medium-o-normal-*-14-*-*-*-*-*-iso8859-1 31 xlogin*promptFont: -adobe-helvetica-medium-r-normal-*-14-*-*-*-*-*-iso8859-1 32 xlogin*failFont: -adobe-helvetica-medium-r-normal-*-14-*-*-*-*-*-iso8859-1 38 xlogin*greetFont: -adobe-helvetica-bold-o-normal--17-120-100-100-p-92-iso8859-1 39 xlogin*font: -adobe-helvetica-medium-r-normal--12-120-75-75-p-67-iso8859-1 40 xlogin*promptFont: -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1 41 xlogin*failFont: -adobe-helvetica-bold-o-normal--14-140-75-75-p-82-iso8859-1 105 Chooser*label.font: *-new century schoolbook-bold-i-normal-*-240-* 107 Chooser*list.font: -*-*-medium-r-normal-*-*-230-*-*-c-*-iso8859-1 [all …]
|
| /minix3/external/bsd/bind/dist/bin/tests/system/allow_query/ |
| H A D | tests.sh | 71 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 a.normal.example a > dig.out.ns2.$n || ret=1 85 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 a.normal.example a > dig.out.ns2.$n || ret=1 99 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 a.normal.example a > dig.out.ns2.$n || ret=1 113 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 a.normal.example a > dig.out.ns2.$n || ret=1 127 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 a.normal.example a > dig.out.ns2.$n || ret=1 141 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 a.normal.example a > dig.out.ns2.$n || ret=1 155 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 a.normal.example a > dig.out.ns2.$n || ret=1 169 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 a.normal.example a > dig.out.ns2.$n || ret=1 184 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 a.normal.example a > dig.out.ns2.$n || ret=1 198 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y one:1234abcd8765 a.normal.example a > dig.out.ns2.$n || re… [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Generic/ |
| H A D | add-with-overflow-24.ll | 12 br i1 %obit, label %overflow, label %normal 14 normal: 29 br i1 %obit, label %carry, label %normal 31 normal:
|
| H A D | add-with-overflow.ll | 12 br i1 %obit, label %overflow, label %normal 14 normal: 28 br i1 %obit, label %overflow, label %normal 30 normal:
|
| H A D | multiple-return-values-cross-block-with-invoke.ll | 6 %t = invoke { i64, double } @wild() to label %normal unwind label %handler 8 normal:
|
| H A D | add-with-overflow-128.ll | 14 br i1 %obit, label %carry, label %normal 16 normal:
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | sub-with-overflow.ll | 11 br i1 %obit, label %overflow, label %normal 13 normal: 31 br i1 %obit, label %carry, label %normal 33 normal:
|
| H A D | smul-with-overflow.ll | 11 br i1 %obit, label %overflow, label %normal 13 normal: 30 br i1 %obit, label %overflow, label %normal 36 normal:
|
| H A D | fast-isel-constant.ll | 14 br i1 %obit, label %overflow, label %normal 16 normal:
|
| H A D | umul-with-carry.ll | 14 br i1 %obit, label %carry, label %normal 16 normal:
|
| H A D | win64_call_epi.ll | 11 to label %normal 14 normal:
|
| H A D | add.ll | 33 br i1 %obit, label %overflow, label %normal 35 normal: 56 br i1 %obit, label %carry, label %normal 58 normal:
|
| /minix3/external/mit/expat/dist/lib/ |
| H A D | xmltok.c | 1248 struct normal_encoding normal; member 1363 e->normal.type[i] = BT_MALFORM; in XmlInitUnknownEncoding() 1372 e->normal.type[i] = (unsigned char)(BT_LEAD2 - (c + 2)); in XmlInitUnknownEncoding() 1381 e->normal.type[i] = latin1_encoding.type[c]; in XmlInitUnknownEncoding() 1387 e->normal.type[i] = BT_NONXML; in XmlInitUnknownEncoding() 1397 e->normal.type[i] = BT_NMSTRT; in XmlInitUnknownEncoding() 1399 e->normal.type[i] = BT_NAME; in XmlInitUnknownEncoding() 1401 e->normal.type[i] = BT_OTHER; in XmlInitUnknownEncoding() 1409 e->normal.isName2 = unknown_isName; in XmlInitUnknownEncoding() 1410 e->normal.isName3 = unknown_isName; in XmlInitUnknownEncoding() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ |
| H A D | PassInfo.h | 51 NormalCtor_t normal, bool isCFGOnly, bool is_analysis, 55 IsAnalysis(is_analysis), IsAnalysisGroup(false), NormalCtor(normal), in PassName()
|
| /minix3/external/bsd/bind/dist/bin/tests/system/allow_query/ns2/ |
| H A D | normal.db | 15 ; Id: normal.db,v 1.2 2010/11/16 01:37:39 sar Exp 17 $ORIGIN normal.example.
|
| /minix3/external/bsd/bind/dist/bin/tests/system/addzone/ns2/ |
| H A D | normal.db | 15 ; Id: normal.db,v 1.2 2010/08/11 18:14:19 each Exp 17 $ORIGIN normal.example.
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/md5/asm/ |
| H A D | md5-586.pl | 8 $normal=0; 159 &add($K,64) if $pos >=1 && !$normal; 197 &set_label("start") unless $normal; 291 &mov($tmp1,&swtmp(0)) unless $normal; 296 &cmp($tmp1,$X) unless $normal; # check count 297 &jae(&label("start")) unless $normal;
|
| /minix3/external/bsd/llvm/dist/clang/docs/tools/ |
| H A D | manpage.css | 38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none; 120 font-family: Arial,Helvetica; font-weight: normal; 129 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none; 133 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none; 147 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none; 167 font-family: Arial,Helvetica; font-weight: normal; text-decoration: underline;
|
| /minix3/crypto/external/bsd/heimdal/dist/windows/ |
| H A D | NTMakefile.version | 43 # Define to a valid string if this build DOES NOT follow normal 49 # Define to a valid string if this build DOES follow normal release
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
| H A D | warn-unused-attribute.cpp | 15 TestNormal normal; in main() local
|
| /minix3/external/mit/lua/dist/doc/ |
| H A D | manual.css | 14 font-style: normal ;
|
| /minix3/external/bsd/llvm/dist/clang/docs/ |
| H A D | doxygen.css | 79 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF} 80 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF} 81 A.codeRef:link { font-weight: normal; color: #0000FF} 82 A.codeRef:visited { font-weight: normal; color: #0000FF} 291 font-weight: normal; 383 A.code { text-decoration: none; font-weight: normal; color: #4444ee } 384 A.codeRef { font-weight: normal; color: #4444ee }
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | doxygen.css | 79 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF} 80 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF} 81 A.codeRef:link { font-weight: normal; color: #0000FF} 82 A.codeRef:visited { font-weight: normal; color: #0000FF} 291 font-weight: normal; 383 A.code { text-decoration: none; font-weight: normal; color: #4444ee } 384 A.codeRef { font-weight: normal; color: #4444ee }
|
| /minix3/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | broken.m4 | 4 dnl Same as AC _REPLACE_FUNCS, just define HAVE_func if found in normal
|