Searched defs:todir (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dglue1.c57 char *todir(char *);
140 strcpy(indexname, todir(argv[1]));
292 todir(char *t) function
H A Dhunt1.c35 char *todir();
143 strcpy(nma, todir(argv[1]));
278 todir(char *t) function
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c995 int fromfd, fromdir, tofd, todir, tfd; local
999 fromfd = tofd = fromdir = todir = tfd = -1;
1030 (todir = openat64(tofd, ".", O_RDONLY|O_NONBLOCK|O_XATTR)) == -1) {
1053 if ((renameat(fromdir, dp->d_name, todir, dp->d_name)) == -1) {
1069 if (todir != -1)
1070 (void) close(todir);
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c98 static int move_file(char *fromdir, char *file, char *todir);
889 move_file(char *fromdir, char *file, char *todir) argument
916 if (create_symlink(todir, rname, file) != 0) {
923 (void) strcpy(to, todir);
944 * Both files should be in directory `todir'.
947 create_symlink(char *todir, char *rname, char *lname) argument
955 (void) strcpy(lpath, todir);
967 "%s/%s -> %s\n", todir, lname, rname);
976 todir, lname, rname);
979 todir, lnam
[all...]

Completed in 48 milliseconds