| /osnet-11/usr/src/lib/libc/port/gen/ |
| H A D | getopt_long.c | 108 static char *place = EMSG; /* option letter processing */ variable 319 current_argv = place; 537 if (optreset || !*place) { /* update scanning pointer */ 540 place = EMSG; 557 if ((*(place = nargv[optind]) != '-') || (place[1] == '\0')) { 558 place = EMSG; /* found non-option */ 593 * but if place is simply "-" leave it unmolested. 595 if (place[1] != '\0' && *++place [all...] |
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
| H A D | Encoding.pm | 91 If I<$check> is true, it SHOULD modify I<$string> in place to remove 98 fragment of string that has been converted and modify $string in-place 117 If I<$check> is true, it SHOULD modify I<$octets> in place to remove 124 been converted and modify $octets in-place to remove the converted 226 $_[1] = '' if $chk; # this is what in-place edit means 284 processed. It modifies it in place to remove bytes/characters it can 317 Multiple return values rather than in-place modifications.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | dumpvar.pl | 418 my $place = $DB::sub{$sub} || (($s = $subs{"$subref"}) && $DB::sub{$s}) 421 $place = '???' unless defined $place; 423 print( (' ' x $off) . "&$s in $place\n" );
|
| H A D | utf8.pm | 116 Converts (in-place) internal representation of string to Perl's 127 Converts (in-place) internal representation of string to be un-encoded 138 Converts in-place the octets of the I<$string> to the octet sequence 148 Attempts to convert I<$string> in-place from Perl's I<UTF-X> encoding
|
| H A D | Dumpvalue.pm | 373 my $place = $DB::sub{$sub} || (($s = $subs{"$subref"}) && $DB::sub{$s}) 378 $place = '???' unless defined $place; 379 print( (' ' x $off) . "&$s in $place\n" );
|
| H A D | constant.pm | 282 scalar constant is inserted directly in place of some subroutine 324 (or simply use a comma in place of the big arrow) instead of
|
| H A D | AutoLoader.pm | 206 To use B<AutoLoader>, the author of a module has to place the 232 stubs", which are place holders with no code.
|
| H A D | PerlIO.pm | 57 Otherwise the C<PerlIO> package is a place holder for additional 104 spot to place a new one."
|
| H A D | charnames.pm | 386 Unicode 3.2 (as of Perl 5.8) some naming changes take place ISO 6429
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/ |
| H A D | attrs.pm | 28 Setting attributes takes place at compile time; trying to set
|
| /osnet-11/usr/src/lib/libsasl/lib/ |
| H A D | client.c | 754 size_t pos=0,place; local 808 place=0; 812 name[place]=mechlist[pos]; 814 place++; 815 if (SASL_MECHNAMEMAX < place) { 816 place--; 824 name[place]=0; 826 if (! place) continue;
|
| /osnet-11/usr/src/grub/grub-0.97/netboot/ |
| H A D | tlan.c | 1003 u8 place; local 1010 for (place = 0x80; place != 0; place >>= 1) { 1011 if (place & data) 1063 u8 place; local 1072 for (place = 0x80; place; place >>= 1) { 1075 *data |= place; [all...] |
| /osnet-11/usr/src/lib/libnisdb/ |
| H A D | db.cc | 144 entryp place; local 153 place = (entryp) 155 return (place);
|
| /osnet-11/usr/src/cmd/sendmail/src/ |
| H A D | conf.c | 3016 static char *place = EMSG; /* option letter processing */ local 3022 place = EMSG; 3024 if(!*place) { /* update scanning pointer */ 3025 if (optind >= nargc || *(place = nargv[optind]) != '-' || !*++place) { 3029 if (*place == '-') { /* found "--" */ 3035 if ((optopt = (int)*place++) == (int)':' || !(oli = strchr(ostr,optopt))) { 3036 if (!*place) ++optind; 3041 if (!*place) ++optind; 3044 if (*place) optar [all...] |
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/ |
| H A D | Unicode.pm | 120 is encountered during decode(), its place is filled with \x{FFFD} 123 its place is filled with \x{FFFD} if I<CHECK> is 0, or the routine
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/ |
| H A D | piconv | 137 place of iconv for virtually any case.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/ |
| H A D | Socket.pm | 148 structure does not have AF_INET in the right place. 172 have AF_UNIX in the right place.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
| H A D | Encode.pm | 430 Converts B<in-place> data between two encodings. The data in $octets 440 Note that because the conversion happens in place, the data to be 567 in place of a malformed character. For UCM-based encodings, 617 HTML/XML character reference modes are about the same, in place of
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
| H A D | Fast.pm | 131 script will be respawned to take its place (this may be
|
| /osnet-11/usr/src/lib/libc/sparc/gen/ |
| H A D | strcpy.s | 56 ! once this has occurred, the copy takes place, while checking
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| H A D | Liblist.pm | 196 not handle object files in the place of libraries. 274 moving the C<-Ld:\mesalibs> to the correct place in the linker
|
| H A D | Constant.pm | 830 array is passed then the first element is used in place of the C<#ifdef> 831 line, and the second element in place of the C<#endif>. This allows 860 C code to place between the assignment of value (to a temporary) and the
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
| H A D | Copy.pm | 287 one place to another.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/ |
| H A D | Expire.pm | 167 hash in place of the ordinary hash that Memoize::Expire will normally
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | regcomp.c | 668 /* REx optimizer. Converts nodes into quickier variants "in place". 1726 * place to put the code. So we cheat: we compile it twice, once with code 4407 register regnode *place; local 4438 place = opnd; /* Op node, where operand used to be. */ 4444 place - RExC_emit_start > RExC_offsets[0] 4446 place - RExC_emit_start, 4449 Set_Node_Offset(place, RExC_parse); 4450 Set_Node_Length(place, 1); 4452 src = NEXTOPER(place); 4453 FILL_ADVANCE_NODE(place, o [all...] |