Searched refs:fts_namelen (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dfts_fix.c23 * fts_namelen
51 ne->fts_namelen = ne->_fts_namelen;
H A Dcp.c264 len = ent->fts_namelen;
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnftw.c211 dir[cur->fts_pathlen - cur->fts_namelen] = '\0';
218 if(cur->fts_pathlen == cur->fts_namelen &&
231 ftw.base = cur->fts_pathlen - cur->fts_namelen;
H A Dfts.c292 len = p->fts_pathlen = p->fts_namelen;
297 p->fts_namelen = len;
505 memmove(t, p->fts_name, p->fts_namelen + 1);
828 memmove(cp, p->fts_name, p->fts_namelen + 1);
1082 p->fts_namelen = namelen;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dftwalk.h42 #define fts_namelen namelen macro
H A Dfts.h118 unsigned short _fts_namelen; /* old fts_namelen */
126 size_t fts_namelen; /* strlen(fts_name) */ member in struct:Ftsent
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfts.c108 #define drop(p,f) (((f)->fts_namelen < MINNAME) ? ((f)->fts_link = (p)->free, (p)->free = (f)) : (free(f), (p)->free))
209 f->fts_namelen = namelen;
211 f->_fts_namelen = (unsigned short)f->fts_namelen;
608 f->fts_namelen = (fts->flags & FTS_SEEDOTDIR) ? strlen(path) : (pathcanon(path, strlen(path) + 1, 0) - path);
611 f->fts_namelen = strlen(path);
635 f->fts_namelen = s - path;
638 f->_fts_namelen = (unsigned short)f->fts_namelen;
908 if ((fts->baselen = f->fts_namelen) >= (fts->endbuf - fts->base) && resize(fts, fts->baselen))
1093 f->fts_pathlen = fts->endbase - f->fts_path + f->fts_namelen;
1140 f->fts_pathlen = (fts->base - f->fts_path) + f->fts_namelen;
[all...]
H A Dftwalk.c84 e->fts_namelen = e->fts_pathlen = ns;
/macosx-10.9.5/Libc-997.90.3/include/
H A Dfts.h119 unsigned short fts_namelen; /* strlen(fts_name) */ member in struct:_ftsent
/macosx-10.9.5/file_cmds-230/ls/
H A Dls.c728 if (cur->fts_namelen > maxlen)
729 maxlen = cur->fts_namelen;
731 u_long t = len_octal(cur->fts_name, cur->fts_namelen);
/macosx-10.9.5/file_cmds-230/cp/
H A Dcp.c324 (curr->fts_namelen > 2) && /* ._\0 is not AppleDouble */
/macosx-10.9.5/file_cmds-230/mtree/
H A Dcreate.c162 escaped_name = calloc(1, p->fts_namelen * 4 + 1);
/macosx-10.9.5/shell_cmds-175/find/
H A Dfunction.c1153 } else if (entry->fts_namelen == 0) {

Completed in 139 milliseconds