Home
last modified time | relevance | path

Searched refs:islink (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/bin/cp/
Dutils.c332 int rval, gotstat, islink, fdval; in setfile() local
336 islink = !fdval && S_ISLNK(fs->st_mode); in setfile()
342 if (islink ? lutimes(to.p_path, tv) : utimes(to.p_path, tv)) { in setfile()
343 warn("%sutimes: %s", islink ? "l" : "", to.p_path); in setfile()
347 (islink ? lstat(to.p_path, &ts) : stat(to.p_path, &ts))) in setfile()
362 (islink ? lchown(to.p_path, fs->st_uid, fs->st_gid) : in setfile()
373 (islink ? lchmod(to.p_path, fs->st_mode) : in setfile()
382 (islink ? lchflags(to.p_path, fs->st_flags) : in setfile()
/freebsd-9-stable/contrib/cvs/src/
Dfilesubr.c47 if (islink (from))
139 islink (file) in islink() function
Dimport.c499 || (dp->d_type == DT_UNKNOWN && islink (dp->d_name))
501 islink (dp->d_name)
1580 if (islink (dir))
Dfind_names.c390 if (islink (tmp))
Dsubr.c797 while (islink (*filename))
Dcvs.h497 int islink PROTO((const char *file));
Dupdate.c2788 if (islink (finfo->file))
2866 if (islink (finfo->file))
Drcs.c4590 if (islink (sout))
4602 if (islink (workfile))
DChangeLog-93951503 (copy_file, isdir, islink, isfile, isreadable, iswritable,
2216 islink, make_directory, make_directories, rename_file,
2220 isfile, islink, make_directory, make_directories, rename_file,
DChangeLog9281 * filesubr.c (islink): Use CVS_LSTAT, not lstat.
/freebsd-9-stable/contrib/bmake/mk/
Dmeta2deps.py115 os.path.islink(path)):
/freebsd-9-stable/contrib/cvs/
DChangeLog.zoo660 * src/subr.c (isdir, islink): Changed to compare stat mode bits
DNEWS1867 * src/subr.c (isdir, islink): Changed to compare stat mode bits