Searched refs:islink (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/bin/cp/ |
| D | utils.c | 366 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/ |
| D | filesubr.c | 54 if ((rsize = islink (from, &sb)) > 0) in copy_file() 144 islink (const char *file, struct stat *sbp) in islink() function
|
| D | import.c | 523 || (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()
|
| D | vers_ts.c | 407 if (!(lnk = islink (file, &sb)) && sb.st_ino == -1) in unix_time_stamp()
|
| D | find_names.c | 497 if (islink (tmp, NULL)) in find_dirs()
|
| D | cvs.h | 519 ssize_t islink (const char *file, struct stat *stp);
|
| D | update.c | 2681 if ((rsize = islink (finfo->file, &sb)) > 0) in special_file_mismatch() 2761 if ((rsize = islink (finfo->file, &sb)) > 0) in special_file_mismatch()
|
| D | subr.c | 722 while ((rsize = islink (*filename, NULL)) > 0) in resolve_symlink()
|
| D | rcs.c | 4552 if (islink (sout, NULL)) in RCS_checkout() 4564 if (islink (workfile, NULL)) in RCS_checkout()
|
| D | ChangeLog-9395 | 1503 (copy_file, isdir, islink, isfile, isreadable, iswritable, 2216 islink, make_directory, make_directories, rename_file, 2220 isfile, islink, make_directory, make_directories, rename_file,
|
| D | ChangeLog | 1813 (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/ |
| D | ChangeLog.zoo | 660 * src/subr.c (isdir, islink): Changed to compare stat mode bits
|
| D | NEWS | 2102 * src/subr.c (isdir, islink): Changed to compare stat mode bits
|