Home
last modified time | relevance | path

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

123456

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/
H A Dsv215 use warnings 'numeric' ;
220 no warnings 'numeric' ;
223 Argument "def" isn't numeric in addition (+) at - line 6.
226 use warnings 'numeric' ;
228 no warnings 'numeric' ;
231 Argument "def" isn't numeric in addition (+) at - line 3.
234 use warnings 'numeric' ;
237 no warnings 'numeric' ;
240 Argument "def" isn't numeric in addition (+) at - line 4.
243 use warnings 'numeric' ; use integer ;
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dwalk.c62 int numeric = FALSE; in walk() local
342 numeric |= numarg; in walk()
348 numeric = 1; in walk()
358 numeric = 1; in walk()
371 numeric = 1; in walk()
376 numeric |= numarg; in walk()
379 numeric |= numarg; in walk()
380 if (!numeric || in walk()
397 numeric |= 2; in walk()
399 if (numeric & 2) { in walk()
[all …]
H A Da2p.pod77 force numeric interpretation, even though the argument is always
82 Perl differentiates numeric comparison from string comparison. Awk
111 always going to be numeric you could change the {...} to [...].
175 versus numeric operations at run time by inspection of the operands,
/onnv-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);
/onnv-gate/usr/src/lib/libcmd/common/
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()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCountry.pm267 my ($alpha2, $alpha3, $numeric);
276 ($alpha2, $alpha3, $numeric, @countries) = split(/:/, $_);
293 if ($numeric)
295 $CODES->[LOCALE_CODE_NUMERIC]->{$numeric} = $countries[0];
298 $COUNTRIES->[LOCALE_CODE_NUMERIC]->{"\L$country"} = $numeric;
H A DScript.pm160 my ($alpha2, $alpha3, $numeric);
169 ($alpha2, $alpha3, $numeric, $script) = split(/:/, $_, 4);
180 if ($numeric)
182 $CODES->[LOCALE_CODE_NUMERIC]->{$numeric} = $script;
183 $COUNTRIES->[LOCALE_CODE_NUMERIC]->{"\L$script"} = $numeric;
/onnv-gate/usr/src/cmd/oawk/
H A DEXPLAIN42 2. In comparisons, if both operands are numeric,
48 numeric by subterfuges (kludges?) such as
54 4. Uninitialized variables have the numeric value
69 clearly implies that $1 is to be numeric, and
79 sense of Fortran, say) is also considered numeric.
94 value ""; they are not numeric.
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c47 numeric = 1, enumerator
150 addr_type_t at = numeric; in i_match_onehost()
161 if (a_type != NULL && (*a_type == numeric)) in i_match_onehost()
460 if (at != numeric) { in i_match_hostorip()
498 if (at != numeric) { in i_match_hostorip()
586 at = numeric; in i_match_hostorip()
596 at = numeric; in i_match_hostorip()
598 if (rc != ILBADM_OK || at != numeric) { in i_match_hostorip()
611 if (rc != ILBADM_OK || at != numeric) { in i_match_hostorip()
622 at = numeric; in i_match_hostorip()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlnumber.pod3 perlnumber - semantics of numbers and numeric operations in Perl
17 This document describes how Perl internally handles numeric values.
62 See L<"Numeric operators and numeric conversions"> for details.)
71 Summing up, Perl numeric values can store only those numbers which have
74 =head1 Numeric operators and numeric conversions
78 a numeric value is passed as an argument to such an operator, it will be
129 =head1 Flavors of Perl numeric operations
131 Perl operations which take a numeric argument treat that argument in one
134 the operand. Forcing a numeric value to a particular format does not
H A Dperlform.pod63 # pad character for a right justified numeric field
65 . decimal point within a numeric field
75 numeric. The tilde operators are not part of a field. Let's look at
82 "E<lt>", "E<gt>", or "|" characters to specify a non-numeric field with,
101 Using "#" as a padding character specifies a numeric field, with
105 A special numeric field is blanked out if the value is undefined.
200 is a simple example that would work.) Don't use a regular (at) numeric
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.t31 is($charinfo->{numeric}, '');
51 is($charinfo->{numeric}, '');
73 is($charinfo->{numeric}, undef);
95 is($charinfo->{numeric}, '');
117 is($charinfo->{numeric}, '');
139 is($charinfo->{numeric}, '');
159 is($charinfo->{numeric}, '');
186 is($charinfo->{numeric}, '3/4');
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dsocks.c74 socklen_t addrlen, int v4only, int numeric) in decode_addrport() argument
81 hints.ai_flags = numeric ? AI_NUMERICHOST : 0; in decode_addrport()
86 if (!numeric) { in decode_addrport()
/onnv-gate/usr/src/cmd/streams/log/
H A Dstrace.c56 #define numeric(c) ((c <= '9') && (c >= '0')) macro
65 if (numeric(*ap)) in convarg()
/onnv-gate/usr/src/lib/libcurses/screen/
H A Dtifget.ed58 * Return the value of the long-named numeric capability tistr.
59 * Return -2 if the name is not a numeric capability.
H A Dtiget.ed58 * Return the value of the numeric capability tistr.
59 * Return -2 if the name is not a numeric capability.
/onnv-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
/onnv-gate/usr/src/lib/libxcurses/src/terminfo/
H A Dansi31 # is zero and xon/xoff enabled. Also numeric keypad mode is
42 # Reset, attrs off, normal cursor mode, keypad numeric mode, line wrap on
50 # Normal numeric kepad mode
/onnv-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnameinfo.c196 goto numeric;
211 numeric:
/onnv-gate/usr/src/head/
H A Dmacros.h43 #define numeric(c) ((c) >= '0' && (c) <= '9') macro
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A DMakefile.lib47 numeric.o \
/onnv-gate/usr/src/lib/libsqlite/test/
H A Dtable.test498 } {numeric numeric text text text text text numeric}
504 } {numeric text numeric text}
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DERR_print_errors.pod33 the error string will contain the numeric code.
/onnv-gate/usr/src/cmd/tcpd/
H A DREADME.ipv622 # Ipv6 numeric address

123456