Home
last modified time | relevance | path

Searched refs:ndir (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dgetdents.c65 struct n_dirent *ndir; local
87 ndir = (struct n_dirent *)nbuf; /* source directory format */
90 strlen(ndir->d_name) + ALIGN) & ~(ALIGN - 1)) <
92 ((char *)ndir + sizeof(struct n_dirent) <= (nbuf + ret))) {
93 dir->d_off = ndir->d_off;
94 dir->d_fileno = ndir->d_ino; /* NOT VALID */
95 dir->d_namlen = strlen(ndir->d_name);
98 strncpy(dir->d_name, ndir->d_name, dir->d_namlen);
101 last_off = ndir->d_off;
104 ndir = (struct n_dirent *)((char *)ndir +
[all …]
/titanic_41/usr/src/test/zfs-tests/cmd/mktree/
H A Dmktree.c45 static int ndir = 2; variable
67 ndir = atoi(optarg); in main()
76 if (nlevel < 0 || ndir < 0 || nfile < 0 || pbasedir == NULL) { in main()
105 for (d = 0; d < ndir; d++) { in mktree()
/titanic_41/usr/src/cmd/sgs/crle/common/
H A Dinspect.c224 char *ndir; in _enterdir() local
230 if ((ndir = malloc(size)) == NULL) in _enterdir()
232 (void) strcpy(ndir, dir); in _enterdir()
234 ent->e_key = (Addr)ndir; in _enterdir()
272 char rdir[PATH_MAX], *ndir; in enterdir() local
282 ndir = rdir; in enterdir()
284 ndir = (char *)odir; in enterdir()
298 if ((ent = enterino(crle, ndir, status, flags)) == NULL) in enterdir()
305 if ((ent = get_hash(stbl, (Addr)ndir, 0, in enterdir()
314 if (_enterdir(crle, ndir, ent, obj) == 0) in enterdir()
[all …]
/titanic_41/usr/src/lib/libc/port/locale/
H A Dcollate.c387 int ndir = lcc->lc_directive_count; in _collate_wxfrm() local
391 for (pass = 0; pass <= ndir; pass++) { in _collate_wxfrm()
405 if (pass == ndir) { in _collate_wxfrm()
539 int ndir = lcc->lc_directive_count; in _collate_sxfrm() local
543 for (pass = 0; pass <= ndir; pass++) { in _collate_sxfrm()
557 if (pass == ndir) { in _collate_sxfrm()
/titanic_41/usr/src/lib/libast/common/features/
H A Ddirent9 hdr dirent,ndir
175 * <dirent.h> for systems with opendir() and <ndir.h>
191 #include <ndir.h>
226 * <dirent.h> for systems with opendir() and no <ndir.h>
H A Dlib6 hdr locale,ndir,nl_types,process,spawn,syslog,utime,vfork,wctype
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh94 nfile=$basedir/nfile; ndir=$basedir/ndir
99 allnodes="$nfile $ndir"
506 log_must usr_exec $MKDIR $ndir
/titanic_41/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c791 static int ndir; in ckmissing() local
804 dir[ndir] = path; in ckmissing()
805 if ((++ndir % MALSIZ) == 0) { in ckmissing()
807 (ndir+MALSIZ)*sizeof (char *)); in ckmissing()
813 dir[ndir] = (char *)NULL; in ckmissing()
822 for (i = 0; i < ndir; i++) { in ckmissing()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c1899 const char *odir, *ndir; in load_file() local
1920 if ((ndir = stravl_insert(odir, 0, olen, 1)) == NULL) { in load_file()
1924 ORIGNAME(nlmp) = ndir; in load_file()