Searched refs:except (Results 1 - 25 of 71) sorted by relevance

123

/osnet-11/usr/src/lib/libgen/common/
H A Dstrecpy.c6 * 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 Dstrecpy.c6 * (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 Ds2p.t389 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 Dtest.ksh13 * (the "License"). You may not use this file except in compliance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm178 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 DEnv.pm54 except that if C<$ENV{PATH}> started out empty, the second approach leaves
H A DFatal.pm162 CORE operators (except C<exec>, C<system> which cannot be expressed
H A DSymbol.pm62 C<Symbol::qualify_to_ref> is just like C<Symbol::qualify> except that it
H A Dsigtrap.pm267 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.s10 / (the "License"). You may not use this file except in compliance
/osnet-11/usr/src/lib/libbsm/
H A Dmkhdr.sh7 # 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 DTHIRDPARTYLICENSE5 * 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 DHandle.pm81 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 DSelect.pm310 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 DSeekable.pm72 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 DO.pm85 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 Dxsubpp9 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 DInstalled.pm309 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 Dos_SunOS_amd64.s14 / 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 DISA.pm73 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 DParseLink.pm132 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 DBasename.pm104 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 DNetrc.pm243 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 DMore.pm709 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 Dstrlcpy.s6 * You may not use this file except in compliance with the License.
41 ! strlcpy implementation is similar to that of strcpy, except

Completed in 94 milliseconds

123