HomeSort by: relevance | last modified time | path
    Searched refs:FTSENT (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/bin/ls/
extern.h 34 int acccmp(const FTSENT *, const FTSENT *);
35 int revacccmp(const FTSENT *, const FTSENT *);
36 int modcmp(const FTSENT *, const FTSENT *);
37 int revmodcmp(const FTSENT *, const FTSENT *);
38 int namecmp(const FTSENT *, const FTSENT *);
    [all...]
cmp.c 68 namecmp(const FTSENT *a, const FTSENT *b)
75 revnamecmp(const FTSENT *a, const FTSENT *b)
82 modcmp(const FTSENT *a, const FTSENT *b)
98 revmodcmp(const FTSENT *a, const FTSENT *b)
114 acccmp(const FTSENT *a, const FTSENT *b
    [all...]
ls.h 62 FTSENT *list;
print.c 69 static int printaname(FTSENT *, int, int);
70 static void printlink(FTSENT *);
75 static void aclmode(char *, const FTSENT *);
83 safe_printpath(const FTSENT *p) {
95 printescapedpath(const FTSENT *p) {
108 printpath(const FTSENT *p) {
118 FTSENT *p;
132 FTSENT *p;
214 static FTSENT **array;
216 FTSENT *p
    [all...]
ls.c 71 static void display(FTSENT *, FTSENT *);
72 static int mastercmp(const FTSENT **, const FTSENT **);
76 static int (*sortfcn)(const FTSENT *, const FTSENT *);
422 FTSENT *p, *chp;
487 * Display() takes a linked list of FTSENT structures and passes the list
492 display(FTSENT *p, FTSENT *list
    [all...]
  /src/lib/libc/compat/include/
fts.h 38 FTSENT *fts_children(FTS *, int);
41 int (*)(const FTSENT **, const FTSENT **));
42 FTSENT *fts_read(FTS *);
43 int fts_set(FTS *, FTSENT *, int);
  /src/include/
fts.h 121 unsigned short fts_info; /* user flags for FTSENT structure */
126 unsigned short fts_flags; /* private flags for FTSENT structure */
136 } FTSENT;
142 FTSENT *fts_children(FTS *, int) __RENAME(__fts_children60);
145 int (*)(const FTSENT **, const FTSENT **)) __RENAME(__fts_open60);
146 FTSENT *fts_read(FTS *) __RENAME(__fts_read60);
147 int fts_set(FTS *, FTSENT *, int) __RENAME(__fts_set60);
  /src/bin/cp/
extern.h 53 int copy_file(FTSENT *, int);
54 int copy_link(FTSENT *, int);
  /src/usr.bin/find/
function.c 83 int f_always_true(PLAN *, FTSENT *);
84 int f_amin(PLAN *, FTSENT *);
85 int f_anewer(PLAN *, FTSENT *);
86 int f_asince(PLAN *, FTSENT *);
87 int f_atime(PLAN *, FTSENT *);
88 int f_cmin(PLAN *, FTSENT *);
89 int f_cnewer(PLAN *, FTSENT *);
90 int f_csince(PLAN *, FTSENT *);
91 int f_ctime(PLAN *, FTSENT *);
92 int f_delete(PLAN *, FTSENT *);
    [all...]
find.c 59 static int ftscompare(const FTSENT **, const FTSENT **);
150 ftscompare(const FTSENT **e1, const FTSENT **e2)
194 FTSENT *g_entry; /* shared with SIGINFO handler */
199 * over all FTSENT's returned for the given search paths.
extern.h 41 int f_expr(PLAN *, FTSENT *);
misc.c 139 extern FTSENT *g_entry;
find.h 55 int (*eval)(struct _plandata *, FTSENT *);
  /src/usr.sbin/mtree/
extern.h 70 int compare(NODE *, FTSENT *);
73 int dcmp(const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
create.c 89 static int statd(FILE *, FTS *, FTSENT *, uid_t *, gid_t *, mode_t *,
91 static void statf(FILE *, int, FTSENT *);
97 FTSENT *p;
177 dosum(FILE *fp, int indent, FTSENT *p, int *offset, int flag,
225 statf(FILE *fp, int indent, FTSENT *p)
331 statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode,
334 FTSENT *p;
  /src/lib/libc/gen/
fts.c 62 static FTSENT *fts_alloc(FTS *, const char *, size_t);
63 static FTSENT *fts_build(FTS *, int);
64 static void fts_free(FTSENT *);
65 static void fts_lfree(FTSENT *);
66 static void fts_load(FTS *, FTSENT *);
70 static void fts_padjust(FTS *, FTSENT *);
71 static FTSENT *fts_sort(FTS *, FTSENT *, size_t);
72 static unsigned short fts_stat(FTS *, FTSENT *, int);
73 static int fts_safe_changedir(const FTS *, const FTSENT *, int
    [all...]
ftw.c 43 FTSENT *cur;
nftw.c 45 FTSENT *cur;
devname.c 109 FTSENT *fe;
  /src/tests/lib/libc/gen/
t_getcwd.c 76 FTSENT *ftse;
  /src/usr.bin/cvslatest/
cvslatest.c 76 getrepo(const FTSENT *e, char *repo, size_t maxrepo)
102 getlatest(const FTSENT *e, const char *repo, struct latest *lat)
177 FTSENT *entry;
  /src/usr.bin/chflags/
chflags.c 64 FTSENT *p;
  /src/bin/setfacl/
setfacl.c 79 static int handle_file(FTS *ftsp, FTSENT *file);
180 handle_file(FTS *ftsp, FTSENT *file)
361 FTSENT *file;
  /src/bin/chmod/
chmod.c 75 FTSENT *p;
  /src/usr.sbin/veriexecgen/
veriexecgen.c 240 add_new_ftsent_entry(veriexecgen_t *vp, FTSENT *file, hash_t *hash)
281 FTSENT *file;

Completed in 56 milliseconds

1 2