Searched refs:place (Results 1 - 25 of 52) sorted by relevance

123

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c108 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 DEncoding.pm91 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 Ddumpvar.pl418 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 Dutf8.pm116 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 DDumpvalue.pm373 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 Dconstant.pm282 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 DAutoLoader.pm206 To use B<AutoLoader>, the author of a module has to place the
232 stubs", which are place holders with no code.
H A DPerlIO.pm57 Otherwise the C<PerlIO> package is a place holder for additional
104 spot to place a new one."
H A Dcharnames.pm386 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 Dattrs.pm28 Setting attributes takes place at compile time; trying to set
/osnet-11/usr/src/lib/libsasl/lib/
H A Dclient.c754 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 Dtlan.c1003 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 Ddb.cc144 entryp place; local
153 place = (entryp)
155 return (place);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c3016 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 DUnicode.pm120 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 Dpiconv137 place of iconv for virtually any case.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm148 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 DEncode.pm430 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 DFast.pm131 script will be respawned to take its place (this may be
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s56 ! once this has occurred, the copy takes place, while checking
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm196 not handle object files in the place of libraries.
274 moving the C<-Ld:\mesalibs> to the correct place in the linker
H A DConstant.pm830 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 DCopy.pm287 one place to another.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm167 hash in place of the ordinary hash that Memoize::Expire will normally
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c668 /* 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...]

Completed in 102 milliseconds

123