Searched refs:files (Results 426 - 450 of 513) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A DMakefile45 # Macros for libbsm header files. These define user-level only interfaces.
65 # Macros for libbsm database files. These should probably be installed
79 # /etc/security/audit/localhost/files is a symbolic link to /var/audit.
88 ARSYMLNK=$(RESAL)/files
/opensolaris-onvv-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c765 char **files; local
768 if (nwam_value_get_string_array(value, &files, &numvalues)
774 while (isspace(files[i][j]))
776 if (files[i][j] != '/')
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c88 ctx->files = NULL;
175 while (revs-- > 0 && ctx->files != NULL) {
178 id.opaque = ctx->files;
428 ctx->fdNext = ctx->files;
H A Deventlib_p.h223 evFile *files, *fdNext; member in struct:__anon4237
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm94 # To recognize the data files of the Perl module Storable,
131 # I assume that it is rare to find v1 files, so this is an intentionally
497 you share your files across NFS, you might wish to use other forms
571 =item files from future versions of Storable
583 continue to read files generated by newer Storable modules which are careful
774 there's a utility called C<file>, which recognizes data files based on
783 is expected to contain support for recognising Storable files
784 out-of-the-box, in addition to other kinds of Perl files.
914 network order), and will refuse to load files written by a Storable not
917 are given by the sizes of the C language types, and so files writte
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README275 4235315 new features for rtld_db (DT_CHECKSUM, dynamic linked .o files
316 4343801 RFE: crle(1): provide option for updating configuration files
417 4447560 strip is creating unexecutable files...
427 4413322 SunOS 5.9 librtld_db doesn't show dlopened ".o" files anymore?
654 4778247 elfdump -e of core files fails
760 4904573 elfdump may hang when processing archive files
848 5031495 elfdump complains about bad symbol entries in core files
875 4918303 0@0.so.1 should not use compiler-supplied crt*.o files
918 6175843 amd64 rdb_demo files not installed
926 6189384 ld.so.1 should accommodate a files de
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd6 # translate new configuration files into old.
22 # - read in UUCP configuration files
24 # - write files back out
67 # Dialcodes, Dialers, Systems, and Devices are single keyword files.
245 # \s works in chat, but not in the pppd option files
270 # Given a logical UUCP file name, return a list of all of the files
336 local(@files) = @_;
339 foreach $file (@files) {
360 local(@files) = @_;
363 foreach $file (@files) {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm83 of arbitrary length and which can read files directly.
255 This is useful when calculating checksum for files:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm480 all files and directories in the current directory.
486 I<and> files (and not, as one might expect, only directories).
H A DBasename.pm49 since those systems are not case-sensitive when opening existing files
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL36 # This forces PL files to create target in same directory as PL file.
76 c2ph [-dpnP] [var=val] [files ...]
117 Pstruct takes any .c or .h files, or preferably .s ones, since that's
416 print "usage: $0 [-dpnP] [var=val] [files ...]\n";
445 &defvar('CFLAGS', 'how to generate *.s files with stabs');
466 If any *.[ch] files are given, these will be catted together into
469 and the resulting *.s groped for stab information. If no files are
495 warn "Only *.[csh] files expected!\n";
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Derrlist63 24 Too many open files
/opensolaris-onvv-gate/usr/src/uts/common/io/drm/
H A Ddrm_drv.c12 * copy of this software and associated documentation files (the "Software"),
336 TAILQ_INIT(&dev->files);
507 TAILQ_REMOVE(&dev->files, fpriv, link);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.t459 Charnames alias files can only have identifier characters at
H A DPerlIO.pm110 A layer which implements "reading" of files by using C<mmap()> to
113 circumstances for large files, and may result in less physical memory
246 translation for text files then the default layers are :
H A DTest.pm87 This module simplifies the task of writing test files for Perl modules,
95 multiple test files, to test the "foo", "bar", and "baz" feature sets,
96 then feel free to call your files F<t/foo.t>, F<t/bar.t>, and
H A DDB.t187 # test DB::files()
189 my $dbf = () = DB::files();
191 is( $dbf, $main, 'DB::files() should pick up filenames from %main::' );
/opensolaris-onvv-gate/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh60 FILEDIR=$BRANDDIR/files;
118 # Before we boot we validate and fix, if necessary, the required files within
/opensolaris-onvv-gate/usr/src/lib/libc/
H A DREADME191 libc to be distributed as open source, those i18n files now live in a
192 separate libc_i18n directory. Those source files are position-independently
/opensolaris-onvv-gate/usr/src/lib/libtecla/
H A Dlibtecla.h10 * copy of this software and associated documentation files (the
181 int exists; /* True if the files in files[] currently exist. */
184 /* and thus wasn't matched against existing files. */
187 int nfile; /* The number of files in files[] */
188 char **files; /* An array of 'nfile' filenames. */ member in struct:__anon4455
199 * files that resulted from the expansion. If there were no wildcards
202 * then the array will contain the files that matched them. Note that
203 * if there were any wildcards but no existing files matc
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/
H A DMakefile.intel.shared58 # collection of files per module, and a few specific flags. Note
60 # first build rule template which matches the files name will be
67 include $(UTSTREE)/intel/Makefile.files
68 include $(UTSTREE)/common/Makefile.files
165 # files.
/opensolaris-onvv-gate/usr/src/uts/intel/io/heci/
H A Dheci_data_structures.h504 * list of files
568 struct heci_file files[256]; /* a file handle for each client */ member in struct:iamt_heci_device
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c45 static char *progfiles[NPFILE]; /* Programmes files for yylex */
1085 static char **files = &progfiles[0]; local
1102 if (files < progfilep) {
1103 filename = *files++;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm82 'File' => 'Functions for filehandles, files, or directories',
167 binmode I/O prepare binary files for I/O
171 chmod File changes the permissions on a list of files
174 chown File change the owership on a list of files
/opensolaris-onvv-gate/usr/src/lib/libshell/misc/
H A DERRATA.txt42 The following files have been changed:
205 The following files have been changed:
377 The following files have been changed:
762 The following files have been changed:
783 The following files have been changed:
796 "[+NAME?tail - output trailing portion of one or more files ]"
797 "[+DESCRIPTION?\btail\b copies one or more input files to standard output "
834 The following files have been changed:
892 The following files have been changed:

Completed in 227 milliseconds

<<11121314151617181920>>