Searched refs:in (Results 676 - 700 of 1242) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL14 # This forces PL files to create target in same directory as PL file.
54 #define statement which was in the C header files.
63 libraries should be specified in the form -lm -lposix, etc, just as on
66 by including arguments of the form B<-L/another/library/path> in the
91 function declarations. Writes these options in the generated F<Makefile.PL>
149 If I<regular expression> is not given, skip all constants that are defined in
150 a C enumeration. Otherwise skip only those constants that are defined in an
168 not found in standard include directories.
172 Include code for safely storing static data in the .xs file.
181 For function arguments declared as C<const>, omit the const attribute in th
[all...]
H A Dperlbug.PL16 # This forces PL files to create target in same directory as PL file.
99 # Changed in 1.06 to skip Mail::Send and Mail::Util if not available.
100 # Changed in 1.07 to see more sendmail execs, and added pipe output.
101 # Changed in 1.08 to use correct address for sendmail.
102 # Changed in 1.09 to close the REP file before calling it up in the editor.
104 # Changed in 1.10 to run under VMS without Mail::Send; also fixed
106 # Changed in 1.11 to clean up some text and removed Mail::Send deactivator.
107 # Changed in 1.12 to check for editor errors, make save/send distinction
109 # Changed in 1.1
[all...]
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk8 # directory that contains this "Makefile.in" and the
9 # "configure.in" script.
11 # BCC C Compiler and options for use in building executables that
29 # TCC C Compiler and options for use in building executables that
93 $(TOP)/src/sqlite.h.in \
185 rm tsrc/sqlite.h.in tsrc/parse.y
238 # many bytes are in a pointer. This only works if a pointer is the
253 sqlite.h: $(TOP)/src/sqlite.h.in
256 $(TOP)/src/sqlite.h.in >sqlite.h
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_facility.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
132 * property. Either of these conditions will result in the indicator being
137 nvlist_t *in, nvlist_t **out)
150 if (nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args) != 0 ||
162 topo_mod_dprintf(mod, "failed to lookup ses node in 'mode' "
168 if (nvlist_lookup_nvlist(in, TOPO_PROP_PARGS, &pargs) == 0 &&
208 topo_mod_dprintf(mod, "failed to lookup %s in node "
242 * Read the given sensor value. This just looks up the value in the node
248 nvlist_t *in, nvlist_
136 ses_indicator_mode(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
247 ses_sensor_reading(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
317 ses_sensor_state(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
406 ses_psu_state(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
764 ses_node_enum_facility(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
965 ses_enc_enum_facility(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm55 # finish off the installation of the filter in C.
75 in Perl.
130 below in a Perl source file.
162 in a source file (See L<perlfunc/import> for more details on
175 will result in the C<@_> array having the following values:
225 Although C<$_> doesn't actually appear explicitly in the sample filters
226 above, it is implicitly used in a number of places.
253 from the next filter in the chain or the actual source file if there
274 C<filter_read> in block mode, except it will try to read a block which
275 is exactly C<$size> bytes in lengt
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm107 croak "function 'new' already defined in package $class"
309 Each element in the struct data has an accessor method, which is
312 same name in the package. (See Example 2.)
342 A function named C<new> must not be explicitly defined in a class
351 method by that name is explicitly defined; in the latter case, a
357 for doing this is obvious, so your class acts like every other class in
491 An accessor function can be redefined in order to provide
591 Changed to two-argument blessing in ctor to support
594 Added classname prefixes to keys in hash-based classes
607 Use of struct() in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm100 exit value is less than 2 (in which case the default is C<\*STDOUT>).
111 will be searched for in the given directory list (in the order the
112 directories appear in the list). It defaults to the list of directories
162 "the right thing" in most situations. This determination of the default
189 to C<STDOUT>, just in case the user wants to pipe the output to a pager
197 more verbose description of program usage in this case.
233 As with all things in Perl, I<there's more than one way to do it>, and
234 B<pod2usage()> adheres to this philosophy. If you are interested in
318 uses B<Pod::Usage> in combinatio
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm35 # Don't use the CVS revision as the version, since this module is also in Perl
72 # the same as the attributes above but in all caps. Each constant sub needs
219 print BOLD, BLUE, "This text is in bold blue.\n", RESET;
223 print BOLD BLUE "This text is in bold blue.\n";
252 concealed in particular are frequently not implemented.
261 scalar wrapped in escape codes so that the attributes will be set as
302 The subroutine interface has the advantage over the constants interface in
304 twenty-two in the constants interface. On the flip side, the constants
306 misspelled names of colors or attributes in calls to color() and colored()
320 =item Bareword "%s" not allowed while "strict subs" in us
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dterm.c11 * GRUB is distributed in the hope that it will be useful,
141 map_code (grub_uint32_t in, struct grub_term_output *term) argument
143 if (in <= 0x7f)
144 return in;
149 switch (in)
175 switch (in)
204 return in;
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dcommon.ksh6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
44 sanity_fail_vers=$(gettext " Sanity Check: the Solaris image (release %s) is not an OpenSolaris image and cannot be installed in this type of branded zone.")
79 m_complete_seconds=$(gettext " Done: Installation completed in %s seconds.")
93 f_list=$(gettext "Could not list packages in image: %s")
94 f_osnet=$(gettext "Could not find the osnet-incorporation package installed in image: %s")
96 f_system_volatile=$(gettext "Could not create /system/volatile in the zone.")
129 for x in $checks; do
169 # If a zone exists in a boot environment mounted on an alternate root,
245 # EXIT_CODE On success, set as described in clone_zb
[all...]
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.sub8 # This file is (in principle) common to ALL GNU software.
9 # The presence of a machine in this file suggests that SOME GNU software
17 # This program is distributed in the hope that it will be useful,
49 # machine specification into a single specification in the form:
51 # or in some cases, the newer four-part form:
84 case $1 in
109 case $# in
120 case $maybe_os in
138 case $os in
225 case $basic_machine in
[all...]
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.sub9 # This file is (in principle) common to ALL GNU software.
10 # The presence of a machine in this file suggests that SOME GNU software
18 # This program is distributed in the hope that it will be useful,
51 # machine specification into a single specification in the form:
53 # or in some cases, the newer four-part form:
86 case $1 in
111 case $# in
122 case $maybe_os in
141 case $os in
236 case $basic_machine in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCwd.pm20 *cwd() function) be used in I<all> code to ensure portability.
39 Re-implements the getcwd(3) (or getwd(3)) functions in Perl.
57 undef but will probably leave you in a different directory. For a
59 fastcwd() function will check that it leaves you in the same directory
60 that it started in. If it has changed it will C<die> with the message
105 If you ask to override your chdir() built-in function,
157 # The best choice may be to have this in BEGIN, but how to return from BEGIN?
182 # Find the pwd command in the expected locations. We assume these
198 # pwd in their path but it is not /bin/pwd or /usr/bin/pwd?
211 # Belt-and-suspenders in cas
[all...]
H A Dcharnames.t336 unsupported special ':scoobydoo' in charnames at
348 :alias needs an argument in charnames at
402 Use of uninitialized value in string eq at
H A DCPAN.pm211 # use in that
223 $CPAN::Frontend->myprint("\n$redef subroutines in ".
358 # or, if it was already in the queue, I spliced and let it bypass the
364 # (1) looks at the first item in the queue without shifting it off
369 # even if the item isn't the first in the queue anymore* (that way
373 # want to retry later. That's easy if we have it twice in the queue.
376 # than two lives in the queue. Simplest example is triggered by 'install
378 # get in the way. I wanted the queue manager to be a dumb servant, not
381 # Who would I tell in this model that the user wants to be asked before
386 # in CPA
[all...]
/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h29 * values stored in network byte order (Big Endian)
108 * within a SASL plug-in. This MUST NOT be used in the PLAIN mechanism
120 int (*decode64)(const char *in, unsigned inlen,
122 int (*encode64)(const char *in, unsigned inlen,
178 * created / destroyed by the glue code, though probably filled in
266 * in user name from wire protocol (need not be NUL terminated)
273 * responsible for setting user, ulen, authid, and alen in the oparams
286 const char *in, unsigned len,
340 /* client plug-in feature
[all...]
/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
33 / "GPL"), in which case the provisions of the GPL are applicable
241 / Return previous listp value (already in eax)
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_svc.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
40 * Global list of allocated handles. Handles are used in various
260 * Lookup a handle by id. If the handle is in the list and it matches
338 ndr_uuid_parse(char *in, ndr_uuid_t *uuid) argument
340 char *p = in;
345 if (strlen(in) != UUID_PRINTABLE_STRING_LENGTH - 1)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm49 # a dir name should always have a ":" in it; assume dirname is
50 # in current directory
174 constructor and methods, which are just wrappers around perl's built in
217 The keys of the hash will be the names of the entries in the directory.
221 provided that C<DIR_UNLINK> is included in the C<OPTIONS>.
223 Assigning to an entry in the hash will cause the time stamps of the file
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSemaphore.pm185 of semaphores in the set. A new set is created if
262 Sets all values in the semaphore set to those given on the C<VALUES> list.
267 Set the C<N>th value in the semaphore set to C<VALUE>
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
104 ! Now sp1 is double aligned (sp1 is found in %o5)
129 andn %o2, 63, %o4 ! calc size of blocks in bytes
216 andn %o2, 3, %o3 ! create word sized count in %o3
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
39 / For all basic blocks in this routine, maintain the following
100 cmpl $262143, %ebx / blocks smaller than this allocate in the cache
143 movl %ebx, %ecx / in %ecx as normal
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp39 Retains '::' in type names so that C++ hierachical types can be mapped.
68 Prevents the inclusion of `#line' directives in the output.
155 # XXX left this in for compat
215 die "Can't find $typemap in $pwd\n" unless -r $typemap;
309 # Group in C (no support for comments or literals)
313 # Chunk in C without comma at toplevel (no comments):
378 my $in = '';
385 $in .= "$_\n";
387 chomp $in;
388 return $in;
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
42 soft_rsa_encrypt(soft_object_t *key, CK_BYTE_PTR in, uint32_t in_len, argument
81 rv = rsa_encrypt(&k, in, in_len, out);
92 soft_rsa_decrypt(soft_object_t *key, CK_BYTE_PTR in, uint32_t in_len, argument
122 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
132 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
142 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
152 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
162 rv = soft_rsa_encrypt(key, in, in_le
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns.c7 * copyright notice and this permission notice appear in all copies.
34 #include <netinet/in.h>

Completed in 137 milliseconds

<<21222324252627282930>>