/osnet-11/usr/src/lib/libmail/common/ |
H A D | s_string.c | 282 s_tok(string *from, char *split) argument 284 char *splitend = strpbrk(from->ptr, split); 295 from->ptr += strspn(from->ptr, split);
|
/osnet-11/usr/src/lib/libmapmalloc/common/ |
H A D | textmem.c | 88 static void split(struct block *, size_t); 147 split(block, size); 183 split(block, size); 226 split(struct block *block, size_t size) function
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | 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);
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | wildcard.c | 180 const char *split; /* points till the end of dirnaname that doesn't local 183 split = end = str; 193 split = end + 1; /* forward to next regexop-free dirname */ 205 *noregexop = split;
|
/osnet-11/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_split.c | 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 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 other 181 db_indx_t split; local 192 /* Create new left and right pages for the split 262 db_indx_t split; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | 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) ); 1217 # you want to keep this out of the no_split/split 1234 $init->split; 1294 $init->split; 1306 $init->add( split /\n/, <<CODE ); 1487 $init->add( split /\n/, <<EOT ); 1504 $init->add( split /\ [all...] |
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 298 char *quoted, *macro, *split, *expand; local 301 quoted = macro = split = expand = ""; 312 macro, split, expand, fmttoken(lp,tok,tokstr));
|
H A D | macro.c | 76 char split; /* set when word splittin is possible */ member in struct:_mac_ 173 mp->quoted = mp->lit = mp->split = mp->quote = 0; 222 mp->split = !(flag&ARG_ASSIGN); 223 mp->assign = !mp->split; 224 mp->pattern = mp->split && !(flag&ARG_NOGLOB) && !sh_isoption(SH_NOGLOB); 232 mp->split = 0; 281 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0; 520 else if(mp->split && endch && !mp->quote && !mp->lit) 589 if(mp->split && !mp->quote && endch) 649 if(mp->split 1003 int split = mp->split; local 1572 int split = mp->split; local 2408 endfield(register Mac_t *mp,int split) argument [all...] |
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_parse.h | 285 * element.split Item value string split into multiple values 287 * delim The separator character for the split 317 * element.split 348 } split; member in union:__anon1958::__anon1959 372 * element.split Item value string split into multiple values 374 * delim The separator character for the split 446 } split; member in union:__nis_mapping_element_struct::__anon1963 565 * numSplits number of split field [all...] |
/osnet-11/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 426 ssize_t iolen, split; local 432 * To simulate partial disk writes, we split writes into two 435 split = (len > 0 ? rand() % len : 0); 436 iolen = pwrite64(vp->v_fd, addr, split, offset); 437 iolen += pwrite64(vp->v_fd, (char *)addr + split, 438 len - split, offset + split);
|
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | a5k.h | 231 split : 1; member in struct:loop_element_status
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 4270 case 's': /* split */ 7811 ** and a bounce mail is sent that is split. 7947 /* return values from split functions, check also below! */ 8076 /* only one address? nothing to split. */ 8090 /* split into multiple envelopes, by queue group */ 8288 /* split the envelope */ 8359 "split: maxrcpts=%d, rcpts=%d, count=%d, id%s=%s", 8387 int split, n, i, j, l; local 8453 sm_syslog(LOG_NOTICE, e->e_id, "split: count=%d, id%s=%s", 8457 split [all...] |