Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 153) sorted by relevance

1234567

/mirbsd/src/gnu/usr.bin/perl/lib/unicore/
DStandardizedVariants.txt25 # this field lists them. The possible values are: isolate, initial, medial, final.
61 1821 180B; second form; initial final # MONGOLIAN LETTER E
69 1828 180B; second form; initial medial # MONGOLIAN LETTER NA
73 182C 180B; second form; initial medial # MONGOLIAN LETTER QA
77 182D 180B; second form; initial medial # MONGOLIAN LETTER GA
84 1833 180B; second form; initial medial final # MONGOLIAN LETTER DA
86 1836 180B; second form; initial medial # # MONGOLIAN LETTER YA
96 184D 180B; feminine form; initial medial # MONGOLIAN LETTER TODO QA
103 1868 180B; second form; initial medial # MONGOLIAN LETTER SIBE TA
105 1869 180B; second form; initial medial # MONGOLIAN LETTER SIBE DA
[all …]
DNamesList.txt3706 * initial and medial forms of this letter have dots
5393 * follows and ligates with initial yig-mgo
7857 x (tibetan mark initial yig mgo mdun ma - 0F04)
19545 # <initial> 067B
19553 # <initial> 067E
19561 # <initial> 0680
19569 # <initial> 067A
19577 # <initial> 067F
19585 # <initial> 0679
19593 # <initial> 06A4
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Text/
DBalanced.pm684 my $initial = substr($$textref,$oppos,1);
686 if ($initial && $initial =~ m|^[\"\'\`]|
687 || $rawmatch && $initial =~ m|^/|
688 || $qmark && $initial =~ m|^\?|)
690 unless ($$textref =~ m/ \Q$initial\E [^\\$initial]* (\\.[^\\$initial]*)* \Q$initial\E /gcsx)
692 _failmsg qq{Did not find closing delimiter to match '$initial' at "} .
702 if ($initial eq '/' || $initial eq '?')
/mirbsd/src/gnu/usr.bin/perl/ext/threads/shared/t/
Dwait.t127 ok(1,1, "$test: obtained initial lock");
159 ok(1,1, "$test: obtained initial lock");
199 ok(1,1, "$test: obtained initial lock");
255 ok(1,1, "$test: obtained initial lock");
287 ok(1,1, "$test: obtained initial lock");
326 ok(1,1, "$test: obtained initial lock");
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Ddomain.c788 int initial; local
861 initial = T_A;
864 initial = T_AAAA;
866 qtype = initial;
870 if (qtype == initial)
948 qtype = initial;
1115 qtype = initial;
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2-frame.c127 struct dwarf2_frame_state_reg_info initial; member
195 dwarf2_frame_state_free_regs (fs->initial.prev); in dwarf2_frame_state_free()
197 xfree (fs->initial.reg); in dwarf2_frame_state_free()
242 struct frame_info *next_frame, CORE_ADDR initial) in execute_stack_op() argument
254 dwarf_expr_push (ctx, initial); in execute_stack_op()
294 gdb_assert (fs->initial.reg); in execute_cfa_program()
297 fs->regs.reg[reg] = fs->initial.reg[reg]; in execute_cfa_program()
334 gdb_assert (fs->initial.reg); in execute_cfa_program()
337 fs->regs.reg[reg] = fs->initial.reg[reg]; in execute_cfa_program()
677 fs->initial = fs->regs; in dwarf2_frame_cache()
[all …]
/mirbsd/src/usr.bin/netstat/
Datalk.c250 struct ddpcb *initial; in atalkprotopr() local
254 if (kread(off, (char *) &initial, sizeof(struct ddpcb *)) < 0) in atalkprotopr()
258 for (next = initial; next != NULL; prev = next) { in atalkprotopr()
/mirbsd/src/gnu/usr.bin/binutils/config/
Dacx.m4227 dnl "if cmp --ignore-initial=2 t1 t2 && ! cmp --ignore-initial=1 t1 t2"
243 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
244 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
247 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
/mirbsd/src/gnu/usr.bin/texinfo/util/
Dtexindex.c1190 char *initial; in indexify() local
1199 initial = p; in indexify()
1206 initial = initial1; in indexify()
1239 strncmp (initial, lastinitial, initiallength))) in indexify()
1242 fwrite (initial, 1, initiallength, ostream); in indexify()
1244 if (initial == initial1) in indexify()
1251 lastinitial = initial; in indexify()
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Dsccs2rcs.in254 echo initial rev checked into RCS without description
261 echo initial rev checked into RCS
Drcs2sccs.sh108 echo initial rev checked into SCCS
/mirbsd/src/lib/libssl/src/crypto/dsa/
DREADME4 is due for doing the initial work.
/mirbsd/src/sys/arch/sparc/stand/common/
Dsrt0.S153 wr %g0, PSR_S|PSR_PS|PSR_PIL, %psr ! set initial psr
155 wr %g0, 2, %wim ! set initial %wim (w1 invalid)
/mirbsd/src/gnu/usr.bin/perl/lib/Unicode/Collate/t/
Dhangul.t42 #1161 ; [.1800.0020.0002] # <comment> initial jungseong A
43 #1163 ; [.1801.0020.0002] # <comment> initial jungseong YA
56 1161 ; [.FE20.0020.0002] # jungseong A <non-initial>
57 1163 ; [.FE21.0020.0002] # jungseong YA <non-initial>
/mirbsd/src/sys/netinet/
Dip_esp.c1068 checkreplaywindow32(u_int32_t seq, u_int32_t initial, u_int32_t *lastseq, in checkreplaywindow32() argument
1082 seq -= initial; in checkreplaywindow32()
1087 if (seq > *lastseq - initial) { in checkreplaywindow32()
1088 diff = seq - (*lastseq - initial); in checkreplaywindow32()
1093 *lastseq = seq + initial; in checkreplaywindow32()
1097 diff = *lastseq - initial - seq; in checkreplaywindow32()
/mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/
Dsubmit.mc14 # acts as a initial mail submission program.
Dopenbsd-submit.mc19 # that acts as a initial mail submission program.
/mirbsd/src/lib/libssl/src/doc/crypto/
DBIO_s_accept.pod107 an initial accept socket will await an incoming connection then
131 and freeing up the accept BIO after the initial connection.
173 BIO_puts(cbio, "Connection 1: Sending out Data on initial connection\n");
DBIO_f_buffer.pod33 set the read, write or both read and write buffer sizes to B<size>. The initial
/mirbsd/src/gnu/usr.bin/perl/lib/Text/Balanced/
DREADME15 `extract_delimited' extracts the initial substring of a string
/mirbsd/src/sys/dev/pci/
Demuxkivar.h102 u_int16_t initial;/* 4 bits of octave, 12 bits of fractional member
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/Maketext/
DREADME31 then you should try to produce the initial Makefile with something
/mirbsd/src/usr.bin/vi/
DREADME67 George Neville-Neil added the Tcl interpreter, and the initial
98 during initial development to keep things simple. Wide character support
/mirbsd/src/etc/
Dpf.os38 # Some systems use a fixed value for initial packets. On other
60 # be higher than the initial TTL, and also shouldn't be dramatically
64 # You need to determine the initial TTL. The best way to do it is to
69 # "original" initial TTL settings). If not sure, you can see how many
95 # zero in the initial SYN. This case is detected and handled appropriately.
108 # To wildcard any value (except for initial TTL or TCP options), replace
119 # ttt - initial TTL
/mirbsd/src/gnu/usr.bin/perl/lib/I18N/LangTags/
DREADME40 directory, then you should try to produce the initial Makefile with

1234567