Searched refs:split (Results 176 - 190 of 190) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c1517 e->element.split.item = item;
1518 e->element.split.delim = *begin_token;
2077 subelement->element.split.item = item;
2078 subelement->element.split.delim = delim;
/opensolaris-onvv-gate/usr/src/
H A DMakefile.lint275 cmd/split \
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-extended-system-utilities.mf124 file path=usr/bin/split mode=0555
/opensolaris-onvv-gate/usr/src/cmd/tar/
H A Dtar.c147 #define EXTMIN 50 /* min blks left on floppy to split a file */
361 char size[12]; /* size of this extent if file split */
374 char extno; /* extent #, null if not split */
1475 if (dblock.dbuf.extno != '\0') { /* split file? */
1480 extno = 0; /* tell others file not split */
1727 int split; local
1862 if ((((split = (int)strlen(longname)) > MAXNAM) && (Eflag == 0)) ||
1863 (split > PATH_MAX)) {
1873 * We split the fullname into prefix and name components if any one
1883 if ((split > NAMSI
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ztest/
H A Dztest.c2293 * split a pool if it has mirror tlvdevs
2302 nvlist_t *tree, **child, *config, *split, **schild; local
2352 /* OK, create a config that can be used to split */
2353 VERIFY(nvlist_alloc(&split, NV_UNIQUE_NAME, 0) == 0);
2354 VERIFY(nvlist_add_string(split, ZPOOL_CONFIG_TYPE,
2356 VERIFY(nvlist_add_nvlist_array(split, ZPOOL_CONFIG_CHILDREN, schild,
2360 VERIFY(nvlist_add_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, split) == 0);
2365 nvlist_free(split);
2376 (void) printf("successful split - results:\n");
3894 * 2050 entries we should see ptrtbl growth and leaf-block split
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_cursor.c800 split: /*
801 * To split, we need a valid key for the page. Since it's a
831 * error, again. Second, we adjust cursors during the split,
982 goto split;
1006 * stored on the current page, because we split pages until it was
1810 * set them is because we're (potentially) about to do a reverse split,
/opensolaris-onvv-gate/usr/src/lib/
H A DREADME.Makefiles296 The common Makefile can be conceptually split up into four sections:
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Drun.c826 split(NODE **a, int nnn) function
850 dprintf("split: s=|%ws|, a=%ws, sep=|%wc|\n", s, ap->nval, sep);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtaint.t108 for (split m/^/m, $diag) {
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java256 String objNames[] = objs.split(",");
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c4271 case 's': /* split */
7802 ** and a bounce mail is sent that is split.
7938 /* return values from split functions, check also below! */
8067 /* only one address? nothing to split. */
8081 /* split into multiple envelopes, by queue group */
8279 /* split the envelope */
8350 "split: maxrcpts=%d, rcpts=%d, count=%d, id%s=%s",
8378 int split, n, i, j, l; local
8444 sm_syslog(LOG_NOTICE, e->e_id, "split: count=%d, id%s=%s",
8448 split
[all...]
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Drun.c1204 split(Node **a, int nnn) function
1216 else if ((int)a[3] == STRING) { /* split(str,arr,"string") */
1220 fs = (uchar *)"(regexpr)"; /* split(str,arr,/regexpr/) */
1222 ERROR "illegal type of split()" FATAL;
1226 dprintf(("split: s=|%s|, a=%s, sep=|%s|\n", s, ap->nval, fs));
/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dg_adm.c5054 if (loop.split) {
5067 if (loop.split) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2651 * available to split a long double x into a fractional part f and
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3817 % followed by the two boxes we just split, in box0 and box2.
3858 \divide\dimen@ by 2 % target to split to
3871 %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}%
6295 % provide a place where TeX can split the footnote.

Completed in 234 milliseconds

12345678