Searched refs:numeric (Results 1 - 25 of 59) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dwalk.c62 int numeric = FALSE; local
342 numeric |= numarg;
348 numeric = 1;
358 numeric = 1;
371 numeric = 1;
376 numeric |= numarg;
379 numeric |= numarg;
380 if (!numeric ||
397 numeric |= 2;
399 if (numeric
1637 int numeric = FALSE; local
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dexpr.c141 #define numeric(np) ((np)->type&T_NUM) macro
354 if (!numeric(np) || !numeric(&rp))
355 error(ERROR_exit(2),"non-numeric argument");
383 if (!numeric(np) || !numeric(&rp))
384 error(ERROR_exit(2),"non-numeric argument");
405 if (numeric(&rp) && numeric(np))
469 if ((numeric(
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
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;
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;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm143 With a newer Perl DProf relies on the fact that the numeric slot of
151 will set this numeric slot to numeric value of the string
154 change the numeric slot (it will I<mark> it as invalid, but will not
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetnameinfo.c196 goto numeric;
211 numeric:
270 /* construct <numeric-addr><delim><scopeid> */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm118 one numeric argument that identifies the locale constant to query:
119 if no argument is supplied, C<$_> is used. The numeric constants
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm80 The getproto() function is a simple front-end that forwards a numeric
H A Dservent.pm82 The getserv() function is a simple front-end that forwards a numeric
H A Dhostent.pm94 The gethost() function is a simple front-end that forwards a numeric
H A Dnetent.pm97 The getnet() function is a simple front-end that forwards a numeric
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm80 a numeric argument to getpwuid() and the rest to getpwnam().
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm102 decimal if decimal digit this is the integer numeric value
103 digit if digit this is the numeric value
104 numeric if numeric is the integer or rational numeric value
221 decimal digit numeric
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl720 lt numeric lt (<) ck_null Iifs2 S S
722 gt numeric gt (>) ck_null Iifs2 S S
724 le numeric le (<=) ck_null Iifs2 S S
726 ge numeric ge (>=) ck_null Iifs2 S S
728 eq numeric eq (==) ck_null Iifs2 S S
730 ne numeric ne (!=) ck_null Iifs2 S S
732 ncmp numeric comparison (<=>) ck_null Iifst2 S S
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm107 If present called for opens which pass a numeric file
115 If present called for sysopen style opens which pass a numeric mode
122 Returns a numeric value for Unix-like file descriptor. Return -1 if
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm86 If C<IO::File::open> is given a numeric mode, it passes that mode
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A Dsyslog.t18 use warnings qw(closure deprecated exiting glob io misc numeric once overflow
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dconstant.t99 no warnings 'numeric';
H A Doverload.pm386 =item * I<Boolean, string and numeric conversion>
622 String, numeric, and boolean conversion are calculated in terms of one
676 numeric conversion is needed in this case (possibly expressed in terms of
906 # numeric values.
920 numeric value.) This prints:
1152 compare an object to 0. In fact, it is easier to write a numeric
1194 All the work of numeric conversion is done in %subr and num(). Of
1289 50 lines of Perl code. Since the numeric values of subexpressions
1295 operators I<do not> fall back to numeric conversion if C<fallback> is
1327 and the numeric valu
[all...]
H A DFileHandle.pm172 If C<FileHandle::open> is given a numeric mode, it passes that mode
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c2628 register int numeric; local
2651 numeric = ((nv_isattr (np, NV_INTEGER)) != 0);
2652 if(numeric)
2711 if((numeric=nv_size(np))==10)
2718 numeric = 0;
2720 return(fmtbase(ll,numeric, numeric&&numeric!=10));
2738 if((numeric=nv_size(np)) && up->cp && up->cp[numeric])
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.pm35 the numeric mode to use when creating the directories
/osnet-11/usr/src/lib/libsqlite/src/
H A Dutil.c521 ** Return TRUE if z is a pure numeric string. Return FALSE if the
524 ** Am empty string is considered non-numeric.
630 ** between numeric values in an SQL expression. "Numeric" is a little
632 ** type of "numeric" from the point of view of SQL. The strings
637 ** than non-numeric strings so if one input string looks like a
639 ** a number is the smaller. Non-numeric strings compare in
698 ** For the "+" and "-" sorting, pure numeric strings (strings for which the
700 ** that are not pure numerics. Non-numeric strings compare in memcmp()
790 ** same results as a numeric comparison of the original floating point
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm1051 The numeric value of the OP's flags.
1092 The numeric value of the OP's private flags.
1125 The numeric value of the OP's targ.
1140 The numeric value of the OP's type, in decimal.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm175 Returns a scalar that has the value NUM in a numeric context and the

Completed in 87 milliseconds

123