| /onnv/onnv-gate/usr/src/lib/libshell/common/tests/ |
| variables.sh | 281 function split function 338 '') split "$d0$f1$d1" "[0]" "()()" ;; 340 *) split "$d0$f1$d1" "[1]($f1)" "($f1)()" ;; 363 '') split "$d0$f1$d1$f2$d2" "[1]($f1)" "($f1)()" ;; 365 *) split "$d0$f1$d1$f2$d2" "[2]($f1)($f2)" "($f1)($f2)" ;; 397 '') split "$d0$f1$d1$f2$d2$f3$d3" "[2]($f1)($f2)" "($f1)($f2)" ;; 402 split "$d0$f1$d1$f2$d2$f3$d3" "[3]($f1)($f2)($f3)" "($f1)($x)"
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| getprm.c | 181 * split - split the name into parts: 185 * only split into two parts. 190 split(arg, sys, fwd, file) function
|
| /onnv/onnv-gate/usr/src/cmd/audio/utilities/ |
| AudioList.cc | 85 // Split an AudioListEntry at the specified offset 87 split( function in class:AudioList::AudioListEntry 88 Double pos) // split offset 321 // The insertion is in an extent, split it in two 322 prev->split(pos);
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| WinApp.cxx | 74 void split(const StringC &str, Char sep, Vector<StringC> &result) function in namespace:SP_NAMESPACE 112 split(extraDirectories_, ';', dirs); 113 split(defaultDirectories_, ';', dirs); 133 split(extraCatalogs_, ';', catalogSysids); 135 split(defaultCatalogs_, ';', catalogSysids);
|
| ArcEngine.cxx | 945 split(*arcOptAText, docSyntax_->space(), arcOptA, arcOptAPos); 959 split(*textP, docSyntax_->space(), opts, optsPos); 973 split(text, docSyntax_->space(), tokens, tokensPos); 1669 void ArcProcessor::split(const Text &text, function in class:SP_NAMESPACE::ArcProcessor [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/ |
| malloc.c | 135 split(struct block *block, size_t size) function 198 split(block, size); 242 split(block, size);
|
| /onnv/onnv-gate/usr/src/lib/libmapmalloc/common/ |
| textmem.c | 91 static void split(struct block *, size_t); 150 split(block, size); 182 split(block, size); 225 split(struct block *block, size_t size) function
|
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| fmt.c | 40 "[s:split-only?Split lines only; do not join short lines to form longer " 137 split(Fmt_t* fp, char* buf, int splice) function 413 split(fp, buf, 0); 494 split(fp, buf, 0); 559 split(fp, buf, splice);
|
| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/parser/ |
| frontend.c | 220 split(buf2, key, value); 424 * split(const char *line, char *key, char *value); 428 split(const char *line, char *key, char *value) function 471 split(value, fun, extends);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| C.pm | 69 sub split { subroutine 283 my $chars = join ', ', map { cchar $_ } split //, $pv; 572 # argument to a split) stores a GV in op_pmreplroot instead 828 $init->add( split /\n/, sprintf <<CODE, $$sv, cchar($type), cstring($ptr) ); [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/btree/ |
| bt_split.c | 71 * Split a page. 99 * its parent, locked. We then split the leaf page and see if the new 104 * This process repeats until we succeed in the split, splitting the 106 * as necessary, until we split a leaf page. 113 * split. This would be an easy change for this code, but I have no 128 * Split the page if it still needs it (it's possible another 129 * thread of control has already split the page). If we are 130 * guaranteed that two items will fit on the page, the split 145 /* Once we've split the leaf page, we're done. */ 155 * It's possible to fail to split repeatedly, as othe 181 db_indx_t split; local 262 db_indx_t split; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fmt/ |
| fmt.c | 58 int nojoin = 0; /* split lines only, don't join short ones */ 87 void (*(split))(wchar_t []); variable 126 split = csplit; 128 split = msplit; 303 int nosplit = 0; /* flag set if line should not be split */ 324 * if this is a mail header line, don't split it; flush previous 334 /* nroff-type lines starting with '.' are not split nor joined */ 356 split(s); 366 * split puts current line onto outbuf, but splits it 369 split(cp) [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/ |
| postio.c | 45 * I've added code that will let you split the program into separate read/write 104 * call postio with the -t option. That should force the program to split into 194 static void split(void); 232 * done depends on the value assigned to splitme when split() is called. 269 split(); /* into read/write processes - maybe */ 594 split(void) function 660 * in the two process implementation, and in that case split() has reset 734 * after split() while the writer goes to send() and only gets here after all [all...] |
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| service.c | 45 static int split(); 535 count += split(macro(argp->argval), 1); 543 split(s) /* blank interpretation routine */ function
|
| /onnv/onnv-gate/usr/src/cmd/man/src/ |
| getNAME.c | 46 static void split(char *, char *); 170 split(linbuf, name); 207 * split dirname and filename 310 split(char *line, char *name) function 729 split(buf, m->name);
|
| /onnv/onnv-gate/usr/src/cmd/oawk/ |
| run.c | 827 split(NODE **a, int nnn) function 851 dprintf("split: s=|%ws|, a=%ws, sep=|%wc|\n", s, ap->nval, sep);
|
| /onnv/onnv-gate/usr/src/lib/libzpool/common/ |
| kernel.c | 418 ssize_t iolen, split; local 424 * To simulate partial disk writes, we split writes into two 427 split = (len > 0 ? rand() % len : 0); 428 iolen = pwrite64(vp->v_fd, addr, split, offset); 429 iolen += pwrite64(vp->v_fd, (char *)addr + split, 430 len - split, offset + split);
|
| /onnv/onnv-gate/usr/src/uts/common/xen/io/ |
| xenbus_xs.c | 404 split(char *strings, unsigned int len, unsigned int *num) function 443 return (split(strings, len, num)); 992 msg->un.watch.vec = split(body, msg->hdr.len + 1,
|
| /onnv/onnv-gate/usr/src/cmd/awk/ |
| run.c | 1205 split(Node **a, int nnn) function 1217 else if ((int)a[3] == STRING) { /* split(str,arr,"string") */ 1221 fs = (uchar *)"(regexpr)"; /* split(str,arr,/regexpr/) */ 1223 ERROR "illegal type of split()" FATAL; 1227 dprintf(("split: s=|%s|, a=%s, sep=|%s|\n", s, ap->nval, fs)); [all...] |
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| ex_cmdsub.c | 1075 line *split; local 1077 split = NULL; 1105 dot = split = addr2; 1141 if (split) { 1142 plines(addr1, split - 1, 0); 1144 plines(split, split, 0); 1146 addr1 = split + 1; [all...] |
| /onnv/onnv-gate/usr/src/lib/libnisdb/ |
| ldap_parse.h | 292 * element.split Item value string split into multiple values 294 * delim The separator character for the split 321 * (2) Split a value such as "member1,member2,member3" into multiple 324 * element.split 355 } split; member in union:__anon3780::__anon3781 379 * element.split Item value string split into multiple values 381 * delim The separator character for the split 453 } split; member in union:__nis_mapping_element_struct::__anon3785 [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/nge/ |
| nge_main.c | 374 int split; local 392 for (split = 0; split < ngep->nge_split; ++split) { 395 &ngep->send->buf[split]); 425 for (split = 0; split < ngep->nge_split; ++split) 426 nge_free_dma_mem(&ngep->send->buf[split]); 439 int split; local 496 uint32_t split; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libshell/common/sh/ |
| lex.c | 287 char *quoted, *macro, *split, *expand; local 290 quoted = macro = split = expand = ""; 301 macro, split, expand, fmttoken(lp,tok,tokstr)); [all...] |
| macro.c | 68 char split; /* set when word splittin is possible */ member in struct:_mac_ 165 mp->quoted = mp->lit = mp->split = mp->quote = 0; 214 mp->split = !(flag&ARG_ASSIGN); 215 mp->assign = !mp->split; 216 mp->pattern = mp->split && !(flag&ARG_NOGLOB) && !sh_isoption(SH_NOGLOB); 223 mp->split = 0; 272 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0; 510 else if(mp->split && endch && !mp->quote && !mp->lit) 578 if(mp->split && !mp->quote && endch) 606 if(mp->split && !mp->quote && !mp->lit && endch 948 int split = mp->split; local 1477 int split = mp->split; local [all...] |
| /onnv/onnv-gate/usr/src/lib/storage/liba5k/common/hdrs/ |
| a5k.h | 231 split : 1; member in struct:loop_element_status
|