| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.dir.h | 18 * Structure for entries in directory stack. 20 struct directory { struct 21 struct directory *di_next; /* next in loop */ 22 struct directory *di_prev; /* prev in loop */ 26 struct directory *dcwd; /* the one we are in now */
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/ |
| o_dir.h | 43 /* returns NULL on error or end-of-directory. 44 If it is end-of-directory, errno will be zero */ 45 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/util/ |
| grub-set-default.in | 36 --root-directory=DIR Use the directory DIR instead of the root directory 53 --root-directory=*) 54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;; 77 # Determine the GRUB directory. This is different among OSes. 86 echo "No GRUB directory found under ${rootdir}/" 1>&2
|
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/ |
| README | 30 This is the top-level source directory for the eversholt fault 31 diagnosis technology. The common directory contains files shared 32 by the various eversholt components. The esc directory contains 36 management daemon (fmd) in the directory:
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/filtdesc/ |
| README | 29 This directory contains a set of input files for the lpfilter command
|
| /onnv/onnv-gate/usr/src/cmd/hal/hald/ |
| util.h | 52 gboolean hal_util_get_int_from_file (const gchar *directory, const gchar *file, gint *result, gint base); 54 gboolean hal_util_set_int_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file, gint base); 56 gboolean hal_util_get_uint64_from_file (const gchar *directory, const gchar *file, guint64 *result, gint base); 58 gboolean hal_util_set_uint64_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file, gint base); 60 gchar *hal_util_get_string_from_file (const gchar *directory, const gchar *file); 62 gboolean hal_util_set_string_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file); 64 gboolean hal_util_get_bcd2_from_file (const gchar *directory, const gchar *file, gint *result); 66 gboolean hal_util_set_bcd2_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file); 74 gchar *hal_util_grep_file (const gchar *directory, const gchar *file, const gchar *linestart, gboolean reuse_file); 76 gint hal_util_grep_int_elem_from_file (const gchar *directory, const gchar *file, [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/SUNWbinfiles/ |
| SUNWbinfiles.java | 70 directory = new JTextField(path, 20); 71 fieldPanel.add(FieldLayout.FIELD, directory); 76 directory.getDocument().addDocumentListener(new PathListener());
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/SUNWfiles/ |
| SUNWfiles.java | 70 directory = new JTextField(path, 20); 71 fieldPanel.add(FieldLayout.FIELD, directory); 76 directory.getDocument().addDocumentListener(new PathListener());
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| Shell.t | 43 ok(directory(), 'Execute command'); 44 my @files = directory('*.*'); 47 ok(eq_array(\@files, [$so->directory('*.*')]), 'object method'); 48 eval { $so->directory };
|
| FindBin.pm | 9 FindBin - Locate directory of original perl script 23 Locates the full path to the script bin directory to allow the use 24 of paths relative to the bin directory. 26 This allows a user to setup a directory tree for some software with 28 the use of modules in the lib directory without knowing where the software 33 directory. 37 $Bin - path to bin directory from where script was invoked
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/SUNW/ |
| README | 30 This directory contains proprietary SMI-developed Perl modules.
|
| /onnv/onnv-gate/usr/src/psm/promif/ieee1275/sun4u/ |
| README.sun4u | 27 This directory contains sun4u implementations of promif routines.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/ |
| README | 7 This directory contains utilities that help port a standard perl 5.8.4 build 8 directory into the ON tree and patched versions of standard perl files needed 14 the version we ship. The port/lib directory contains replacement MakeMaker 21 This directory contains scripts and data files used to port a stock perl 5.8.4
|
| /onnv/onnv-gate/usr/src/common/ |
| README | 31 This directory hierarchy is intended to hold sources used in common between 34 Thus, if you change any of the sources within this directory, you *must* test
|
| /onnv/onnv-gate/usr/src/psm/promif/ieee1275/ |
| README.promif | 28 This directory contains the IEEE 1275-1994 implementation 39 The "sun4" directory contains common implementations of promif
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/ |
| SUNWModule.java | 62 protected JTextField directory; field in class:SUNWModule 84 return directory.getText(); 94 * This class implements a listener for the directory text field and sets
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| mkdir.t | 23 print ($! =~ /cannot find|such|exist|not found|not a directory/i ? "ok 7\n" : "# $!\nnot ok 7\n");
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Solaris/ |
| README | 30 This directory contains SMI-developed Perl modules that can be released as Open
|
| /onnv/onnv-gate/usr/src/lib/libdhcpsvc/modules/binfiles/ |
| general.c | 75 mklocation(const char *directory) 77 if (mkdirp(directory, 0755) == -1) {
|
| /onnv/onnv-gate/usr/src/uts/common/io/ib/clients/rds/ |
| readme.txt | 28 Some of the RDS source files in this directory contain code that is licensed 38 * COPYING in the main directory of this source tree, or the
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ib/clients/rds/ |
| readme.txt | 28 Some of the RDS header files in this directory contain code that is licensed 38 * COPYING in the main directory of this source tree, or the
|
| /onnv/onnv-gate/usr/src/common/lzma/ |
| README | 25 The source in this directory has been derived from
|
| /onnv/onnv-gate/usr/src/common/bzip2/ |
| Solaris.README.txt | 26 The source in this directory has been derived from libbzip2 version
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| Memoize.t | 21 my $directory = File::Spec->catdir(File::Spec->updir, 'lib'); 23 tie my %hash, 'Tie::Memoize', \&slurp, $directory, \&exists, 37 my $c = slurp('constant.pm', $directory); 46 tie %hash, 'Tie::Memoize', \&slurp, $directory;
|
| /onnv/onnv-gate/usr/src/cmd/svc/milestone/ |
| README | 31 This source directory contains service descriptions, in the form of XML 35 with a specific command should locate their description in the directory
|