HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 1 - 25 of 461) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /systemz/sirius/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 */
  /systemz/betelgeuse/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 */
  /systemz/sirius/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);
  /systemz/betelgeuse/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);
  /systemz/sirius/usr/src/grub/grub-0.95/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
  /systemz/betelgeuse/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
  /systemz/sirius/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:
  /systemz/sirius/usr/src/cmd/lp/filter/postscript/filtdesc/
README 29 This directory contains a set of input files for the lpfilter command
  /systemz/betelgeuse/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:
  /systemz/betelgeuse/usr/src/cmd/lp/filter/postscript/filtdesc/
README 29 This directory contains a set of input files for the lpfilter command
  /systemz/sirius/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...]
  /systemz/betelgeuse/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...]
  /systemz/sirius/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());
  /systemz/sirius/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());
  /systemz/betelgeuse/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());
  /systemz/betelgeuse/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());
  /systemz/sirius/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 };
  /systemz/sirius/usr/src/cmd/perl/contrib/SUNW/
README 30 This directory contains proprietary SMI-developed Perl modules.
  /systemz/sirius/usr/src/psm/promif/ieee1275/sun4u/
README.sun4u 27 This directory contains sun4u implementations of promif routines.
  /systemz/betelgeuse/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 };
  /systemz/betelgeuse/usr/src/cmd/perl/contrib/SUNW/
README 30 This directory contains proprietary SMI-developed Perl modules.
  /systemz/betelgeuse/usr/src/psm/promif/ieee1275/sun4u/
README.sun4u 27 This directory contains sun4u implementations of promif routines.
  /systemz/sirius/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
  /systemz/sirius/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
  /systemz/sirius/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

Completed in 1379 milliseconds

1 2 3 4 5 6 7 8 91011>>