/osnet-11/usr/src/lib/libgen/common/ |
H A D | strecpy.c | 6 * You may not use this file except in compliance with the License. 39 * strecpy(output, input, except) 44 * Characters in the `except' string will not be expanded. 47 * streadd( output, input, except ) 48 * Identical to strecpy() except returns address of null-byte at end 54 strecpy(char *pout, const char *pin, const char *except) argument 56 (void) streadd(pout, pin, except); 62 streadd(char *pout, const char *pin, const char *except) argument 67 if (!isprint(c) && (!except || !strchr(except, [all...] |
/osnet-11/usr/src/lib/libnsl/dial/ |
H A D | strecpy.c | 6 * (the "License"). You may not use this file except in compliance 38 * strecpy(output, input, except) 43 * Characters in the except string will not be expanded. 47 strecpy(char *pout, char *pin, char *except) argument 54 if (!isprint(c) && (!except || !strchr(except, c))) { 83 if (c == '\\' && (!except || !strchr(except, c)))
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/ |
H A D | s2p.t | 389 replace all except line 3 394 replace all except line 3 395 replace all except line 3 397 replace all except line 3 398 replace all except line 3 399 replace all except line 3 400 replace all except line 3 401 replace all except line 3 409 replace all except 1-4 412 replace all except [all...] |
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Include/ |
H A D | test.ksh | 13 * (the "License"). You may not use this file except in compliance
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | FileHandle.pm | 178 C<FileHandle::fdopen> is like C<open> except that its first parameter 190 macros C<_IOFBF>, C<_IOLBF>, and C<_IONBF>, except that the buffer 241 except that it's more readable and can be safely called in a 247 read all the remaining lines in a file, except that it's more readable.
|
H A D | Env.pm | 54 except that if C<$ENV{PATH}> started out empty, the second approach leaves
|
H A D | Fatal.pm | 162 CORE operators (except C<exec>, C<system> which cannot be expressed
|
H A D | Symbol.pm | 62 C<Symbol::qualify_to_ref> is just like C<Symbol::qualify> except that it
|
H A D | sigtrap.pm | 267 Die on HUP, INT, PIPE or TERM, except don't change the behavior for
|
/osnet-11/usr/src/lib/libc/i386/fp/ |
H A D | __xgetRD.s | 10 / (the "License"). You may not use this file except in compliance
|
/osnet-11/usr/src/lib/libbsm/ |
H A D | mkhdr.sh | 7 # You may not use this file except in compliance with the License. 37 * You may not use this file except in compliance with the License.
|
/osnet-11/usr/src/common/mpi/ |
H A D | THIRDPARTYLICENSE | 5 * 1.1 (the "License"); you may not use this file except in compliance with 42 * 1.1 (the "License"); you may not use this file except in compliance with 80 * 1.1 (the "License"); you may not use this file except in compliance with 117 * 1.1 (the "License"); you may not use this file except in compliance with 154 * 1.1 (the "License"); you may not use this file except in compliance with 192 * 1.1 (the "License"); you may not use this file except in compliance with 228 * 1.1 (the "License"); you may not use this file except in compliance with 267 * 1.1 (the "License"); you may not use this file except in compliance with
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Handle.pm | 81 is unchanged (except for $io->autoflush will actually turn ON 107 C<fdopen> is like an ordinary C<open> except that its first parameter 119 except that it's more readable and can be safely called in a 125 the remaining lines in a file, except that it's more readable. 192 C<_IOLBF>, and C<_IONBF> for setvbuf()--except that the buffer parameter
|
H A D | Select.pm | 310 Same as C<can_read> except check for handles that can be written to. 314 Same as C<can_read> except check for handles that have an exception
|
H A D | Seekable.pm | 72 call lseek(2) directly, so will confuse most perl IO operators except
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
H A D | O.pm | 85 The C<-qq> option behaves like C<-q>, except that it also closes
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | xsubpp | 9 B<xsubpp> [B<-v>] [B<-C++>] [B<-except>] [B<-s pattern>] [B<-prototypes>] [B<-noversioncheck>] [B<-nolinenumbers>] [B<-nooptimize>] [B<-typemap typemap>] ... file.xs 41 =item B<-except> 129 $usage = "Usage: xsubpp [-v] [-C++] [-except] [-prototypes] [-noversioncheck] [-nolinenumbers] [-nooptimize] [-noinout] [-noargtypes] [-s pattern] [-typemap typemap]... file.xs\n"; 133 $except = ""; 157 $except = " TRY", next SWITCH if $flag eq 'except'; 1277 print Q<<"EOF" if $except; 1317 # $except [[ 1479 print Q<<EOF if $except; 1495 print Q<<EOF if $except; [all...] |
H A D | Installed.pm | 309 This is identical in operation to directories(), except that it includes all the
|
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/ |
H A D | os_SunOS_amd64.s | 14 / except in compliance with the License. You may obtain a copy of
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/ |
H A D | ISA.pm | 73 Just like C<super_path>, except that $CLASS is included as the first
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | ParseLink.pm | 132 entirety of the link (except for the anchor text if given) is enclosed in
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Basename.pm | 104 by calling fileparse() with the same arguments, except that it always 243 # filespecs except for names ending with a separator, e.g., "/xx/yy/".
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | Netrc.pm | 243 This is the same as machine name except that default matches
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | More.pm | 709 Like use_ok(), except it requires the $module. 869 The syntax and behavior is similar to a C<SKIP: BLOCK> except the 922 Similar to is(), except that if $this and $that are hash or array 1108 Similar to eq_array(), except the order of the elements is B<not>
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | strlcpy.s | 6 * You may not use this file except in compliance with the License. 41 ! strlcpy implementation is similar to that of strcpy, except
|