HomeSort by relevance Sort by last modified time
    Searched defs:directory (Results 1 - 18 of 18) sorted by null

  /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/lib/libast/common/path/
pathfind.c 34 #define directory(p,s) (stat((p),(s))>=0&&S_ISDIR((s)->st_mode)) macro
37 typedef struct Dir_s /* directory list element */
40 char dir[1]; /* directory path */
43 static struct /* directory list state */
45 Dir_t* head; /* directory list head */
46 Dir_t* tail; /* directory list tail */
59 if (dir && *dir && !streq(dir, ".") && directory(dir, &st))
115 * check the directory of the including file
  /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/bnu/
utility.c 132 * file with a specific prefix in a single directory, usually
158 char directory[MAXNAMESIZE]; local
161 /* Separate prefix into directory part and file name part. */
163 strncpy(directory, prefix, MAXNAMESIZE);
164 directory[MAXNAMESIZE-1] = NULLCHAR;
165 namePrefix = strrchr(directory, '/');
167 *namePrefix++ = NULLCHAR; /* Terminate directory part */
171 processes = cuantos(namePrefix, directory);
180 * return the number of files in directory <dir> who's names
  /onnv/onnv-gate/usr/src/lib/nsswitch/nisplus/common/
nisplus_common.h 55 const char *directory; /* fully qualified directory */ member in struct:nisplus_backend
59 * directory name) and cached here using one time malloc.
nisplus_common.c 231 const char *directory; local
248 if (((directory = nis_local_directory()) == 0) ||
249 (directory[0] == '.' && directory[1] == '\0')) {
286 const char *directory = nis_local_directory(); local
293 if (directory == 0 ||
294 (directory[0] == '.' && directory[1] == '\0') ||
300 be->directory = directory;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libidmap/common/
directory_client.c 28 * Directory lookup functions. These are shims that translate from the API
42 #include "directory.h"
60 struct directory { struct
65 * Set up a directory search context.
94 "Insufficient memory setting up directory access", NULL);
101 * Tear down a directory search context.
211 /* For each directory entry returned */
236 * Create a directory datum. Note that we allocate an extra byte and
275 * Unmarshall an RPC directory entry into an API directory entry
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
rm.c 45 "[d:directory?\bremove\b(3) (or \bunlink\b(2)) directories rather than"
48 " constitution, to use this option. Even though the directory must"
58 " enabled) for each directory before attempting to remove directory"
86 int directory; /* remove(dir) not rmdir(dir) */ member in struct:State_s
133 error(2, "%s: cannot %s directory", ent->fts_path, (ent->fts_info & FTS_NR) ? "read" : "search");
154 error(2, "%s: directory", ent->fts_path);
183 if ((v = astquery(-1, "remove directory %s? ", ent->fts_path)) < 0 || sh_checksig(state->context))
197 error(1, "%s: hard link to directory", ent->fts_path);
204 if (isempty(ent) || state->directory)
    [all...]
cp.c 36 "[+DESCRIPTION?If the last argument names an existing directory, \bcp\b"
38 " directory. Otherwise, if only two files are given, \bcp\b copies"
40 " not a directory and more than two files are given. By default"
48 " to the target directory a slash and the specified source file name."
49 " The last argument must be an existing directory. Missing destination"
62 "[+DESCRIPTION?If the last argument names an existing directory, \bln\b"
64 " directory. Otherwise, if only two files are given, \bln\b links"
66 " not a directory and more than two files are given. By default"
72 "[+DESCRIPTION?If the last argument names an existing directory, \bmv\b"
74 " directory. Otherwise, if only two files are given, \bmv\b renames
147 int directory; \/* destination is directory *\/ member in struct:State_s
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_mount.c 214 (void) showxdr_string(MNTPATHLEN, "Directory = %s");
480 (void) sprintf(get_line(0, 0), "Directory = %s", dirpath);
514 char *hostname, *directory; local
528 directory = (char *)getxdr_string(buff2, MNTPATHLEN);
529 (void) sprintf(get_line(0, 0), " %s:%s", hostname, directory);
545 return ("No such file or directory");
551 return ("Not a directory");
  /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsdb/
fsdb_yacc.y 82 %token BASE BLOCK CD DIRECTORY TFILE FIND FILL
115 | base | block | cd | directory | file | find | fill
245 " directory\n"), temp_cwd);
276 directory : DIRECTORY label
  /onnv/onnv-gate/usr/src/cmd/ntfsprogs/
ntfsundelete.h 20 * along with this program (in the main directory of the Linux-NTFS
45 char *dest; /* Save file to this directory */
54 int parent; /* Show parent directory */
106 int directory; /* MFT record represents a directory */ member in struct:ufile
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nisinit.c 79 * to the list of servers who serve this directory.
146 * This function initializes a directory object. It is used when
151 * name is a null pointer it builds the directory object for
156 directory_obj *dd; /* Directory data. */
252 char *directory = nis_local_directory(), local
419 directory = argv[optind++];
423 /* /var/nis directory should exist. If not, create it. */
442 * For root and parent operations, the /var/nis directory should
469 "Warning: Bad permissions (%o) on the %s directory.\n",
474 /* Some data is already in this directory */
    [all...]
  /onnv/onnv-gate/usr/src/lib/libkmf/include/
kmfpolicy.h 58 char *directory; member in struct:__anon3631
116 #define VAL_CRL_DIRECTORY validation_info.crl_info.directory
160 #define KMF_CRL_DIRECTORY_ATTR "directory"
  /onnv/onnv-gate/usr/src/cmd/format/
startup.c 358 * If the path we have so far is a directory,
359 * look for a format.dat file in that directory,
1309 char *directory = "/dev/rdsk"; local
1314 * Change directory to the device directory. This
1315 * gives us the most efficient access to that directory.
1319 err_print("Cannot get current directory - %s\n",
1323 if (chdir(directory) == -1) {
1324 err_print("Cannot set directory to %s - %s\n",
1325 directory, strerror(errno))
1509 char *directory = "\/dev\/rdsk\/"; local
2901 char *directory = "\/dev\/rdsk\/"; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/mkfs/
mkfs.c 156 static int directory; variable
397 if (directory) {
1011 * Root Directory
    [all...]
  /onnv/onnv-gate/usr/src/cmd/zic/
zic.c 435 "\n\t[ -p posixrules ] [ -d directory ] [ -L leapseconds ] "
440 "\n\t[ -p posixrules ] [ -d directory ] [ -y yearistype ] "
447 static const char *directory; variable
485 if (directory == NULL)
486 directory = optarg;
545 if (directory == NULL)
546 directory = TZDIR;
605 fromname = ecpyalloc(directory);
612 toname = ecpyalloc(directory);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/mkfs/
mkfs.c 563 char *directory; variable
766 directory = optarg;
    [all...]

Completed in 240 milliseconds