Searched refs:isdir (Results 1 - 25 of 80) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Disdir.c3 /* isdir.c -- determine whether a directory exists
39 isdir (const char *path) function
H A Dsavedir.c94 status = isdir (path);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/acl/
H A Dacl_common.c542 mode_to_ace_access(mode_t mode, int isdir, int isowner, int isallow) argument
581 if (isdir)
597 ace_make_deny(ace_t *allow, ace_t *deny, int isdir, int isowner) argument
605 if (isdir)
670 ln_aent_to_ace(aclent_t *aclent, int n, ace_t **acepp, int *rescount, int isdir) argument
742 isdir, 0, 0);
748 isdir, aclent[i].a_type & USER_OBJ, 1);
767 ace_make_deny(acep, acep + 1, isdir, B_TRUE);
771 ace_make_deny(acep, acep + 1, isdir, B_FALSE);
802 ace_make_deny(acep, acep + skip, isdir, B_FALS
836 convert_aent_to_ace(aclent_t *aclentp, int aclcnt, int isdir, ace_t **retacep, int *retacecnt) argument
900 ace_mask_to_mode(uint32_t mask, o_mode_t *modep, int isdir) argument
1197 ace_allow_to_mode(uint32_t mask, o_mode_t *modep, int isdir) argument
1209 acevals_to_aent(acevals_t *vals, aclent_t *dest, ace_list_t *list, uid_t owner, gid_t group, int isdir) argument
1249 ace_list_to_aent(ace_list_t *list, aclent_t **aclentp, int *aclcnt, uid_t owner, gid_t group, int isdir) argument
1428 ln_ace_to_aent(ace_t *ace, int n, uid_t owner, gid_t group, aclent_t **aclentp, int *aclcnt, aclent_t **dfaclentp, int *dfaclcnt, int isdir) argument
1625 convert_ace_to_aent(ace_t *acebufp, int acecnt, int isdir, uid_t owner, gid_t group, aclent_t **retaclentp, int *retaclcnt) argument
1667 acl_translate(acl_t *aclp, int target_flavor, int isdir, uid_t owner, gid_t group) argument
[all...]
H A Dacl_common.h52 int isdir, uid_t owner, gid_t group);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/acl/
H A Dacl_common.h56 int isdir, uid_t owner, gid_t group);
/netbsd-6-1-5-RELEASE/gnu/usr.bin/grep/lib/
H A DMakefile12 SRCS= closeout.c error.c exclude.c hard-locale.c isdir.c \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dfsaccess.c157 isc_boolean_t isdir) {
211 if (isdir == ISC_TRUE) {
260 if (isdir == TRUE) {
286 isc_boolean_t isdir){
297 return (NTFS_Access_Control(path, username, access, isdir));
156 NTFS_Access_Control(const char *filename, const char *user, int access, isc_boolean_t isdir) argument
285 NTFS_fsaccess_set(const char *path, isc_fsaccess_t access, isc_boolean_t isdir) argument
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/
H A Dfsaccess.c157 isc_boolean_t isdir) {
211 if (isdir == ISC_TRUE) {
260 if (isdir == TRUE) {
286 isc_boolean_t isdir){
297 return (NTFS_Access_Control(path, username, access, isdir));
156 NTFS_Access_Control(const char *filename, const char *user, int access, isc_boolean_t isdir) argument
285 NTFS_fsaccess_set(const char *path, isc_fsaccess_t access, isc_boolean_t isdir) argument
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Dsystem.h83 int isdir PARAMS ((char const *));
89 || ((e) == EACCES && isdir (f) && ((e) = EISDIR, 1)))
91 # define is_EISDIR(e, f) ((e) == EACCES && isdir (f))
/netbsd-6-1-5-RELEASE/bin/ln/
H A Dln.c153 linkit(const char *target, const char *source, int isdir) argument
170 if (isdir ||
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Drecurse.c258 int just_subdirs = (which & W_LOCAL) && !isdir (CVSADM);
354 if (!wrap_name_has (argv[i], WRAP_TOCVS) && isdir (argv[i]))
399 else if (isdir (dir))
401 if ((which & W_LOCAL) && isdir (CVSADM) &&
424 if (!wrap_name_has (comp, WRAP_TOCVS) && isdir (reposfile))
721 if (isdir (CVSADM))
1090 if (isdir (cvsadmdir))
1185 if ((frame->which & W_LOCAL) && !isdir (dir))
H A Drelease.c209 if (isdir (thisarg))
217 if (!isdir (CVSADM))
H A Drepos.c64 if (!isdir (cvsadm))
H A Dadd.c194 if (isdir (argv[j]))
362 else if (!isdir (finfo.file)
370 if (isdir (dname))
436 if (isdir (finfo.file)
675 && isdir (finfo.file)
779 if (isfile (rcsdir) && !isdir (rcsdir))
794 if (!isdir (rcsdir))
H A Dignore.c423 dir = isdir (p);
454 if (isdir (temp))
H A Dfilesubr.c120 isdir (const char *file) function
349 if (save_errno != EEXIST && !isdir (name))
514 isdir instead of just calling unlink and checking the
516 if (isdir (buf))
H A Dcheckout.c559 if (!isdir (repository))
756 if (isdir (path))
970 if (!isdir (repository))
986 if (!isdir (repository))
H A Dfind_names.c475 if (!isdir (tmp))
507 if (!isdir (tmp))
H A Dentries.c805 if (! isdir (CVSADM))
849 if (! isdir (CVSADM))
856 if (! isdir (entfilename))
/netbsd-6-1-5-RELEASE/gnu/usr.bin/grep/grep/
H A DMakefile18 SRCS+= closeout.c error.c exclude.c hard-locale.c isdir.c \
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dfile.c80 isdir(const char *fname) function
130 if (isdir(fname) || islinktodir(fname)) {
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtraverse.c277 int i, isdir, nodump; local
284 isdir = 0; /* XXX just to get gcc to shut up */
287 isdir = *map++;
289 isdir >>= 1;
298 if ((isdir & 1) == 0 ||
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dfilename.c963 int isdir = 0; local
972 isdir = (r >= 0 && S_ISDIR(statbuf.st_mode));
982 isdir = (f >= 0);
987 return (isdir);
/netbsd-6-1-5-RELEASE/games/fortune/fortune/
H A Dfortune.c460 bool isdir; local
471 if ((isdir = is_dir(path)) && parent != NULL) {
478 if (!isdir && parent == NULL && (All_forts || Offend) &&
545 if ((isdir && !add_dir(fp)) ||
546 (!isdir &&
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dftree.c212 ftree_add(char *str, int isdir) argument
238 ft->refcnt = -isdir;

Completed in 140 milliseconds

1234