/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | lnumeric.h | 34 const char *grouping; member in struct:lc_numeric
|
H A D | strfmon.c | 499 get_groups(int size, const char *grouping) argument 504 if (*grouping == CHAR_MAX || *grouping <= 0) /* no grouping ? */ 507 while (size > (int)*grouping) { 509 size -= (int)*grouping++; 510 /* no more grouping ? */ 511 if (*grouping == CHAR_MAX) 513 /* rest grouping with same value ? */ 514 if (*grouping 539 const char *grouping; local [all...] |
/illumos-gate/usr/src/head/iso/ |
H A D | locale_iso.h | 63 char *grouping; member in struct:std::lconv
|
/illumos-gate/usr/src/cmd/svc/svcadm/ |
H A D | synch.c | 458 char *type = NULL, *grouping = NULL; local 529 if ((grouping = read_astring_prop(pg, val, prop, 550 if (strcmp(grouping, SCF_DEP_REQUIRE_ALL) == 0) { 552 } else if (strcmp(grouping, SCF_DEP_REQUIRE_ANY) == 0) { 554 } else if (strcmp(grouping, SCF_DEP_EXCLUDE_ALL) == 0) { 556 } else if (strcmp(grouping, SCF_DEP_OPTIONAL_ALL) == 0) { 560 free(grouping); 561 grouping = NULL; 566 free(grouping); 567 grouping [all...] |
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | locale.h | 106 char *grouping; /* grouping of digits */ member in struct:lconv 111 char *mon_grouping; /* monetary grouping of digits */
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_std.h | 95 char* grouping; member in struct:lconv
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | ast_std.h | 86 char* grouping; member in struct:lconv
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_std.h | 95 char* grouping; member in struct:lconv
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_std.h | 95 char* grouping; member in struct:lconv
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_std.h | 95 char* grouping; member in struct:lconv
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 653 char *grouping = startd_alloc(max_scf_value_size); local 658 libscf_read_single_astring(h, prop, &grouping) != 0) { 660 startd_free(grouping, max_scf_value_size); 664 if (strcmp(grouping, SCF_DEP_REQUIRE_ANY) == 0) 666 else if (strcmp(grouping, SCF_DEP_REQUIRE_ALL) == 0) 668 else if (strcmp(grouping, SCF_DEP_OPTIONAL_ALL) == 0) 670 else if (strcmp(grouping, SCF_DEP_EXCLUDE_ALL) == 0) 675 startd_free(grouping, max_scf_value_size);
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 166 enum { DGG_REQALL, DGG_REQANY, DGG_OPTALL, DGG_EXCALL } grouping; member in struct:dependency_group 335 dg->grouping = DGG_REQALL; 337 dg->grouping = DGG_REQANY; 339 dg->grouping = DGG_OPTALL; 341 dg->grouping = DGG_EXCALL; 1041 switch (dg->grouping) { 1057 "%s:%d: Unknown dependency grouping %d.\n", __FILE__, 1058 __LINE__, dg->grouping); 1103 if (dg->grouping == DGG_REQANY) { 1124 switch (dg->grouping) { [all...] |
/illumos-gate/usr/src/uts/common/io/xge/drv/ |
H A D | xgell.h | 271 int grouping; member in struct:__anon6592
|