| /openbsd-src/bin/ksh/ |
| H A D | c_test.c | 107 Test_env te; in c_test() local 109 te.flags = 0; in c_test() 110 te.isa = ptest_isa; in c_test() 111 te.getopnd = ptest_getopnd; in c_test() 112 te.eval = ptest_eval; in c_test() 113 te.error = ptest_error; in c_test() 125 te.pos.wp = wp + 1; in c_test() 126 te.wp_end = wp + argc; in c_test() 140 if ((*te.isa)(&te, TM_END)) in c_test() 143 opnd1 = (*te.getopnd)(&te, TO_NONOP, 1); in c_test() [all …]
|
| H A D | syn.c | 302 Test_env te; in get_command() local 304 te.flags = TEF_DBRACKET; in get_command() 305 te.pos.av = &args; in get_command() 306 te.isa = dbtestp_isa; in get_command() 307 te.getopnd = dbtestp_getopnd; in get_command() 308 te.eval = dbtestp_eval; in get_command() 309 te.error = dbtestp_error; in get_command() 311 test_parse(&te); in get_command() 828 dbtestp_isa(Test_env *te, Test_meta meta) in dbtestp_isa() argument 854 } else if (uqword && (ret = (int) test_isop(te, meta, ident))) in dbtestp_isa() [all …]
|
| H A D | exec.c | 260 Test_env te; in execute() local 262 te.flags = TEF_DBRACKET; in execute() 263 te.pos.wp = t->args; in execute() 264 te.isa = dbteste_isa; in execute() 265 te.getopnd = dbteste_getopnd; in execute() 266 te.eval = dbteste_eval; in execute() 267 te.error = dbteste_error; in execute() 269 rv = test_parse(&te); in execute() 1355 dbteste_isa(Test_env *te, Test_meta meta) in dbteste_isa() argument 1361 if (!*te->pos.wp) in dbteste_isa() [all …]
|
| /openbsd-src/regress/lib/libc/fnmatch/ |
| H A D | fnm_test.in | 7 # 'te\st' 'test'; no match if FNM_NOESCAPE 8 te\st test 0x0 0 9 te\st test 0x1 1 10 te\st test 0x1e 0 11 # 'te\\st' 'te\st'; no match if FNM_NOESCAPE 12 te\\st te\st 0x0 0 13 te\\st te\st 0x1 1 14 te\\st te\st 0x1e 0 15 # 'te\*t' 'te*t'; no match if FNM_NOESCAPE 16 te\*t te*t 0x0 0 [all …]
|
| /openbsd-src/usr.bin/calendar/calendars/fr_FR.UTF-8/ |
| H A D | calendar.fetes | 25 01/02 Bonne fête aux Basile ! 28 01/03 Bonne fête aux Geneviève ! 31 01/04 Bonne fête aux Angèle ! 34 01/05 Bonne fête aux Gerlac ! 40 01/07 Bonne fête aux Virginie ! 43 01/08 Bonne fête aux Peggy ! 46 01/09 Bonne fête aux Alix ! 49 01/11 Bonne fête aux Paulin ! 52 01/12 Bonne fête aux Alfred ! 55 01/13 Bonne fête aux Vivence ! [all …]
|
| H A D | calendar.jferies | 14 05/01 Fête du travail 16 07/14 Fête nationale française 23 Easter+49 Pentecôte 24 Easter+50 Lundi de Pentecôte
|
| /openbsd-src/lib/libkeynote/ |
| H A D | parse_assertion.c | 371 char *ks, *ke, *ts, *te = NULL; in keynote_parse_assertion() local 455 te = as->as_buf + i; in keynote_parse_assertion() 464 te = as->as_buf + i; in keynote_parse_assertion() 473 te = as->as_buf + i; in keynote_parse_assertion() 502 keynote_get_envlist(ts, te, 1); in keynote_parse_assertion() 520 as->as_env = keynote_get_envlist(ts, te, 0); in keynote_parse_assertion() 537 as->as_authorizer_string_e = te; in keynote_parse_assertion() 549 as->as_keypred_e = te; in keynote_parse_assertion() 561 as->as_conditions_e = te; in keynote_parse_assertion() 575 as->as_signature_string_e = te; in keynote_parse_assertion() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/char/bar/ |
| H A D | mdoc.out_ascii | 10 --iissoollaatteedd | --eemm||bbeeddddeedd | --ffoorrmmaatttteedd 11 iissoollaatteedd | eemm||bbeeddddeedd | ffoorrmmaatttteedd 15 ssppeecciiaall cchhaarraacctteerr 18 …--iissoollaatteedd --|| --eemm||bbeeddddeedd --| --ffoorrmmaattttee… 19 …iissoollaatteedd || eemm||bbeeddddeedd | ffoorrmmaatttteedd || bbool… 26 --iissoollaatteedd | --eemm|bbeeddddeedd 27 iissoollaatteedd | eemm|bbeeddddeedd
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | Makefile.am | 30 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h 371 config/te-386bsd.h \ 372 config/te-aux.h \ 373 config/te-delta.h \ 374 config/te-delt88.h \ 375 config/te-dpx2.h \ 376 config/te-dynix.h \ 377 config/te-epoc-pe.h \ 378 config/te-generic.h \ 379 config/te-go32.h \ [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | Makefile.am | 31 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h 352 config/te-386bsd.h \ 353 config/te-armlinuxeabi.h \ 354 config/te-armobsd.h \ 355 config/te-aux.h \ 356 config/te-delta.h \ 357 config/te-delt88.h \ 358 config/te-dpx2.h \ 359 config/te-dynix.h \ 360 config/te-epoc-pe.h \ [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Fd/ |
| H A D | arg.out_ascii | 7 ##uunnqquuootteedd uunneessccaappeedd 9 ##qquuootteedd uunneessccaappeedd 11 ##uunnqquuootteedd eessccaappeedd 13 ##qquuootteedd eessccaappeedd
|
| /openbsd-src/lib/libc/locale/ |
| H A D | _wctrans_local.h | 38 _towctrans(wint_t c, _WCTransEntry *te) in _towctrans() argument 41 te->te_cached[(rune_t)c]:_towctrans_ext(c, te)); in _towctrans()
|
| H A D | _wctrans.c | 88 _towctrans_ext(wint_t c, struct _WCTransEntry *te) 99 rr = te->te_extmap; in _towctrans_ext() 89 _towctrans_ext(wint_t c,struct _WCTransEntry * te) _towctrans_ext() argument
|
| /openbsd-src/regress/usr.bin/mandoc/man/IP/ |
| H A D | literal.out_ascii | 24 lliitteerraall iinnttoo iinnddeenntteedd ppaarraaggrraapphh 36 lliitteerraall oouutt ooff iinnddeenntteedd ppaarraaggrraapphh
|
| /openbsd-src/regress/usr.bin/mandoc/roff/string/ |
| H A D | escape.out_ascii | 7 NNoorrmmaall iinntteerrppoollaattiioonn 12 IInntteerrvveenniinngg cchhaarraacctteerr 22 DDeellaayyeedd iinntteerrppoollaattiioonn
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/ |
| H A D | refhash.t | 56 my ($tr, $tw, $te) = @{$tied_results[$i]}; 62 $ok = 0 if (defined($oe) != defined($te)) or ($oe ne $te); 74 defined $te ? "\texception: $te\n" : "\tno exception\n",
|
| /openbsd-src/sbin/mount_udf/ |
| H A D | mount_udf.c | 56 struct cd_toc_entry te; in lastblock() local 65 t.data = &te; in lastblock() 71 return (error == -1 ? 0 : te.addr.lba); in lastblock()
|
| /openbsd-src/usr.bin/rev/ |
| H A D | rev.c | 91 char *p = NULL, *t, *te, *u; in rev_file() local 114 te = t; in rev_file() 118 for (u = t; u <= te; ++u) in rev_file()
|
| /openbsd-src/lib/libcrypto/aes/asm/ |
| H A D | aes-586.pl | 244 { my ($te,@s) = @_; 254 &mov ($s[0],&DWP(0,$te,$s[0],8)); # s0>>0 256 &mov ($s[3],&DWP(3,$te,$s[2],8)); # s0>>8 259 &mov ($s[2],&DWP(2,$te,$v1,8)); # s0>>16 261 &mov ($s[1],&DWP(1,$te,$s[1],8)); # s0>>24 264 &xor ($s[3],&DWP(0,$te,$v0,8)); # s3>>0 267 &xor ($s[2],&DWP(3,$te,$v0,8)); # s3>>8 270 &xor ($s[1],&DWP(2,$te,$v1,8)); # s3>>16 272 &xor ($s[0],&DWP(1,$te,$v0,8)); # s3>>24 276 &xor ($s[2],&DWP(0,$te,$v1,8)); # s2>>0 [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/man/BI/ |
| H A D | literal.out_ascii | 9 … cchhaarr ** ggeetttteexxtt ((ccoonnsstt cchhaarr ** _m_s_g_i_d));; 10 …cchhaarr ** ddggeetttteexxtt ((ccoonnsstt cchhaarr ** _d_o_m_a_i_n_… 11 …cchhaarr ** ddccggeetttteexxtt ((ccoonnsstt cchhaarr ** _d_o_m_a_i_…
|
| /openbsd-src/regress/usr.bin/mandoc/char/unicode/ |
| H A D | input.out_ascii | 9 OOnnee--bbyyttee rraannggee 16 TTwwoo--bbyyttee rraannggee 24 TThhrreeee--bbyyttee rraannggee 47 FFoouurr--bbyyttee rraannggee
|
| H A D | input.out_utf8 | 9 OOnnee--bbyyttee rraannggee 16 TTwwoo--bbyyttee rraannggee 24 TThhrreeee--bbyyttee rraannggee 25 U+0000 0xe08080 ??? lowest obfuscated ASCII 26 U+007f 0xe081bf ??? highest obfuscated ASCII 27 U+0080 0xe08280 ??? lowest obfuscated two-byte 28 U+07FF 0xe09fbf ??? highest obfuscated two-byte 29 U+0800 0xe0a080 ࠀࠀ lowest three-byte 30 U+0FFF 0xe0bfbf end of first start byte 31 U+1000 0xe18080 ကက begin of second start byte [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
| H A D | eb127.C | 21 void timeloop(vector<double>& y, double ts, double te, double dt); 48 void ODEsolver::timeloop(vector<double>& y, double ts, double te, double dt) in timeloop() argument
|
| /openbsd-src/usr.bin/ftp/ |
| H A D | small.c | 562 char *tp[9], *te[9]; local 582 te[toknum] = cp1; 629 while (cp3 != te[toknum]) { 652 te[toknum]) { 702 while (cp3 != te[toknum]) {
|
| /openbsd-src/gnu/usr.bin/perl/t/ |
| H A D | TEST | 729 my $te = $::path_to_name{$test} . '.' 733 print $te; 734 $te = ''; 863 print "${te}skipped\n"; 870 print "${te}$failure\n"; 894 print "${te}ok$elapsed\n"; 898 print "${te}skipped\n";
|