Home
last modified time | relevance | path

Searched refs:numeric (Results 1 – 25 of 81) sorted by relevance

1234

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.contin2 is all numeric
3 mel is non-numeric
4 bwk is non-numeric
5 ken is non-numeric
6 srb is non-numeric
7 lem is non-numeric
8 scj is non-numeric
9 rhm is non-numeric
11 a68 is non-numeric
12 sif is non-numeric
[all …]
/illumos-gate/usr/src/cmd/localedef/
H A Dnumeric.c31 static struct lc_numeric numeric; variable
36 (void) memset(&numeric, 0, sizeof (numeric)); in init_numeric()
52 numeric.decimal_point = str; in add_numeric_str()
55 numeric.thousands_sep = str; in add_numeric_str()
67 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()
[all …]
H A DMakefile.common26 numeric.o \
H A Dparser.y216 | numeric
603 numeric : T_NUMERIC T_NL numeric_list T_END T_NUMERIC T_NL
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_authclient.c46 uint32_t numeric) in client_set_numeric_data() argument
53 p->value.numeric = numeric; in client_set_numeric_data()
89 uint32_t *numeric) in client_get_numeric_data() argument
96 *numeric = p->value.numeric; in client_get_numeric_data()
H A Discsit_authclient.h53 uint32_t numeric; member
114 uint32_t numeric);
129 uint32_t *numeric);
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dexpr.c141 #define numeric(np) ((np)->type&T_NUM) macro
354 if (!numeric(np) || !numeric(&rp)) in expr_mult()
383 if (!numeric(np) || !numeric(&rp)) in expr_add()
405 if (numeric(&rp) && numeric(np)) in expr_cmp()
469 if ((numeric(&rp) && rp.num==0) || *rp.str==0) in expr_and()
485 if ((numeric(np) && np->num==0) || *np->str==0) in expr_or()
534 return numeric(&node)?node.num==0:*node.str==0; in b_expr()
/illumos-gate/usr/src/cmd/oawk/
H A DEXPLAIN40 2. In comparisons, if both operands are numeric,
46 numeric by subterfuges (kludges?) such as
52 4. Uninitialized variables have the numeric value
67 clearly implies that $1 is to be numeric, and
77 sense of Fortran, say) is also considered numeric.
92 value ""; they are not numeric.
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.contin5 print $i, " is non-numeric"
8 print $0, "is all numeric"
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c48 numeric = 1, enumerator
151 addr_type_t at = numeric; in i_match_onehost()
162 if (a_type != NULL && (*a_type == numeric)) in i_match_onehost()
458 if (at != numeric) { in i_match_hostorip()
496 if (at != numeric) { in i_match_hostorip()
584 at = numeric; in i_match_hostorip()
594 at = numeric; in i_match_hostorip()
596 if (rc != ILBADM_OK || at != numeric) { in i_match_hostorip()
609 if (rc != ILBADM_OK || at != numeric) { in i_match_hostorip()
620 at = numeric; in i_match_hostorip()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dsocks.c72 socklen_t addrlen, int v4only, int numeric) in decode_addrport() argument
79 hints.ai_flags = numeric ? AI_NUMERICHOST : 0; in decode_addrport()
84 if (!numeric) { in decode_addrport()
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrace.c54 #define numeric(c) ((c <= '9') && (c >= '0')) macro
63 if (numeric(*ap)) in convarg()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtiget.ed56 * Return the value of the numeric capability tistr.
57 * Return -2 if the name is not a numeric capability.
H A Dtifget.ed56 * Return the value of the long-named numeric capability tistr.
57 * Return -2 if the name is not a numeric capability.
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod147 Return the numeric level of PG in the hierarchy, starting from root which has
175 Return numeric utilization for the time interval represented by two PG objects
182 Return numeric software utilization for the time interval represented by two PG
198 Return numeric capacity for the time interval represented by two PG objects for
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c114 .numeric = &lc_numeric_posix,
445 loc->numeric = loc->locdata[LC_NUMERIC]->l_data[0]; in duplocale()
507 loc->numeric = loc->locdata[LC_NUMERIC]->l_data[0]; in newlocale()
H A Dlocaleimpl.h70 const struct lc_numeric *numeric; member
H A Dnl_langinfo.c52 const struct lc_numeric *lnum = loc->numeric; in nl_langinfo_l()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnameinfo.c196 goto numeric;
211 numeric:
/illumos-gate/usr/src/head/
H A Dmacros.h44 #define numeric(c) ((c) >= '0' && (c) <= '9')
/illumos-gate/usr/src/lib/libmd/amd64/capabilities/
H A Dsha.cap23 # SHA hardware cap value by its numeric value rather than the name.
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtable.test496 } {numeric numeric text text text text text numeric}
502 } {numeric text numeric text}
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/
H A DProject.pod31 This function returns the numeric project ID of the calling process or C<undef>
48 Each value in the list is the numeric ID of a currently active project.
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/
H A DTask.pod36 This function returns the numeric task ID of the calling process, or C<undef>
/illumos-gate/usr/src/cmd/sgs/messages/
H A Dsgs.ident27 # associated numeric setid is used when creating catgets(3c) messages, the

1234