Home
last modified time | relevance | path

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

12345678

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DStandardizedVariants.txt17 # this field lists them. The possible values are: isolate, initial, medial, final.
53 1821 180B; second form; initial final # MONGOLIAN LETTER E
61 1828 180B; second form; initial medial # MONGOLIAN LETTER NA
65 182C 180B; second form; initial medial # MONGOLIAN LETTER QA
69 182D 180B; second form; initial medial # MONGOLIAN LETTER GA
76 1833 180B; second form; initial medial final # MONGOLIAN LETTER DA
78 1836 180B; second form; initial medial # # MONGOLIAN LETTER YA
88 184D 180B; feminine form; initial medial # MONGOLIAN LETTER TODO QA
95 1868 180B; second form; initial medial # MONGOLIAN LETTER SIBE TA
97 1869 180B; second form; initial medial # MONGOLIAN LETTER SIBE DA
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A 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 '?')
/onnv-gate/usr/src/cmd/man/src/
H A DgetNAME.c389 newstring(size_t initial) in newstring() argument
396 initial *= sizeof (wchar_t); in newstring()
397 if (initial < DEF_STR_SIZE) in newstring()
398 initial = DEF_STR_SIZE; in newstring()
400 s->str = malloc(initial); in newstring()
404 s->size = initial; in newstring()
573 filestring(manpage_t *m, size_t initial, char *endtoken) in filestring() argument
576 string_t *s = newstring(initial); in filestring()
/onnv-gate/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c201 int initial; local
207 initial = 1;
215 if (!initial) {
219 initial = 0;
235 else if (initial)
/onnv-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c162 if ((new_queue->initial < XGE_HAL_MIN_FIFO_QUEUE_LENGTH) || in __hal_fifo_queue_check()
163 (new_queue->initial > XGE_HAL_MAX_FIFO_QUEUE_LENGTH)) { in __hal_fifo_queue_check()
170 new_queue->max = new_queue->initial; in __hal_fifo_queue_check()
220 if ((new_config->initial < XGE_HAL_MIN_RING_QUEUE_BLOCKS) || in __hal_ring_queue_check()
221 (new_config->initial > XGE_HAL_MAX_RING_QUEUE_BLOCKS)) { in __hal_ring_queue_check()
228 new_config->max = new_config->initial; in __hal_ring_queue_check()
H A Dxgehal-ring.c294 queue->initial, queue->max, in __hal_ring_open()
306 queue->initial * ring->rxds_per_block, in __hal_ring_open()
406 block_num = queue->initial; in __hal_ring_prc_enable()
/onnv-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c809 int initial; local
882 initial = T_A;
885 initial = T_AAAA;
887 qtype = initial;
891 if (qtype == initial)
969 qtype = initial;
1136 qtype = initial;
/onnv-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c296 device_config->ring.queue[index].initial = in xge_ring_config()
301 if (device_config->ring.queue[index].initial == in xge_ring_config()
303 device_config->ring.queue[index].initial = in xge_ring_config()
442 device_config->fifo.queue[index].initial = in xge_fifo_config()
447 if (device_config->fifo.queue[index].initial == in xge_fifo_config()
450 device_config->fifo.queue[index].initial = in xge_fifo_config()
454 device_config->fifo.queue[index].initial = in xge_fifo_config()
460 if (device_config->fifo.queue[index].initial == in xge_fifo_config()
463 device_config->fifo.queue[index].initial = in xge_fifo_config()
748 device_config->ring.queue[XGELL_RX_RING_MAIN].initial * in xge_configuration_init()
[all …]
/onnv-gate/usr/src/cmd/login/
H A Dlogin.dfl49 # PATH sets the initial shell PATH variable
53 # SUPATH sets the initial shell PATH variable for root
62 # UMASK sets the initial shell file creation mode mask. See umask(1).
/onnv-gate/usr/src/cmd/su/
H A Dsu.dfl36 # PATH sets the initial shell PATH variable
40 # SUPATH sets the initial shell PATH variable for root
/onnv-gate/usr/src/common/openssl/crypto/dsa/
H A DREADME4 is due for doing the initial work.
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Ddns-sd.c235 int labels = 0, depth = 0, i, initial = 0; in enum_reply() local
265 … >= 3 && replyDomain - label[labels-1] <= 3 && label[labels-1] - label[labels-2] <= 4) initial = 3; in enum_reply()
266 else if (labels >= 2 && replyDomain - label[labels-1] <= 4) initial = 2; in enum_reply()
267 else initial = 1; in enum_reply()
268 labels -= initial; in enum_reply()
271 for (i=0; i<initial; i++) in enum_reply()
/onnv-gate/usr/src/cmd/cmd-inet/etc/default/
H A Dinetinit.dfl26 # TCP_STRONG_ISS sets the TCP initial sequence number generation parameters.
28 # 0 = Old-fashioned sequential initial sequence number generation.
/onnv-gate/usr/src/lib/libshell/common/
H A DTYPES39 as the discipline functions len and set. The variable x has an initial value
40 of 1 and the variable y has an initial value of 0. The new -h option argument,
82 creates an instance named p1 with the initial value for p1.x set to 1
83 and the initial value of p1.y set to 0.
85 creates an instance with the specified initial values. The len function
/onnv-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h221 int initial; member
371 int initial; member
/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg635 # more standard 32-bit Elf_Data entries that align with the initial title.
641 # more standard 64-bit Elf_Data entries that align with the initial title.
761 @ MSG_LIB_INITPATH "Library Search Paths (initial)"
1214 # more capabilities table entries that align with the initial title.
1221 # more dynamic table entries that align with the initial title.
1228 # standard 32-bit symbol table entries that align with the initial title.
1238 # long 32-bit symbol table entries that align with the initial title.
1248 # standard 64-bit symbol table entries that align with the initial title.
1258 # long 64-bit symbol table entries that align with the initial title.
1270 # more symbol information table entries that align with the initial title.
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/Collate/t/
H A Dhangul.t48 #1161 ; [.1800.0020.0002] # <comment> initial jungseong A
49 #1163 ; [.1801.0020.0002] # <comment> initial jungseong YA
62 1161 ; [.FE20.0020.0002] # jungseong A <non-initial>
63 1163 ; [.FE21.0020.0002] # jungseong YA <non-initial>
/onnv-gate/usr/src/cmd/sendmail/cf/cf/
H A Dsubmit.mc15 # acts as a initial mail submission program.
/onnv-gate/usr/src/cmd/initpkg/
H A Dbootrc27 # initial properties, set during installation
47 # display initial boot prompt
/onnv-gate/usr/src/pkg/manifests/
H A DSUNWcsd.mf34 value="core entries for /dev and /devices needed for the initial boot of Solaris"
78 desc="core entries for /dev and /devices needed for the initial boot of Solaris" \
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DREADME.top16 The minconn.so plugin sets a minimum initial connect time when the
/onnv-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c106 prsetprregs(klwp_t *lwp, prgregset_t prp, int initial) in prsetprregs() argument
108 if (initial) /* set initial values */ in prsetprregs()
/onnv-gate/usr/src/lib/libpp/common/
H A Dpp.tab55 initial
186 INITIAL # initial hosted macro value
/onnv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrftime.c425 goto initial; in getlocale_time()
431 initial: in getlocale_time()
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A 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");

12345678