Searched refs:direntry (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/OpenSSL098-52/src/crypto/
H A DLPdir_unix.c67 struct dirent *direntry = NULL; local
97 direntry = readdir((*ctx)->dir);
98 if (direntry == NULL)
103 strncpy((*ctx)->entry_name, direntry->d_name, sizeof((*ctx)->entry_name) - 1);
H A DLPdir_win.c57 struct dirent *direntry = NULL; local
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Ddirent.h117 struct direntry __DARWIN_STRUCT_DIRENTRY;
H A Dvnode_internal.h287 #define FV_DIRBUF_DIRENTRY_SIZ (sizeof(struct direntry))
289 #define FV_DIRBUF_MAX_SIZ (4*(sizeof(struct direntry)))
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_io.c72 ((sizeof(struct direntry) + (namlen) - (MAXPATHLEN-1) + 7) & ~7)
78 * de value points t0 either a direntry or dirent structure.
87 struct direntry *de64 = (struct direntry *)de;
129 struct direntry de64;
139 /* Have a direntry need a dirent */
140 struct direntry *de64p = np->d_nextEntry;
144 /* Have a dirent need a direntry */
176 struct direntry de64;
/macosx-10.10/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c381 dir_entry_t *direntry; local
483 direntry =
486 if (direntry == NULL)
488 strcpy(direntry->dirpath, tmp);
489 ISC_LINK_INIT(direntry, link);
490 ISC_LIST_APPEND(*dir_list, direntry,
/macosx-10.10/ksh-23/ksh/src/lib/libast/dir/
H A Ddirlib.h111 #include <direntry.h>
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_lookup.c83 #include "direntry.h"
203 struct dosdirentry *direntry, /* copy of found directory entry */
347 if (direntry)
348 *direntry = *dirp;
409 struct dosdirentry direntry; local
486 error = msdosfs_lookup_name(pdp, cnp, &cluster, &diroff, &direntry, found_name, &found_name_len, &case_folded, context);
520 isadir = direntry.deAttributes & ATTR_DIRECTORY;
521 scn = getuint16(direntry.deStartCluster);
523 scn |= getuint16(direntry.deHighClust) << 16;
198 msdosfs_lookup_name( struct denode *dep, struct componentname *cnp, uint32_t *dirclust, uint32_t *diroffset, struct dosdirentry *direntry, u_int16_t *found_name, u_int16_t *found_name_length, boolean_t *case_folded, vfs_context_t context) argument
H A Dmsdosfs_vnops.c96 #include "direntry.h"
114 struct direntry direntry; member in union:msdosfs_dirbuf
2051 buf->direntry.d_namlen = name_length;
2052 buf->direntry.d_reclen = (offsetof(struct direntry, d_name) + name_length + 8) & ~7;
2053 return buf->direntry.d_reclen;
2115 buf_name = &buf.direntry.d_name[0];
2116 max_name = sizeof(buf.direntry.d_name);
2117 buf.direntry
[all...]
H A Ddenode.h141 dev_t de_dev; /* device where direntry lives */
257 struct dosdirentry *direntry, /* copy of found directory entry */
/macosx-10.10/BootCache-109/
H A Dcontrol.c570 struct dirent* direntry; local
598 while ((direntry = readdir(dir)) != NULL) {
599 if (direntry->d_namlen > suffix_length && 0 == strncmp(direntry->d_name + direntry->d_namlen - suffix_length, PLAYLIST_SUFFIX, suffix_length)) {
600 if (0 == strncmp(direntry->d_name, APP_CACHE_PLAYLIST_PREFIX, app_prefix_length)) {
602 snprintf(playlist_path + playlist_path_end_idx, sizeof(playlist_path) - playlist_path_end_idx, "/%s", direntry->d_name);
643 // warnx("Unknown file in user playlist directory %s: %s", playlist_path, direntry->d_name);
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_init.c1582 apr_finfo_t direntry; local
1594 while ((apr_dir_read(&direntry, finfo_flags, dir)) == APR_SUCCESS) {
1596 if (direntry.filetype == APR_DIR) {
1599 file = apr_pstrcat(ptemp, ca_path, "/", direntry.name, NULL);
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfsnode.h240 * - a packed list of direntry structures
242 * packed after the direntry name.)
250 uint32_t ndbh_entry_end; /* end offset of direntry data */
260 ((struct direntry*)((char*)((BP)->nb_data) + sizeof(*ndbhp)))
264 ((sizeof(struct direntry) + (namlen) - (MAXPATHLEN-1) + 7) & ~7)
268 ((struct direntry*)((char*)(DP) + (DP)->d_reclen))
H A Dnfs_serv.c3891 struct direntry *dp;
4014 dp = (struct direntry *)cpos;
4017 dp = (struct direntry *)cpos;
4060 /* Build the directory record xdr from the direntry. */
4078 dp = (struct direntry *)cpos;
4113 struct direntry *dp;
4231 dp = (struct direntry *)cpos;
4234 dp = (struct direntry *)cpos;
4306 /* Build the directory record xdr from the direntry. */
4321 dp = (struct direntry *)cpo
[all...]
H A Dnfs_vnops.c4989 struct direntry *dp, *dpptc;
5300 struct direntry *dp, *dpptc;
5454 struct direntry *dp;
5481 /* update direntry's attrs if fh matches */
5665 struct direntry *dp;
5764 /* just truncate names that don't fit in direntry.d_name */
5880 /* advance to next direntry in buffer */
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dtexinfo.el335 "defvr" "description" "detailmenu" "direntry" "display"
H A Dtexinfmt.el499 "direntry\\|"
2698 ;; @direntry and @dircategory
2700 (put 'direntry 'texinfo-format 'texinfo-format-direntry)
2701 (defun texinfo-format-direntry ()
2702 (texinfo-push-stack 'direntry nil)
2706 (put 'direntry 'texinfo-end 'texinfo-end-direntry)
2707 (defun texinfo-end-direntry ()
2710 (texinfo-pop-stack 'direntry))
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dtexinfo.vim326 syn region texinfoMltlnAtCmd matchgroup=texinfoAtCmd start="^@direntry\s*$" end="^@end direntry\s*$" contains=texinfoSpecialChar
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c2818 * it first tries 1 direntry sized buffer and going from 1 to 2 to 4
2819 * direntry sized buffers to readdir. If the filesystem does not respond
2820 * to 4 * direntry it returns the error by the filesystem (if any) and sets
2901 * 1*direntry. Cache the size found so that this does not need
2944 * gets the current direntry. To advance to the next direntry this has to be
2953 int *eofflagp, struct direntry **dpp)
2972 *dpp = (struct direntry *)(fvd->fv_buf + fvd->fv_bufdone);
2977 * Advances to the next direntry.
2982 struct direntry *d
[all...]
H A Dvfs_syscalls.c7516 /* Get direntry length padded to 8 byte alignment */
7518 ((sizeof(struct direntry) + (namlen) - (MAXPATHLEN-1) + 7) & ~7)
7532 struct direntry *entry64;
7540 * length is 3) corresponds to a struct direntry size of 32
7565 MALLOC(entry64, struct direntry *, sizeof(struct direntry),
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.c3090 struct direntry * cbs_direntry;
3091 struct direntry * cbs_prevdirentry;
3109 struct direntry * entry = NULL;
3394 /* Fill the direntry to be used the next time */
3410 struct direntry * tmp;
3540 * Get a buffer for link info array, btree iterator and a direntry:
3545 bufsize += 2*sizeof(struct direntry);
3568 state.cbs_direntry = (struct direntry *)((char *)iterator + sizeof(BTreeIterator));
H A Dhfs.h528 ((sizeof(struct direntry) + (namlen) - (MAXPATHLEN-1) + 7) & ~7)
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim6166 let direntry= substitute(dir.entry,'/$','','e')
6167 " call Decho("dir<".dir."> entry<".entry."> direntry<".direntry.">")
6168 if entry =~ '/$' && has_key(w:netrw_treedict,direntry)
6169 " call Decho("<".direntry."> is a key in treedict - display subtree for it")
6170 call s:NetrwTreeDisplay(direntry,depth)
6171 elseif entry =~ '/$' && has_key(w:netrw_treedict,direntry.'/')
6172 " call Decho("<".direntry."/> is a key in treedict - display subtree for it")
6173 call s:NetrwTreeDisplay(direntry.'/',depth)
/macosx-10.10/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex646 % Also ignore @ifinfo, @ifhtml, @html, @menu, and @direntry text.
652 \def\direntry{\doignore{direntry}}
/macosx-10.10/bc-21/bc/doc/
H A Dtexinfo.tex2298 % Ignore @ifinfo, @ifhtml, @ifnottex, @html, @menu, and @direntry text.
2305 \def\direntry{\doignore{direntry}}

Completed in 411 milliseconds

12