Home
last modified time | relevance | path

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

/netbsd/src/bin/cp/
Dutils.c366 int rval, islink; in setfile() local
369 islink = S_ISLNK(fs->st_mode); in setfile()
391 if (!islink && !Nflag) { in setfile()
/netbsd/src/external/gpl2/xcvs/dist/src/
Dfilesubr.c54 if ((rsize = islink (from, &sb)) > 0) in copy_file()
144 islink (const char *file, struct stat *sbp) in islink() function
Dimport.c523 || (dp->d_type == DT_UNKNOWN && islink (dp->d_name, NULL)) in import_descend()
525 islink (dp->d_name, NULL) in import_descend()
1725 if (islink (dir, NULL)) in import_descend_dir()
Dvers_ts.c407 if (!(lnk = islink (file, &sb)) && sb.st_ino == -1) in unix_time_stamp()
Dfind_names.c497 if (islink (tmp, NULL)) in find_dirs()
Dcvs.h519 ssize_t islink (const char *file, struct stat *stp);
Dupdate.c2681 if ((rsize = islink (finfo->file, &sb)) > 0) in special_file_mismatch()
2761 if ((rsize = islink (finfo->file, &sb)) > 0) in special_file_mismatch()
Dsubr.c722 while ((rsize = islink (*filename, NULL)) > 0) in resolve_symlink()
Drcs.c4552 if (islink (sout, NULL)) in RCS_checkout()
4564 if (islink (workfile, NULL)) in RCS_checkout()
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,
DChangeLog1813 (islink): Return ssize_t instead of bool.
1816 (islink): Return ssize_t instead of bool.
1926 * cvs.h (isdir, isfile, islink, isdevice, isreadable, iswritable,
1928 * filesubr.c (isdir, isfile, islink, isdevice, isreadable, iswritable,
13692 * filesubr.c (islink): Use CVS_LSTAT, not lstat.
/netbsd/src/external/gpl2/xcvs/dist/
DChangeLog.zoo660 * src/subr.c (isdir, islink): Changed to compare stat mode bits
DNEWS2102 * src/subr.c (isdir, islink): Changed to compare stat mode bits