Home
last modified time | relevance | path

Searched refs:grouping (Results 1 – 25 of 257) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrfmon.c499 get_groups(int size, const char *grouping) in get_groups() argument
504 if (*grouping == CHAR_MAX || *grouping <= 0) /* no grouping ? */ in get_groups()
507 while (size > (int)*grouping) { in get_groups()
509 size -= (int)*grouping++; in get_groups()
511 if (*grouping == CHAR_MAX) in get_groups()
514 if (*grouping == 0) { in get_groups()
515 chars += (size - 1) / *(grouping - 1); in get_groups()
539 const char *grouping; in format_grouped_double() local
547 grouping = lmon->mon_grouping; in format_grouped_double()
574 left_prec += get_groups(left_prec, grouping); in format_grouped_double()
[all …]
H A Dlnumeric.c81 lnum->grouping = __fix_locale_grouping_str(lnum->grouping); in __lc_numeric_load()
H A Dlnumeric.h34 const char *grouping; member
H A Dlocaleconv.c111 N_ASSIGN_STR(grouping); in localeconv_l()
/illumos-gate/usr/src/cmd/localedef/
H A Dnumeric.c67 free((char *)numeric.grouping); in reset_numeric_group()
68 numeric.grouping = NULL; in reset_numeric_group()
76 if (numeric.grouping == NULL) { in add_numeric_group()
79 (void) asprintf(&s, "%s;%d", numeric.grouping, n); in add_numeric_group()
84 free((char *)numeric.grouping); in add_numeric_group()
85 numeric.grouping = s; in add_numeric_group()
99 (putl_category(numeric.grouping, f) == EOF)) { in dump_numeric()
/illumos-gate/usr/src/test/os-tests/tests/hexdump/
H A Dhexdump_basic.c55 uint8_t grouping; member
109 .grouping = 2,
114 .grouping = 4,
119 .grouping = 8,
125 .grouping = 4
131 .grouping = 8
137 .grouping = 2
143 .grouping = 1
161 t->name, t->width, t->grouping, t->addr); in descr()
203 if (t->grouping != 0) in run()
[all …]
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsynch.c456 char *type = NULL, *grouping = NULL; in has_potential() local
527 if ((grouping = read_astring_prop(pg, val, prop, in has_potential()
548 if (strcmp(grouping, SCF_DEP_REQUIRE_ALL) == 0) { in has_potential()
550 } else if (strcmp(grouping, SCF_DEP_REQUIRE_ANY) == 0) { in has_potential()
552 } else if (strcmp(grouping, SCF_DEP_EXCLUDE_ALL) == 0) { in has_potential()
554 } else if (strcmp(grouping, SCF_DEP_OPTIONAL_ALL) == 0) { in has_potential()
558 free(grouping); in has_potential()
559 grouping = NULL; in has_potential()
564 free(grouping); in has_potential()
565 grouping = NULL; in has_potential()
[all …]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml51 grouping='require_all'
59 grouping='require_all'
67 grouping='require_all'
80 grouping='require_all'
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c163 enum { DGG_REQALL, DGG_REQANY, DGG_OPTALL, DGG_EXCALL } grouping; member
332 dg->grouping = DGG_REQALL; in load_dependencies()
334 dg->grouping = DGG_REQANY; in load_dependencies()
336 dg->grouping = DGG_OPTALL; in load_dependencies()
338 dg->grouping = DGG_EXCALL; in load_dependencies()
1048 switch (dg->grouping) { in process_svc_dg()
1065 __LINE__, dg->grouping); in process_svc_dg()
1110 if (dg->grouping == DGG_REQANY) { in process_file_dg()
1131 switch (dg->grouping) { in process_file_dg()
1159 __FILE__, __LINE__, dg->grouping); in process_file_dg()
[all …]
/illumos-gate/usr/src/common/hexdump/
H A Dhexdump.c110 hexdump_set_grouping(hexdump_t *h, uint8_t grouping) in hexdump_set_grouping() argument
112 if (grouping == 0) in hexdump_set_grouping()
115 h->h_grouping = grouping; in hexdump_set_grouping()
/illumos-gate/usr/src/head/iso/
H A Dlocale_iso.h63 char *grouping; member
/illumos-gate/usr/src/tools/smatch/src/
H A DREADME23 out not just what the grouping of tokens are, but what the _types_ are
24 that the grouping implies.
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsparse-README.txt22 out not just what the grouping of tokens are, but what the _types_ are
23 that the grouping implies.
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/
H A DJoyent-Compute-Platform-1101-disk-hc-topology.xmlgenksh90 <dependents grouping='children'>
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dlocaleconv.c60 COMPARE_GRP(grouping); in compare_lconv()
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2028R-ACR24L/
H A DSSG-2028R-ACR24L-disk-hc-topology.xmlgenksh101 <dependents grouping='children'>
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c653 char *grouping = startd_alloc(max_scf_value_size); in depgroup_read_grouping() local
658 libscf_read_single_astring(h, prop, &grouping) != 0) { in depgroup_read_grouping()
660 startd_free(grouping, max_scf_value_size); in depgroup_read_grouping()
664 if (strcmp(grouping, SCF_DEP_REQUIRE_ANY) == 0) in depgroup_read_grouping()
666 else if (strcmp(grouping, SCF_DEP_REQUIRE_ALL) == 0) in depgroup_read_grouping()
668 else if (strcmp(grouping, SCF_DEP_OPTIONAL_ALL) == 0) in depgroup_read_grouping()
670 else if (strcmp(grouping, SCF_DEP_EXCLUDE_ALL) == 0) in depgroup_read_grouping()
675 startd_free(grouping, max_scf_value_size); in depgroup_read_grouping()
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dcategorize.dat11 |E ((a*)(ab)*)((b*)(a*)) aba (0,3)(0,1)(0,1)(?,?)(1,3)(1,2)(2,3) SUBEXPRESSION=grouping
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2029P-ACR24L/
H A DSSG-2029P-ACR24L-disk-hc-topology.xmlgenksh159 <dependents grouping='children'>
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_std.h87 char* grouping; member
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.h271 int grouping; member
H A Dxge.c559 xgell_config->grouping = ddi_prop_get_int(DDI_DEV_T_ANY, dev_info, in xge_configuration_init()
562 switch (xgell_config->grouping) { in xge_configuration_init()
1166 switch (xgell_config->grouping) { in xge_attach()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME278 to be inactive when they are not part of the current priority grouping,
282 to change priority grouping to a more preferred group. To accommodate this,
314 So such links - if they are higher in the priority grouping than the
384 numbers (where lower are more favoured) and grouping types. These
407 Starting from the lowest priority grouping value, assess all links
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c332 {"grouping", lc(grouping, LC_NUMERIC, TYPE_GROUP)},
/illumos-gate/usr/src/common/bignum/i386/
H A Dbignum_i386_asm.S168 / rather than grouping pairs of implementations for each function.

1234567891011