/freebsd/usr.bin/m4/tests/ |
H A D | regress.quotes.out | 3 1: normal 6 normal STRING 13 normal STRING 17 3: normal changed quote 20 normal STRING 27 normal STRING 33 normal STRING 36 6: normal quotes are back 40 normal STRING 47 normal string
|
H A D | quotes.m4 | 4 1: normal 7 normal string 15 normal string 19 3: normal changed quote 23 normal string 31 normal string 39 normal string 43 6: normal quotes are back 47 normal string 55 normal string
|
/freebsd/contrib/mandoc/ |
H A D | mandoc.css | 113 font-style: normal; 158 .Rs { font-style: normal; 159 font-weight: normal; } 162 font-weight: normal; } 166 font-weight: normal; } 168 font-weight: normal; } 187 code.Nm { font-style: normal; 190 .Fl { font-style: normal; 193 .Cm { font-style: normal; 197 font-weight: normal; } [all …]
|
/freebsd/contrib/tcsh/ |
H A D | Ported | 13 CFLAGS : normal 24 CFLAGS : normal 40 CFLAGS : normal 51 CFLAGS : normal 73 CFLAGS : normal 95 CFLAGS : normal (-Aa -O3 hpux 8.0, 8.07, 9.05) 108 CFLAGS : +O3 -Aa (cc), +O3 (c89), normal (gcc) 145 CFLAGS : normal 156 CFLAGS : normal 167 CFLAGS : -O -Olimit 2000 (cc), normal (gcc) [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | CoreProperties.td | 58 …on.name-without-args}}:\\\\n}{${ansi.fg.yellow}${current-pc-arrow}${ansi.normal} }${addr-file-or-l… 62 …normal}{ ${module.file.basename}{`${function.name-with-args}{${frame.no-debug}${function.pc-offset… 79 DefaultStringValue<"${ansi.normal}">, 125 DefaultStringValue<"${ansi.normal}">, 133 DefaultStringValue<"${ansi.normal}">, 141 …normal}:${ansi.fg.yellow}${line.number}${ansi.normal}{:${ansi.fg.yellow}${line.column}${ansi.norma… 145 …normal}}{, activity = ${ansi.fg.green}'${thread.info.activity.name}'${ansi.normal}}{, ${thread.inf… 169 DefaultStringValue<"${ansi.normal}">, 197 …normal}{ ${module.file.basename}{`${function.name-without-args}{${frame.no-debug}${function.pc-off… 209 DefaultStringValue<"${ansi.normal}">, [all …]
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_printf.c | 249 int64_t normal = (int64_t)unormal; in pfprint_sint() local 250 int32_t n = (int32_t)normal; in pfprint_sint() 264 *((int64_t *)addr) / normal)); in pfprint_sint() 273 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) in pfprint_uint() argument 275 uint32_t n = (uint32_t)normal; in pfprint_uint() 289 *((uint64_t *)addr) / normal)); in pfprint_uint() 297 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) in pfprint_dint() argument 300 return (pfprint_sint(dtp, fp, format, pfd, addr, size, normal)); in pfprint_dint() 302 return (pfprint_uint(dtp, fp, format, pfd, addr, size, normal)); in pfprint_dint() 308 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) in pfprint_fp() argument [all …]
|
H A D | dt_consume.c | 417 dt_stddev(uint64_t *data, uint64_t normal) in dt_stddev() argument 433 dt_divide_128(data + 2, normal, avg_of_squares); in dt_stddev() 434 dt_divide_128(avg_of_squares, normal, avg_of_squares); in dt_stddev() 437 norm_avg = (int64_t)data[1] / (int64_t)normal / (int64_t)data[0]; in dt_stddev() 634 uint64_t normal, long double total) in dt_print_quantline_utf8() argument 668 (long long)val / normal)); in dt_print_quantline_utf8() 673 uint64_t normal, long double total, char positives, char negatives) in dt_print_quantline() argument 691 normal, total)); in dt_print_quantline() 701 spaces + depth, (long long)val / normal)); in dt_print_quantline() 709 ats + len - depth, (long long)val / normal)); in dt_print_quantline() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | netbsd | 38 0 name netbsd-normal 64 >0 use netbsd-normal 76 >0 use \^netbsd-normal 88 >0 use \^netbsd-normal 100 >0 use netbsd-normal 115 >0 use \^netbsd-normal 127 >0 use netbsd-normal 139 >0 use netbsd-normal 151 >0 use netbsd-normal 174 >0 use netbsd-normal [all …]
|
/freebsd/contrib/dialog/ |
H A D | util.c | 116 #define UseShadow(dw) ((dw) != 0 && (dw)->normal != 0 && (dw)->shadow != 0) 178 p->normal = parent; in add_subwindow() 194 if (p->normal == parent) { in del_subwindows() 1590 find_window(DIALOG_WINDOWS * list, WINDOW *win, bool normal) in find_window() argument 1596 WINDOW *check = normal ? p->normal : p->shadow; in find_window() 1657 if (dw->normal != p->normal in window_at_cell() 1658 && dw->shadow != p->normal in window_at_cell() 1659 && (result = in_window(p->normal, y_want, x_want)) != 0) { in window_at_cell() 1670 in_shadow(WINDOW *normal, WINDOW *shadow, int y, int x) in in_shadow() argument 1673 int ybase = getbegy(normal); in in_shadow() [all …]
|
/freebsd/contrib/expat/lib/ |
H A D | xmltok.c | 1310 struct normal_encoding normal; member 1413 e->normal.type[i] = BT_MALFORM; in XmlInitUnknownEncoding() 1424 e->normal.type[i] = (unsigned char)(BT_LEAD2 - (c + 2)); in XmlInitUnknownEncoding() 1431 e->normal.type[i] = latin1_encoding.type[c]; in XmlInitUnknownEncoding() 1436 e->normal.type[i] = BT_NONXML; in XmlInitUnknownEncoding() 1445 e->normal.type[i] = BT_NMSTRT; in XmlInitUnknownEncoding() 1447 e->normal.type[i] = BT_NAME; in XmlInitUnknownEncoding() 1449 e->normal.type[i] = BT_OTHER; in XmlInitUnknownEncoding() 1457 e->normal.isName2 = unknown_isName; in XmlInitUnknownEncoding() 1458 e->normal.isName3 = unknown_isName; in XmlInitUnknownEncoding() [all …]
|
/freebsd/lib/libc/tests/stdio/ |
H A D | gets_s_test.c | 55 ATF_TC_WITHOUT_HEAD(normal); 56 ATF_TC_BODY(normal, tc) in ATF_TC_BODY() argument 136 ATF_TP_ADD_TC(tp, normal); in ATF_TP_ADD_TCS()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | shell-csh.exp | 1 echo normal 2 normal
|
H A D | shell-custom.exp | 1 : normal 2 -c : normal
|
/freebsd/lib/libc/tests/string/ |
H A D | memset_s_test.c | 69 ATF_TC_WITHOUT_HEAD(normal); 70 ATF_TC_BODY(normal, tc) in ATF_TC_BODY() argument 187 ATF_TP_ADD_TC(tp, normal); in ATF_TP_ADD_TCS()
|
/freebsd/crypto/openssl/crypto/md5/asm/ |
H A D | md5-586.pl | 15 $normal=0; 172 &add($K,64) if $pos >=1 && !$normal; 210 &set_label("start") unless $normal; 304 &mov($tmp1,&swtmp(0)) unless $normal; 309 &cmp($tmp1,$X) unless $normal; # check count 310 &jae(&label("start")) unless $normal;
|
/freebsd/tools/tools/net80211/wesside/wesside/ |
H A D | aircrack-ptw-lib.c | 239 static void getdrv(PTW_tableentry orgtable[][n], int keylen, double * normal, double * ausreiser) { in getdrv() argument 255 normal[i] = 0; in getdrv() 275 normal[i] += help; in getdrv() 363 double normal[KEYHSBYTES]; in PTW_computeKey() local 408 getdrv(state->table, keylen, normal, ausreisser); in PTW_computeKey() 411 helper[i].difference = normal[i+1] - ausreisser[i+1]; in PTW_computeKey()
|
/freebsd/sys/contrib/device-tree/Bindings/pmem/ |
H A D | pmem-region.txt | 11 persistent regions separately to the normal memory pool. To aid with that this 24 range should be mappable as normal system memory would be 57 * volatile (normal) memory.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ |
H A D | PassInfo.h | 47 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal, in PassInfo() argument 50 IsAnalysis(is_analysis), IsAnalysisGroup(false), NormalCtor(normal) {} in PassInfo()
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/llquantize/ |
H A D | Makefile | 35 tst.normal.d \ 36 tst.normal.d.out \
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | testmode.c | 41 bool testmode = false, normal = false; in mt7921_tm_set() local 50 normal = true; in mt7921_tm_set() 73 if (normal) { in mt7921_tm_set()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.close | 27 $awk ' # normal close 33 $awk ' # normal close
|
/freebsd/contrib/spleen/ |
H A D | README.md | 86 -misc-spleen-medium-r-normal--8-80-72-72-c-50-iso10646-1 87 -misc-spleen-medium-r-normal--12-120-72-72-c-60-iso10646-1 88 -misc-spleen-medium-r-normal--16-160-72-72-c-80-iso10646-1 89 -misc-spleen-medium-r-normal--24-240-72-72-c-120-iso10646-1 90 -misc-spleen-medium-r-normal--32-320-72-72-c-160-iso10646-1 91 -misc-spleen-medium-r-normal--64-640-72-72-c-320-iso10646-1
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | reboot-mode.txt | 13 - mode-normal: Normal reboot mode, system reboot with command "reboot". 21 mode-normal = <BOOT_NORMAL>;
|
/freebsd/share/examples/ppp/ |
H A D | chap-auth | 65 .$n.value configure -state normal -takefocus 0; 94 button .b.cancel -default normal -text "Cancel" -command {exit 1};
|
/freebsd/contrib/ncurses/man/ |
H A D | Makefile.in | 81 $(SHELL) ../edit_man.sh normal installing $(EDITARGS) 84 -$(SHELL) ../edit_man.sh normal removing $(EDITARGS)
|