Home
last modified time | relevance | path

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

1234567891011

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrfmon.c504 if (*grouping == CHAR_MAX || *grouping <= 0) /* no 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()
539 const char *grouping; in format_grouped_double() local
619 *grouping > 0) { in format_grouped_double()
621 GRPCPY(*grouping); in format_grouped_double()
623 grouping++; in format_grouped_double()
630 if (*grouping == 0) { in format_grouped_double()
631 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.c103 N_ASSIGN_STR(grouping); in localeconv()
/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/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()
558 free(grouping); in has_potential()
559 grouping = NULL; in has_potential()
564 free(grouping); in has_potential()
565 grouping = NULL; in has_potential()
582 if (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.c162 enum { DGG_REQALL, DGG_REQANY, DGG_OPTALL, DGG_EXCALL } grouping; member
331 dg->grouping = DGG_REQALL; in load_dependencies()
333 dg->grouping = DGG_REQANY; in load_dependencies()
335 dg->grouping = DGG_OPTALL; in load_dependencies()
337 dg->grouping = DGG_EXCALL; in load_dependencies()
1047 switch (dg->grouping) { in process_svc_dg()
1064 __LINE__, dg->grouping); in process_svc_dg()
1109 if (dg->grouping == DGG_REQANY) { in process_file_dg()
1130 switch (dg->grouping) { in process_file_dg()
1158 __FILE__, __LINE__, dg->grouping); in process_file_dg()
[all …]
/illumos-gate/usr/src/head/iso/
H A Dlocale_iso.h63 char *grouping; member
/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/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/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/lib/fm/topo/maps/SMCI,SSG-2028R-ACR24L/
H A DSSG-2028R-ACR24L-disk-hc-topology.xmlgenksh101 <dependents grouping='children'>
/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/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/cmd/svc/startd/
H A Dlibscf.c654 char *grouping = startd_alloc(max_scf_value_size); in depgroup_read_grouping() local
659 libscf_read_single_astring(h, prop, &grouping) != 0) { in depgroup_read_grouping()
661 startd_free(grouping, max_scf_value_size); in depgroup_read_grouping()
665 if (strcmp(grouping, SCF_DEP_REQUIRE_ANY) == 0) in depgroup_read_grouping()
667 else if (strcmp(grouping, SCF_DEP_REQUIRE_ALL) == 0) in depgroup_read_grouping()
669 else if (strcmp(grouping, SCF_DEP_OPTIONAL_ALL) == 0) in depgroup_read_grouping()
671 else if (strcmp(grouping, SCF_DEP_EXCLUDE_ALL) == 0) in depgroup_read_grouping()
676 startd_free(grouping, max_scf_value_size); in depgroup_read_grouping()
/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.
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE257 05-05-24 iffe.sh: really fix grouping logic -- with tests this time
261 iffe.sh: fix 'op var - ... - ...' grouping logic
303 iffe.sh: fix candidate lib test to try grouping subsequent libs
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE83 08-11-10 stty.c: check for -t grouping so -tostop != -t -ostop
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S849 ! Alternate polynomial grouping allowing non-sequential calc of p

1234567891011