Searched refs:dd_buf (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gen/
H A D__dirent.h10 #define dd_buf __dd_buf macro
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Ddirent.c145 dptr->dd_buf = (struct dirent *)heap_alloc(sizeof(struct dirent));
146 if (!dptr->dd_buf){
151 (dptr->dd_buf)->d_ino = inode++;
152 (dptr->dd_buf)->d_off = 0;
153 (dptr->dd_buf)->d_reclen = 0;
155 //dptr->dd_buf->d_name[0] = '.';
156 memcpy((dptr->dd_buf)->d_name,".",2);
160 memcpy((dptr->dd_buf)->d_name,fdata.cFileName,MAX_PATH);
181 heap_free(dptr->dd_buf);
205 (dptr->dd_buf)
[all...]
H A Ddirent.h65 struct dirent *dd_buf; member in struct:__anon13871
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/dir/
H A Dreaddir.c50 if ((dirp->dd_size = getdents(dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ)) <= 0)
53 dp = (struct dirent*)((char*)dirp->dd_buf + dirp->dd_loc);
H A Dopendir.c81 dirp->dd_buf = (void*)((char*)dirp + sizeof(DIR));
H A Ddirlib.h133 char* dd_buf; /* directory block */
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Ddirent2.h48 char dd_buf[DIRBLKSIZ]; member in struct:_dirdesc
H A Dopendir.c77 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ);
86 dp = (struct olddirect *)(dirp->dd_buf + dirp->dd_loc);
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Ddirent2.h48 char dd_buf[DIRBLKSIZ]; member in struct:_dirdesc
H A Dopendir.c75 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf,
84 dp = (struct olddirect *)(dirp->dd_buf + dirp->dd_loc);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dclosedir.c64 free((void *)dirp->dd_buf);
H A Dreaddir.c67 dirp->dd_buf, dirp->dd_len, &dirp->dd_td->seekoff);
70 dirp->dd_buf, dirp->dd_len, &dirp->dd_seek);
75 dp = (struct dirent *)(dirp->dd_buf + dirp->dd_loc);
H A Dopendir.c211 dirp->dd_buf = buf;
281 dirp->dd_size = ddptr - dirp->dd_buf;
285 dirp->dd_buf = malloc(dirp->dd_len);
286 if (dirp->dd_buf == NULL)
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dndir.h42 char dd_buf[DIRBLKSIZ]; /* Directory block. */ member in struct:__anon6284
/macosx-10.10.1/emacs-93/emacs/src/
H A Dndir.h49 char dd_buf[DIRBLKSIZ]; /* directory block */ member in struct:__anon8508
H A Dsysdep.c3603 xfree ((char *) dirp->dd_buf); /* directory block defined in <dirent.h> */
3681 && (dirp->dd_size = emacs_read (dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ)) <= 0)
3685 dp = (struct olddir *) &dirp->dd_buf[dirp->dd_loc];
3700 dp = (struct dir$_name *) dirp->dd_buf;
3734 && (dirp->dd_size = sys_read (dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ)) <= 0)
3737 dp = (struct dir$_name *) dirp->dd_buf;
/macosx-10.10.1/man-16/man/src/
H A Dndir.h42 char dd_buf[DIRBLKSIZ]; /* directory block */ member in struct:__anon10898

Completed in 224 milliseconds