Searched defs:oldpath (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmksh.cc62 static void change_sunpro_dependencies_value(char *oldpath, char *newpath);
98 * from oldpath to newpath.
101 change_sunpro_dependencies_value(char *oldpath, char *newpath) argument
111 oldpathlen = strlen(oldpath);
112 /* check if oldpath is indeed in the value of SUNPRO_DEPENDENCIES */
113 if (strncmp(oldpath, sp_dep_value, oldpathlen) == 0) {
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_subr.c123 convert_special(char **specialp, char *host, char *oldpath, char *newpath, argument
136 url = malloc(strlen("nfs:") + strlen(oldpath) + 1);
142 strcat(url, oldpath);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c397 make_hard_link(const char *oldpath, const char *newpath) argument
402 return link(oldpath, newpath);
/illumos-gate/usr/src/cmd/sh/
H A Dhashserv.c63 int oldpath = 0; local
91 oldpath = hashdata(h->data);
93 oldpath = dotpath;
120 count = findpath(name, oldpath);
397 findpath(unsigned char *name, int oldpath) argument
409 if (oldpath)
415 if (oldpath > dotpath)
424 return(oldpath);
/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c540 corectl_path_t *oldpath, *newpath; local
552 oldpath = p->p_corefile;
557 if (oldpath != NULL)
558 corectl_path_rele(oldpath);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c1307 modify_device_path(char *oldpath, char *newpath) argument
1314 changeptr = strstr(oldpath, "disk@");
1320 (void) strncat(newpath, oldpath, changeptr - oldpath);
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c405 char *oldpath = NULL; local
470 oldpath = strdup(list[i].path);
471 if (oldpath == NULL) {
713 if (convert_special(&special, host, oldpath, path,
717 oldpath, host, path);
732 if (oldpath != NULL) {
733 free(oldpath);
734 oldpath = NULL;
804 if (oldpath != NULL)
805 free(oldpath);
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc1611 const char *oldpath; local
1614 oldpath = getenv(var);
1615 if (oldpath == NULL) {
1626 var, oldpath, value);
1629 var, oldpath, fallback);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c1362 char *oldpath; local
1382 oldpath = svp->sv_path;
1384 if (error = pn_get(oldpath, UIO_SYSSPACE, &oldpn)) {
1393 * Skip over previous components from the oldpath so that the
1462 kmem_free(oldpath, oldpathlen);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2762 char oldpath[MAXPATHLEN], newpath[MAXPATHLEN]; local
2817 (void) strcpy(oldpath, oldvd->vdev_path);
2829 fatal(0, "detach (%s) returned %d", oldpath, error);
2920 oldpath, oldsize, newpath,

Completed in 115 milliseconds