Searched refs:dirent (Results 26 - 50 of 336) sorted by relevance

1234567891011>>

/freebsd-9.3-release/gnu/lib/libodialog/
H A Ddir.c30 #include <sys/dirent.h>
33 #include <dirent.h>
77 const struct dirent *d
79 struct dirent *d
86 * pre: <d> points to a dirent
102 const struct dirent *d
104 struct dirent *d
110 * pre: <d> points to a dirent
124 const struct dirent *d
126 struct dirent *
[all...]
/freebsd-9.3-release/contrib/cvs/diff/
H A Dsystem.h153 # include <dirent.h>
154 # define NAMLEN(dirent) strlen((dirent)->d_name)
156 # define dirent direct macro
157 # define NAMLEN(dirent) ((dirent)->d_namlen)
/freebsd-9.3-release/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h128 # include <dirent.h>
129 # define D_NAMLEN(dirent) strlen((dirent)->d_name)
131 # define dirent direct
132 # define D_NAMLEN(dirent) (dirent)->d_namlen
/freebsd-9.3-release/crypto/heimdal/appl/rcp/
H A Drcp_locl.h47 #include <dirent.h>
/freebsd-9.3-release/lib/libc/gen/
H A Dclosedir.c38 #include <dirent.h>
H A Dopendir.c41 #include <dirent.h>
99 return (strcmp((*(const struct dirent **)p1)->d_name,
100 (*(const struct dirent **)p2)->d_name));
151 struct dirent **dpv;
220 struct dirent *dp;
222 dp = (struct dirent *) ddptr;
237 struct dirent *xp;
254 struct dirent *dp = dpv[n];
270 dpv = malloc((n+1) * sizeof(struct dirent *));
H A Dtelldir.c39 #include <dirent.h>
87 struct dirent *dp;
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_open.c37 #include <dirent.h>
/freebsd-9.3-release/lib/libstand/
H A Dnullfs.c102 int null_readdir(struct open_file *f, struct dirent *d)
/freebsd-9.3-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c36 #include <sys/dirent.h>
56 #include <dirent.h>
177 affixdir(char *name, struct dir_ent *dirent) argument
193 asprintf(&fn, "%s/%s.%s", dirent->dirname, name, auditd_host);
195 asprintf(&fn, "%s/%s", dirent->dirname, name);
444 struct dirent *dp;
597 struct dir_ent *dirent; local
641 dirent = (struct dir_ent *) malloc(sizeof(struct dir_ent));
642 if (dirent == NULL)
644 dirent
886 struct dir_ent *dirent; local
[all...]
/freebsd-9.3-release/contrib/dtc/
H A Dfstree.c23 #include <dirent.h>
29 struct dirent *de;
/freebsd-9.3-release/contrib/opie/
H A Dopie_cfg.h19 <dirent.h> to make *BSD happy.
77 #include <dirent.h>
79 #define dirent direct macro
/freebsd-9.3-release/usr.sbin/pw/
H A Drm_r.c39 #include <dirent.h>
49 struct dirent *e;
/freebsd-9.3-release/crypto/openssl/crypto/
H A DLPdir_unix.c36 #include <dirent.h>
72 struct dirent *direntry = NULL;
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_vnops.c50 #include <sys/dirent.h>
487 struct dirent cde;
496 struct dirent dot = { NTFS_ROOTINO,
497 sizeof(struct dirent), DT_DIR, 1, "." };
499 if( uio->uio_offset < sizeof(struct dirent) ) {
501 error = uiomove((char *)&dot,sizeof(struct dirent),uio);
510 if( uio->uio_offset < 2 * sizeof(struct dirent) ) {
511 struct dirent dotdot = { NTFS_ROOTINO,
512 sizeof(struct dirent), DT_DIR, 2, ".." };
514 error = uiomove((char *)&dotdot,sizeof(struct dirent),ui
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/include/isc/
H A Ddir.h28 #include <dirent.h>
/freebsd-9.3-release/contrib/tcsh/
H A Dglob.h55 struct dirent *(*gl_readdir) (void *);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dglob.h67 struct dirent *(*gl_readdir)(void *);
/freebsd-9.3-release/include/
H A Dglob.h63 struct dirent *(*gl_readdir)(void *);
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/include/isc/
H A Ddir.h28 #include <dirent.h>
/freebsd-9.3-release/release/picobsd/tinyware/aps/
H A Dmain.c33 #include <dirent.h>
44 struct dirent *e;
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dexterns.h24 # include <dirent.h>
25 # define DIR_T struct dirent
/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h349 # include <dirent.h>
350 # define NAMLEN(dirent) strlen((dirent)->d_name)
352 # define dirent direct macro
353 # define NAMLEN(dirent) (dirent)->d_namlen
/freebsd-9.3-release/contrib/diff/src/
H A Dsystem.h141 # include <dirent.h>
142 # define NAMLEN(dirent) strlen ((dirent)->d_name)
144 # define dirent direct macro
145 # define NAMLEN(dirent) ((dirent)->d_namlen)
/freebsd-9.3-release/libexec/atrun/
H A Datrun.c42 #include <dirent.h>
449 struct dirent *dirent; local
529 while ((dirent = readdir(spool)) != NULL) {
530 if (stat(dirent->d_name,&buf) != 0)
538 if (sscanf(dirent->d_name,"%c%5lx%8lx",&queue,&jobno,&ctm) != 3)
544 if (isupper(queue) && (strcmp(batch_name,dirent->d_name) > 0)) {
546 strlcpy(batch_name, dirent->d_name, sizeof(batch_name));
554 run_file(dirent->d_name, buf.st_uid, buf.st_gid);
559 unlink(dirent
[all...]

Completed in 303 milliseconds

1234567891011>>