/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | walk.c | 62 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 D | expr.c | 141 #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 D | Script.pm | 160 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 D | Country.pm | 267 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 D | DProf.pm | 143 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 D | getnameinfo.c | 196 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 D | Langinfo.pm | 118 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 D | protoent.pm | 80 The getproto() function is a simple front-end that forwards a numeric
|
H A D | servent.pm | 82 The getserv() function is a simple front-end that forwards a numeric
|
H A D | hostent.pm | 94 The gethost() function is a simple front-end that forwards a numeric
|
H A D | netent.pm | 97 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 D | grent.pm | 80 a numeric argument to getpwuid() and the rest to getpwnam().
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/ |
H A D | UCD.pm | 102 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 D | opcode.pl | 720 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 D | via.pm | 107 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 D | File.pm | 86 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 D | syslog.t | 18 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 D | constant.t | 99 no warnings 'numeric';
|
H A D | overload.pm | 386 =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 D | FileHandle.pm | 172 If C<FileHandle::open> is given a numeric mode, it passes that mode
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 2628 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 D | Path.pm | 35 the numeric mode to use when creating the directories
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | util.c | 521 ** 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 D | Concise.pm | 1051 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 D | Util.pm | 175 Returns a scalar that has the value NUM in a numeric context and the
|