Searched defs:newfile (Results 26 - 28 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3120 char newfile[PATH_MAX + 1]; local
3134 (void) strcpy(newfile, dev_dir);
3135 (void) strcat(newfile, "/");
3136 (void) strcat(newfile, file);
3143 ((linksize = readlink(newfile, contents, PATH_MAX)) > 0)) {
3168 vprint(VERBOSE_MID, DEVFSADM_UNLINK, newfile);
3171 s_unlink(newfile);
3172 rm_parent_dir_if_empty(newfile);
5846 char newfile[PATH_MAX + 1]; local
5851 (void) strcpy(newfile, root_di
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c257 const char *newfile; local
264 newfile = strrchr(file, '/');
265 if (newfile != NULL) {
266 newfile = newfile + 1; /* Get rid of leading / */
268 newfile = file;
286 char *, newfile, char *, func, int, line, char *, buf);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c2934 int newfile; /* Does the file already exist */ local
3471 newfile = ((fstatat(dirfd, comp,
3652 if (pflag && newfile == TRUE && !dir &&

Completed in 85 milliseconds

12